Hello everyone !
When I use external coupling tool, it seems that an error occurs when I check the output file.
This error appear when specials characters are present in the output file. In that case, a message indicate that the expected number of output is 1 (or 2 or more according the case) and the number of output found is 0.
In fact, the characters [, ], ( and ) seems to generate this error.
For exemple, if the output file contain :
Contrainte [MPa] : 110.0
the reference text to be found “Contrainte [MPa] :” doen’t work
I have to modify the output file like this :
Contrainte in MPa : 110.0
without the [ and ] characters.
This restrictions may be very important especially if the user doen’t have the possibility to change the output file syntax (in commercial code for example).
Thank you !
Laurent