Hi I want to know how to update the CODESYSCONTROL.CFG file in PFC200
i am able to login to PFC200 runtime using putty but want to know how to update certain section in CODESYSCONTROL.CFG
i have to add the section for OPC UA [CMPOPCUAServer]
MaxMonitoreditemsPerCall=1000
MaxNodesPerBrowse=1000
MaxNodesPerRead=1000
MaxNodesPerWrite=1000
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi I want to know how to update the CODESYSCONTROL.CFG file in PFC200
i am able to login to PFC200 runtime using putty but want to know how to update certain section in CODESYSCONTROL.CFG
i have to add the section for OPC UA [CMPOPCUAServer]
MaxMonitoreditemsPerCall=1000
MaxNodesPerBrowse=1000
MaxNodesPerRead=1000
MaxNodesPerWrite=1000
Hi,
use putty or any other ssh client and connect to your PFC to add it in CODESYSControl_User.cfg:
nano /etc/CODESYSControl_User.cfg
please do not add in /etc/CODESYSControl.cfg this file will updated on every runtime update.
Cheers
Edwin
Hi,
Please note that this settings will be available in SP17 and have no affect in SP16.XY.
Why does you want to change the settings? Normally the client must be able to work with the default values...
Regards