MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ ServiceChannelRead() [1/2]

int32 ServiceChannelRead ( int32  index,
int32  subIndex,
int32  byteCount 
)
pure virtual

Read a number from the SDO.

Description:
Read a number from the SDO. The index, subIndex, byteCount, and valid numeric values are drive specific. Refer to the drive manual to determine these values.
Parameters
indexThe memory address to write to
subIndexThe sub index to write to
byteCountThe number of bytes to write
Returns
(int32) The integer value at the specified location
 
Examples
TouchProbe.cs.