MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ NetworkOutputValueGet()

uint64 NetworkOutputValueGet ( int32  index)
pure virtual

Gets the value sent out over EtherCAT.

Parameters
indexThe index of the Network Output.
Returns
(uint64) The value sent over the Network.
Description:
Please use NetworkOutputSentValueGet instead. NetworkOutputValueGet will report the value sent over the network. This might be the normal RMP cyclic value or the override value.
Note
NetworkOutputValueGet & NetworkOutputValueSet are not using the same location. ValueSet is an intended override value. ValueGet is the sent value.
See also
NetworkOutputSentValueGet, NetworkOutputOverrideSet, NetworkOutputOverrideSet