CompactlogicL23E communicate hmi delta

zai_jnr

Member
Join Date
May 2008
Location
MALAYSIA
Posts
169
Hi members,

Currently i'm working for hmi replacement from wientek hmi to delta hmi
The configuration is as below
1) ab cpu/compactlogix L23E
2) delta hmi dop-110ws

System using Controller Tags, all boolean button working great.

System tag for controller is
HMI_Target_Quantity
- HMI_Target_Quantity.PRE (DINT)
-HMI_Target_Quantity.ACC (DINT)

The only issue is i cannot to read data from tag *.PRE and *.ACC

Anyone can help, how to set that issue address inside delta hmi?
 
I can't help with delta HMI's specifically, but if you can't get that to work at the HMI level, just MOV the ACC into a standard DINT for reading by the HMI, and MOV another standard DINT into the PRE, and have the HMI write to the DINT instead.

I often do this as a matter of course, because then it allows me to have the user enter the time preset in seconds or minutes, and then I just multiply it into the PRE at the PLC level. This also gives me the chance to sanity-check the user input before it gets anywhere near the timer - if you don't, and your user enters -1 as a timer preset, your PLC will fault.
 
Hi members,


Issue close, forgot to update in this thread.


We need to export existing tag file to csv file then update from there.Upon complete this process, just import the file to new Delta HMI.


Hope this help for member who will face same prob later.


Thanks
 

Similar Topics

We are trying to poll data coming from a PLC for remote monitoring we have the IP address of the PLC and the default port number and the path is...
Replies
25
Views
542
We have some very old technology in my plant that needs adjusted but I don’t have the equipment. Can anyone tell me what I need to program this IO...
Replies
13
Views
322
Hi Guys, I want to connect my 1769-L36ERM to a different network domain, is it possible to do it using only the dual ports in the Controller? Or...
Replies
3
Views
201
Hi everyone, I'm working on a project where I need to exchange data between a Siemens S7-1200 PLC and an Allen-Bradley MicroLogix 1400 PLC. The...
Replies
8
Views
581
Good Evening , I have version 28 of Studio 5000 from a few years ago . If I got a new CompactLogix CPU , what is the lowest version of...
Replies
4
Views
462
Back
Top Bottom