Hi there,
how can I reboot the device? Any standard library function available? We use Berghof DC2xxx
Thank you in advance.
1. Instal WinSCP. 2. Connect with DC2007 (protocol SCP, default login/pass - root/root).
3. In folder /home/plc/applications you find file CODESYSControl.cfg. Open it and add next block:
[SysProcess] Command=AllowAll
4. Open terminal and use command busybox reboot to save and reboot PLC.
5. In CODESYS add library SysProcess.
6. Use it in code next way:
Log in to post a comment.
Hi there,
how can I reboot the device?
Any standard library function available?
We use Berghof DC2xxx
Thank you in advance.
1. Instal WinSCP.
2. Connect with DC2007 (protocol SCP, default login/pass - root/root).
3. In folder /home/plc/applications you find file CODESYSControl.cfg. Open it and add next block:
4. Open terminal and use command busybox reboot to save and reboot PLC.
5. In CODESYS add library SysProcess.
6. Use it in code next way: