Hi,
I would like to disable a double parameter under certain circumstances. I would like to do this by setting the value to be the maximum allowed value for a double (all other values are valid values). Could you please let me know how to represent this in the XML file? i.e. what do I put in the xxx below? Thanks
<Interprete>
<Type>double</Type>
<RawType>double</RawType>
<LengthType>fixed</LengthType>
<Length>8</Length>
<Exceptions>
<Exception id="1" value="xxx">
<Display state="disabled">NOT INITIALIZED</Display>
<Value>xxx</Value>
</Exception>
</Exceptions>
</Interprete>
Hi Craig, a similar question was already asked. Does the answer serve what you need?
Edit
The other question was with RawType:numeric text, whereas here it's double. The maximum value will probably the same, as you specified 8 bytes as the length.
Thanks Jarno. It’s related, but I was wondering how to represent the value in the XML file. Thanks