MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ NetworkOutputOverrideSet()

void NetworkOutputOverrideSet ( int32  index,
bool  outputOverride 
)
pure virtual

Set NetworkOutputValue to override RMP cyclic value.

Parameters
indexThe index of the Network Output to Override.
outputOverrideStart or stop overriding the RMP cyclic value.
Description:
NetworkOutputOverrideSet will cause values set by NetworkOutputValueSet to override those that would normally be set by the RMP. This allows you to take complete control over exchanged EtherCAT PDOs.
See also
NetworkOutputOverrideGet
 
Examples
HomingWithDS402drive.cs.