I am using the available Ethernet port of X201583 to connect B&R X20 PLC to Ignition over OPC-UA.
Is is possible to connect B&R PLC X201583 to Ignition without using BC0087 module?
Steps followed to connect the B&R PLC and Ignition without using BC0087 module are as follows.
You shouldn’t need to add another OPC-UA connection, when Ignition gets installed it creates one for you. You only need to add new UA connections when you needs to connect to additional UA servers.
You left out one very important piece of information: what driver did you select when you added the device?
[size=85]u left out one very important piece of information: what driver did you select when you added the device?[/size] - I selected TCP driver while adding “New Device”
Can you able to help with some more information like
Is is possible to connect B&R PLC X201583 to Ignition without using BC0087 module?
[size=85]u left out one very important piece of information: what driver did you select when you added the device?[/size] - I selected TCP driver while adding “New Device”
Can you able to help with some more information like
Is is possible to connect B&R PLC X201583 to Ignition without using BC0087 module?
Best Regards
Vikas[/quote]
I don’t know if it’s possible - I’ve never heard of this PLC before. And using the TCP driver is almost certainly not going to work. The TCP driver is poorly named and is meant for communicating with simple devices like barcode scanners that just continuously emit string data over a TCP connection.
If the device supports Modbus, you can use Ignition’s Modbus driver to get data from it.
Otherwise you’re going to need to find a 3rd party OPC server that knows how to communicate with this PLC and create an OPC-DA or OPC-UA connection to that server.
I just noticed this post - I have a similar issue and have found a solution using Labview if you are interested, you can email me at jeff.lusk@albint.com
I’m hoping to bump this topic and get an answer on the prospect of creating a connection to Ignition’s OPCUA server via the MODbusTCP driver. Connecting my AB Rockwell ControlLogix PLC was simple and excellent, but i’m trying to make sure I can connect and utilize OPCUA communication to/from my B&R CP1586 PLC as well.
This thread is from 2013, has there been any development on this?