The RMP Motion Controller APIs

◆ ServiceChannelWrite() [1/4]

void ServiceChannelWrite ( int32_t  index,
int32_t  subIndex,
int32_t  byteCount,
const char *const  stringValue 
)
Description:
Write a string to the SDO. The index, subIndex, byteCount, and valid string 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
stringValueThe string to write
See also
ServiceChannelWrite
Remarks
This function is also available in RapidSequencer.