APIs, concepts, guides, and more

◆ NetworkOutputOverrideValueGet()

uint64_t NetworkOutputOverrideValueGet ( int32_t index)
Parameters
indexThe index of the Network Output to Override.
Returns
value An unsigned 64-bit value, you may need to use a union.
Description:
NetworkOutputOverrideValueSet will get value you intend to override that which would normally be set by the RMP. This allows you to keep track of the complete control over exchanged EtherCAT PDOs. The value will only be sent if you have used NetworkOutputOverrideSet(index, true);
See also
NetworkOutputOverrideValueSet, NetworkOutputOverrideSet