同步操作将从 DixieBoy/OpenPLC_v3 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
OpenPLC is an open-source Programmable Logic Controller that is based on easy to use software. Our focus is to provide a low cost industrial solution for automation and research. OpenPLC has been used in many research papers as a framework for industrial cyber security research, given that it is the only controller to provide the entire source code. The OpenPLC Project consists of two sub-projects:
git clone https://github.com/thiagoralves/OpenPLC_v3.git
cd OpenPLC_v3
./install.sh [platform]
Where [platform]
can be:
win
- Install OpenPLC on Windows over Cygwin
linux
- Install OpenPLC on a Debian-based Linux distribution
docker
- Used by the Dockerfile
(i.e. doesn't invoke sudo
)
rpi
- Install OpenPLC on a Raspberry Pi
custom
- Skip all specific package installation and tries to install OpenPLC assuming your system already has all dependencies met. This option can be useful if you're trying to install OpenPLC on an unsuported Linux platform or had manually installed all the dependency packages before.
When using Ubuntu: make sure docker for Ubuntu
is installed
When using Linux Mint 21: make sure docker for Linux Mint 21
is installed
# instead of running install.sh as stated above, run:
docker build -t openplc:v3 .
Devices can be passed to the docker
daemon using the -v
flag (e.g. -v /dev/ttyACM0:/dev/ttyACM0
)
docker run -it --rm --privileged -p 8080:8080 openplc:v3
To build with EtherCAT capability try ./install.sh linux ethercat
for more information see utils/ethercat_src
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。