LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I get the datas of three omron PLCs(CQM1H) with omron controller link board in my LabVIEW and DSC module?

I have three OMRON PLCs(CQM1H) and a OMRON controller link board(3G8F5-CLK-E). Now , I want to develop my application in LabVIEW and DSC module. Unfortunately, the controller link board is ISA BUS,and its function liarary is made in MS-C 7. But my OS is windows XP,and I can't use the function library in MS VC++. What should I do? Please help me! Thanks.
0 Kudos
Message 1 of 4
(4,230 Views)
I use kepware opc sever to talk to multiple modicon plc's over ethernet. They have a driver for Omron plc's
 
 
Are you using ethernet or serial port for you communication?
0 Kudos
Message 2 of 4
(4,215 Views)
I use controller link protocol rather than host link to communicate with omron plc's,and I can't find this protocol in Server Explorer wizard.What should I do?
0 Kudos
Message 3 of 4
(4,208 Views)
Server Explorer can use two types of server software to communicate with industrial automation devices: OLE for Process Control (OPC), and National Instruments Industrial Automation Servers (IAS or IAK).  So by default, the Controller Link protocol will not show up in Server Explorer.  Depending on the model, you might add support for your Omron product by simply purchasing the NI Industrial Automation OPC Server CD.
 
This product adds support for the following Omron devices to Server Explorer:
 
Omron HostLink via Serial
Omron C20, C200, C500, C1000, C2000 via serial
Omron CQM via Serial
Omron CPM1 via SerialOmron HostLink via Serial
Omron C20, C200, C500, C1000, C2000 via serial
Omron CQM via Serial
Omron CPM1 via Serial
 
Also, although I am not too familiar with Controller Link, I believe it's a proprietary communications protocol from Omron, in other words I'm not sure how easy it is to talk the Controller Link protocol without Omron's software.  Here is the datasheet from their website: 
 
 
If your model isn't listed above and included in the Automation OPC CD, the only way I can think to talk to your PLC's with the Controller Link protocol in LabVIEW, would be if the software that Omron provides C libraries that you could call with LabVIEW.  Just by the looks of things, it appears that they want you to use their proprietary software Controller Link Support Software Version 2.0 or CX Programmer.
 
Regards,
 
Jeff M.
 
Applications Engineering
National Instruments 
0 Kudos
Message 4 of 4
(4,189 Views)