MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ StreamingOutputsClear()

void StreamingOutputsClear ( )
pure virtual

Clear the contents of the Streaming Output List.

Description:
This method will clear the contents of the Streaming Output List – to be used when finished with Streaming Outputs or when preparing to append motion points with new Streaming Outputs
Sample Code:
// -- C++ -- //
multiAxis->StreamingOutputsClear();
// -- C# -- //
See also
StreamingOutputsEnableSet, StreamingOutputAdd
 
Examples
SyncOutputWithMotion.cpp.