Ethen
Ethen
Try this: sudo apt-get install -y php7.3-memcache
@770352 Look at this repo. It is still under development but I created it for this issue. It will have most of the Modbus/PLC inputs and outputs via multiple arduinos...
Yes you could theoretically run an Arduino sketch/program on a Raspberry Pi. Here is a link how to simulate the Arduino framework on an R Pi. As for the GPIO...
So I'm currently working on using an arduino as a PLC, which can be simulated on RPI. I hope to have a python script to handle the Modbus Server since...
Here are the repositories for the arduino field I/O stuff. Modbus Server: [https://github.com/ebot1234/Python-Modbus-Server.git](url) Arduino Server between Modbus Server and Arduino [https://github.com/ebot1234/Arduino-Comms-Server.git](url) Arduino Programs: [https://github.com/ebot1234/Arduino-Field-I-O.git](url) There is still tons of work...
@770352 If you are still interested in this feature, you should look into OpenPLC, which can run on either a RPI or computer and it simulates the features of a...
@cpapplefamily I can come back to it, I haven't really been working on any coding projects lately but I'd be glad to get back into it. I was thinking that...
So one of my concerns right now is that some Rockwell sensors such as the IO-Link components wouldn't work with the GPIO of the RPis. It could be possible to...
Oh okay...I was not aware of the ability to just use the IO-Link sensors as a normal analog or discrete sensor. Since that is the case then this option would...
AB 46CLR IO-Link Sensor I think was used for control panel stuff On Fri, Apr 30, 2021 at 2:02 PM cpapplefamily ***@***.***> wrote: > I recall skimming by that somewhere...