APIs, concepts, guides, and more
|
Configure Firmware Object Counts in RMP firmware before creating RapidCode objects, and understand the impact of changes on existing objects.
The RMP firmware uses dynamic memory allocation for the objects required by your application. It is required that you set the ALL of the required object counts BEFORE creating RapidCode objects: Axis via AxisGet(), MultiAxis via MultiAxisGet(), etc.
If you change any of the firmware object counts, you’ll need to recreate all your RapidCode objects. RapidSetup does this automatically and you’ll see it refresh if you change any of the object counts.
You’ll need to configure object counts before creating RapidCode objects.