Menu

How to check the status of PLC

1.Log in to the real-time system of the industrial intelligent computer, full name of iComputer, refer to the documentation.

2.Check the PLC's status , if it displays "running", then the status is normal

sudo systemctl status sinsegyerte.service

3.Restart RTE service

sudo systemctl restart sinsegyerte.service

4.Stop RTE service

sudo systemctl stop sinsegyerte.service

5.Disable RTE service

sudo systemctl disable sinsegyerte.service

6.Enable RTE service

sudo systemctl enable sinsegyerte.service

 

Last modified: 2024-11-14