菜单

如何查看PLC状态

bash 复制代码
sudo systemctl status sinsegyerte.service
  • 重启RTE服务指令
bash 复制代码
sudo systemctl restart sinsegyerte.service
  • 停止RTE服务指令
bash 复制代码
sudo systemctl stop sinsegyerte.service
  • 禁用RTE服务指令
bash 复制代码
sudo systemctl disable sinsegyerte.service
  • 启用RTE服务指令
bash 复制代码
sudo systemctl enable sinsegyerte.service
最近修改: 2025-05-15