11-05-2015 08:40 AM
Hello Mike,
The EtherNet/IP Toolkit is handled by the Industrial Communications Forum:
http://forums.ni.com/t5/Industrial-Communications/bd-p/260
It looks like this question was moved over there after the first few posts:
I recommend following up on that thread or starting a new thread on the Industrial Communications Forum.
Regards,
11-05-2015 08:56 AM
Hello Tom,
I posted here because I received more help here on this forum (from Sanjay) than I did on the Industrial Communication board.
Mike
11-05-2015 09:46 AM
Hi,
It will read and Write tags based on your loop Execution time and should be in Milliseconds time.
have to able to read/write tags in your program?
11-05-2015 09:54 AM
Yes, I am able to read and write tags now.
Was just wondering how fast the PLC updated the Controller Tags...I guess that's a question for Allen Bradley.
Mike
11-05-2015 11:23 AM
Hey Mike,
Yes, you are right, It is for Allen Bradley people to let you know. as far as i know PLC scanning is ms timeframe depending on type of PLC( Compact Logix/Control Logix etc) and Memeory, speed of processor etc.
Regards
Sanjay
06-08-2016 02:12 PM
Hi, i am working with the library, i have some issues with the comunication i have read the power point presentation, but i still having those issues, i am really new whit PLCs and RSLogix so can you upload some steps that i have to do in rslogix?, i have a commpact logix L35e. Thanks
06-09-2016 08:29 AM
Hello Enrigo,
I think you need to be specific what exactly are the issues you are having. VI as per presentation should work.
you make sure sure your PC IP address and PLC IP address should be on the same network for example if your PC IP address is 192.168.1.15 then your PC IP address should be in the range of 192.168.1.xxx( where xxx is 0 to 254 except 15 because you already use 15 for PLC)
make sure your subnet Mask is also the same for both, otherwise you will have networking issue.
you can check if your PC and PLC are talking to each other after you give them their respective IP addresses by pinging in DOS prompt.
Thanks
Sanjay