MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ NetworkOutputValueSet()

void NetworkOutputValueSet ( int32  index,
uint64  value 
)
pure virtual

Sets a PDO output directly.

Parameters
indexThe index of the Network Output to Override.
valueAn unsigned 64-bit value, you may need to use a union.
Description:
Please use NetworkOutputOverrideValueSet instead. NetworkOutputValueSet will set values to override those that would normally be set by the RMP. This allows you to take complete control over exchanged EtherCAT PDOs. This will only work if you have used NetworkOutputOverrideSet(index, true);
Note
NetworkOutputValueGet & NetworkOutputValueSet are not using the same location. ValueSet is an intended override value. ValueGet is the sent value.
See also
NetworkOutputOverrideValueSet, NetworkOutputOverrideSet
 
Examples
TouchProbe.cs.