I am working on mapp motion for my application, I want to change the gear ratio and gain setting and direction of motor from HMI.
In ACP10 I was using function block mpAxisBasicConfig, but How can I perform the similar activity through Mapp-Motion. It would be great to have answers.
Thank you
The ACP10 function block MpAxisBasicConfig has been replaced by two function blocks in mapp Motion - MC_BR_ProcessConfig and MC_BR_ProcessParam. Both edit the motion configuration, but the difference is where they edit it.
MC_BR_ProcessParam edits the configuration on the drive, and so the changes take immediate effect, but are reverted after a restart
MC_BR_ProcessConfig edits the configuration stored on the PLC, so changes persist after a restart, but a restart is also needed after the change in order for it to take effect
What’s the difference between using MpAxisBasicConfig (in mapp Motion 5.27) compared to using MC_BR_ProcessConfig and MC_BR_ProcessParam?
Any pros and cons?