Most of my v8 modules (appear to) work unmodified in v8.1. But changes to the OPC/UA stack broke my two drivers, which have now been updated:
This list will be updated as needed for my other modules.
Most of my v8 modules (appear to) work unmodified in v8.1. But changes to the OPC/UA stack broke my two drivers, which have now been updated:
This list will be updated as needed for my other modules.
Phil, do you have usage instances of your Eth/IP module? I started reading through your user manual and we almost exclusively use Allen-Bradley when using Ignition, although we have some customers with Modicon and Siemens. Wanted to see what the target functionality was and if it fits with our use. Thanks!
So, my Ethernet/IP module has two quite different use cases:
http://forum.inductiveautomation.com/search?q=ethernet%2Fip%20bni
The key advantage in either case is that the Ethernet/IP I/O protocol, aka "Class 1", is a UDP transport that does not stall on dropped packets. (Also applies to producer/consumer tags, which my module also supports.) You can reliably run a Requested Packet Interval of 100ms with Ignition, and usually 50ms or even less (very load/CPU core count dependent).
I should also point out that my module can be an I/O "slave" for many scanning processors simultaneously--just allocate different assembly numbers and/or virtual slots. And can be a scanner for isolated I/O while also being a slave for other scanners.