Saving PID values through OPC

Hi all,
I am using Opto OPC to communicate with a PAC R2. In my application I have the ability to tune a PAC pid. However after I have set the P,I,D values what is the OPC function for saving these values?

Thanks

I don’t think there is an OPC function specifically for that. What you could do is create a variable in your strategy that when set will call WriteIoUnitConfigToEeprom for the IO Unit that holds the PIDs and then clear the variable. Then you can set that variable through OPC.