10-04-2007 09:20 AM - edited 10-04-2007 09:20 AM
Message Edited by sivamgr on 10-04-2007 09:20 PM
10-04-2007 10:08 AM - edited 10-04-2007 10:08 AM
Message Edited by sivamgr on 10-04-2007 10:16 PM
10-05-2007 07:26 AM
@sivamgr wrote:While developing the component, I couldnt find much reference meterial on the internet at free of cost. rather, I used some network freeware tools and the partial information available in the following meterials to build the component. I did some crude reverse engineering on the packets sent by RS-Linx and PLC for understanding the concepts like vendorID and other parameters..,I beleive that the code might require some work around. But, unfortunately I dont have access to AB-PLCs at this stage. I would appriciate, If anybody plans to optimize the code or to build a new component. The above reference might be useful to them.As far as the relaiablity of those components concern, I am using these set of libraries in all my recent automation projects dealing with AB-PLCs. In one of the project that runs 24x7, the software reads 450 tags across 5 PLCs(MLX Series) every second. Its running here at bangalore (IFB Automotive) fine for the past 4 months with no crash reported till date. (Despite of the extensive usage of Build Array in the SubVIs)For Communicating with CompactLogix, ControlLogix PLCs, the components available at this link might be useful,http://forums.lavag.org/index.php?act=attach&type=post&id=6948 . This uses pure CIP (Command & Information Protocol / Common Industrial Protocol) Service Messages for tag access. Recently, I helped a software team to make use of it for a project at Delphi-TVS, Chennai. I am yet to receive any crash information from them.I beleive that the DeviceNET Protocol is a simple Implementation of CIP over CAN. please correct me if I am inaccurate.If the TCP-Open,Send, Close used in the EtherNET_CIP VIs are replaced with CAN Open, Send and Close then, it would be able to communicate with the DeviceNET supported devices. But unfortunately, I dont have enough resources to test the theory here at bangalore at my own cost. I would appreciate if anydoes check this out and brings out a component to communicate over DeviceNET.Message Edited by sivamgr on 10-04-2007 10:16 PM
02-07-2008 05:30 AM
02-08-2008 05:08 PM
06-06-2008 01:41 PM
06-09-2008 04:34 PM
Hi cvelle,
As far as I know the set up you are speaking of should work. It sounds like a basic network with a wireless access point for the connection to one of the converters. There should be no issue with the cRio communicating across the network, wired or wireless As long as you have the network configured properly.
If you have any questions about how to set this up, feel free to ask. Here is some useful information for configuring your network:
http://digital.ni.com/public.nsf/websearch/320E6D748361351A8625704A000D68CF?OpenDocument
Let me know if you have any other questions.
06-13-2008 10:59 AM
04-28-2009 01:20 PM
For future reference to those who come across this old thread, NI now has a library (currently under NI Labs) that allows various types of communication with supported EtherNet/IP devices. The current link is here: http://decibel.ni.com/content/docs/DOC-4065
Eric
06-16-2009 04:17 AM
how to connect labview and adam 5000 tcp/ip
what kind a protocol should have used???is there any driver between that devices??
somebody can help me...thx a lot
i think we can use a modbus protocol for solve this problem...
but, i didn't have any code to apply modbus protocol between that...
maybe...somebody have a tutorial for used this library...
thanks...^^