Get value from configuration Mapp Motion Axis

Hello,

is there a way to read values from the configuration of an axis?
Like theses values:

I would like to know the next values in the program to use as limits.

I got several configuration, running on the same software and i don’t like to change limitations on more than one location.

Hello Rene,

the parameters can be read with MC_BR_ProcessConfig

These function block inputs are the same for reading and writing


only “Mode” is different.

Hello Martin,

thanks for the quick reply.

From your answer I found also that I could also use ProcessParam instead. The blocks works but only in real life. First I tested it in ARSim but couldn’t get it work. Can I get it also get it work in ARSim,i prefere a solution that will also work in ARSim.

Thanks in advance!

Both function blocks, MC_BR_ProcessParam and MC_BR_ProcessConfig, also work on ARsim.

What does

mean exactly?
Did you get an error from the function block?
If yes, check the logger, the error entry there states what went wrong.

Hello Martin,

both blocks won’t work in ARSim for me.

I don’t get an error, it’s saying done but I don’t get the values.

I will update Mapp Motion from 5.24 tot 5.28 and will test MpAxisBasicConfig, a college found this block and I will give this a try!

I updated everything to the last versions and now it’s solved:


:blush:

MpAxisBasicConfig, available from MappMotion 5.27 seems also to work!

1 Like