Is there a way in RapidSetupX to save the current UI configuration. Anytime I restart the UI I always have to set RMP’s network card, CPU affinity, cycle time, user units etc. Its a real pain to do. I’ve looked all over and I don’t see a way to save or restore those settings. Perhaps I just overlooked it somehow.
Hello @markj ,
RapidSetupX doesn’t store those values.
Instead, we’d recommend you use rsiconfig which can create and start the RMP controller, start the EtherCAT network and configure all Axis and MultiAxis settings. If you run rsiconfig before using RapidSetupX, RapidSetupX uses MotionController::Get() which means you won’t need to enter anything in the UI, everything will be ready.
Let us know if you have any questions about getting started with rsiconfig or let us know if that won’t help for your use case.
I will give that a try. That should be fine for my testing right now as my application will eventually handle all of that.