AB PLC-5 and HMI

ronin237

Member
Join Date
May 2009
Location
Rocky Mount NC
Posts
4
Hello All,

It has been a while since I worked with HMI's.:mad: I can't seem to come across the relation of ladder data addresses to the Tags in the HMI. I am coming into a plant with the exisiting systems, but need to know how they work etc. I will have to port this program over to another platform so I need a detailed understanding. The HMI is a AB Panelview 1250. Please point me in the right direction.

Thanks.
 
I think the addressing is done according to block transfers.

It's been a long time, but I seem to recall that it uses the block transfer number and a word offset for the HMI addressing. You match the block transfers to the PLC addresses according to the length of the block transfer.
 
Do you have the source code for the PanelView 1250 program?

If you do just do a tag export into a csv file, it will list tagnames and the corresponding PLC address

Block transfers aren't used unless the PanelView is communicating via RIO...seeing as it is a PLC5 this could be the case.


EDIT: TechNote 26611 has some example documentation, check it out if you have access.

EDIT: Check out 25775 as well.
 
Last edited:
It doesn't have to be block transfers. It depends on what PLC your communicating with and how it's connected. If it's RIO, then yes you'll use BTR/BTW. If it's DH+ or Ethernet, you'll just use the PLC address. We need more information.
 
I assumed it to be block transfers because of the 'what is the address' question. If it were communicating via DH+ or ethernet, wouldn't the actual PLC addresses be obvious from the PV database?
 

Similar Topics

Hello, I have an issue where I want to simulate an Siemens HMI panel, through NAT connection to a PLC. I have the possibility through extended...
Replies
2
Views
89
Hello, I have a Mitsubishi FX3G 14M PLC and a E615 HMI from Mitsubishi/Beijer. I'm using GXWorks 2 to do the programming and I have no problem...
Replies
4
Views
161
Good Day to all of you, this is my first post, i will try to explain as best as possible, english is not my natural language. I am performing an...
Replies
0
Views
90
Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
99
Hi, I'm thinking about using commands for Melservo J5 controller via HMI without PLC. Have you guys done this kind of control configuration for...
Replies
3
Views
163
Back
Top Bottom