When using the client test tools using a GetParameterMessage I get this message back for a parameter with the parameter in the xml with these tags:
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>false</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
Does anyone know what's causing the error below?
Hi Ryan,
I noticed that your parameter has RTDisplay false. As far as I know the Client Test Tool can only retrieve data for parameters which have RTDisplay true
Only when RTDisplay is equal to true.
The attribute onAppLevel is something that we add to parameters that have RTDisplay equal to true but aren’t part of a table or have no position assigned. The reason behind this is that the DIS Validator complains about parameters with RTDisplay equals to true while it has no position (when used as standalone parameter) or isn’t added to a table (when used as column parameter). In that case we add the onAppLevel equals true attribute so that the DIS Validator will ignore the RTDisplay equals true on this parameter.
For more info: https://help.dataminer.services/development/#t=DataMinerDevelopmentLibrary_Customerpart2CodingGuidelinesCODProtocolLoading_parameters_in_SLElement.htm
Would I be able to retrieve the data for an element with the Display tag set to:
onAppLevel to true