Hello guys,
Have anybody tried to use Arduino boards with Ignition software?
If yes, how Ignition can acces the inputs and outputs of Arduino? Arduino is linked via tags, like PLC’s?
Thank you!!
Hello guys,
Have anybody tried to use Arduino boards with Ignition software?
If yes, how Ignition can acces the inputs and outputs of Arduino? Arduino is linked via tags, like PLC’s?
Thank you!!
Usually done by MODBUS TCP.
Thank you Jordan!
I much prefer using MQTT (PubSub) vs Modbus for Arduino, and there are many more samples on how to do this out on the net. You can use the Ignition Cirrus-Link MQTT module to then connect Ignition to MQTT.
If using the new Arduino PLC line (OPTA or Portenta Machine control) you can use this guide
https://forum.arduino.cc/t/arduino-plc-to-ignition-via-modbus/1188911
Thank you so much Carlos!