LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Map Allen Bradley 1400 addresses to NI Modbus addresses

Hi,

 

How do I map Allen Bradley 1400 Micrologix addresses like (N7:0, B3:0/1, etc., etc.) to NIs modbus addresses? Can the NI DSC module access the PLC for read/write operations without using the NI OPC server?

 

Is there any tutorial or URL  which specifically addresses the above queries?

Thanks in advance.

0 Kudos
Message 1 of 4
(3,806 Views)

If the PLC supports Modbus communication, you can do one of two things:

1. Either use the free NI Modbus Library for LabVIEW.

2. Use the LabVIEW DSC Module. Help for that is provided under here. There are a couple of links there to help you get started with Modbus using LabVIEW DSC.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 4
(3,799 Views)

It's easier if you are using OPC ... you can map and bridge data between the two protocols quickly through tags (addresses).

Here is what you need:

 

Modbus << OPC Data Manager >> Allen Bradley

 

Data Manager allows one-to-one, one-to-many, and many to many relationships between tags

 

Let me know if you have any questions.

 

Wassim Daoud

Senior OPC Architect

0 Kudos
Message 3 of 4
(3,770 Views)

Thanks Wassim and Adnan. The PLC does support Modbus protocol. However, I am told that the PLC code writer should have used Modbus addresses rather than ABs standard format like N7:0, N10:1, B3:0/1  etc. Is there a way out? Sorry if I am being naive in my questions.

 

Thanks in advance,

Paul

0 Kudos
Message 4 of 4
(3,761 Views)