PLC Communication For HHM

plcwan2b

Member
Join Date
Jan 2009
Location
Michigan
Posts
2
My first PLC was a Modicon 584 back in the late 80's. Ladder logic was no problem to utilize. I built a pc pased hmi on a 386 using fortran and assembly. I t was a simple.
1. you opened the serial port as you would a file.
2. you would write a connect string to se commnication parms.
3. if parm set with no problem you write a request string (modbus) for data from the plc.
4 you would read port with a buffer large enough to accomidate data requested.
5. if no errors, I had a snapshot of PLC data in the 386 that I could do anything I wanted to with.

Now I am involved Allen bradley. Once again ladder logic no problem, but HMI is. I have searched and searched for AB data that would give me simular data request protocolls, can't find them. AB says that I must use RSlinx to communicate between plc and pc. Ok. I have researched RSlinx and found the tech. info convoluted, terse and unhelp full.

What I would like to find is an accurate, concise explaination for RSlinx and how it it fits into the context of plc communication.

Does any one know where I can get such info. I would appreciate if someone could help me.đź“š:rolleyes:
 
Things change.... Anyway more detail is needed...You will probably be happy to find that things are a bit easier than you Modacon days... List what HMI you are using and what PLC...

If you can get your local AB Tech support to come see you that would be even better. You will probably find that after a few minutes with him you are ready to go...
 

Similar Topics

i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
175
I have created a project in TIA Portal v16 Upd6 with S7-1200 (6ES7214-1AG40-0XB0) and WinCC Unified (PC station). The communication between the...
Replies
4
Views
182
Hello We have installed several G.E. Fanuc 90 70 PLC Everything was ok but suddenly we can not communicate anymore with any PLC with the software...
Replies
0
Views
97
Apologies for not being the best IDEC programmer. I recently was doing some inspections on a site that had 3 FC6A IDEC processors. The issue is...
Replies
0
Views
115
I'm trying to write a data in Arduino using MODWR function block .I used the code I got from online for both PLC and Arduino. I made the wiring...
Replies
4
Views
157
Back
Top Bottom