MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ SequencerCountSet()

void SequencerCountSet ( int32  sequencerCount)
pure virtual

Set the number of processed Sequencers in the controller.

Description:
SequencerCountSet will configure the number of Sequencers processed by the controller firmware .
Parameters
sequencerCountThe Sequencer count.
Sample Code:
// Have the controller process 8 Sequencers.
// -- C# -- //
controller->SequencerCountSet(8);
// -- C# -- //
controller.SequencerCountSet(8);
Note
This should be done after Creating the Controller and before any other RapidObject creation as it will invalidate non-Controller Objects.
See also
SequencerCountGet