I'm having trouble rendering a button in a table based on Generating shapes based on table rows.
It has worked before but this time the button won't render. The parameter can be set trough the element (table context-menu).
Button:
Protocol parameter:
<Param id="367" snmpSetAndGet="true">
<Name>Orbit</Name>
<Description>Satellite Orbit Position</Description>
<Type>write</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>next param</LengthType>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.27359.12.10.2.1.3.17</OID>
<Type>octetstring</Type>
</SNMP>
<Display>
<RTDisplay>false</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
Hi Robin,
Parameters that are used in visual overviews need to have RTDisplay set to "True". You can find a full list of parameters that need RTDisplay true in the documentation.
Hi Robin,
It will be good to understand why the RTDisplay tag has been updated on the connector. Maybe now there is another write parameter that has to be mapped instead of this one?