The RMP Motion Controller APIs

◆ ProductNameGet()

const char *const ProductNameGet ( )
Description:
This method returns the node's product name as text.
Returns
(C++)char* (C#)string - ProductName.
Remarks
This function is also available in RapidSequencer.
printf("The node's ProductName is %s.\n", controller->ProductNameGet());