Touch panels and PLCs

Shohadawy

Member
Join Date
Aug 2008
Location
Egypt
Posts
66
I'm a newbie to the world of touch panels . I need to know how to make the addressing to enable the PLC to write to and read from the touch panel.

For example, if the user will enter a numerical value which should be assigned to a register in the PLC. How can write the address to store the value in the register .
 
You don't do very much. The read/write between HMI and PLC is automatic. In the HMI, define your variables. The HMI updates all the variables in the background.
 
In most cases the HMI is the initiator of all communications, actively reading from and writing to PLC registers. If the protocols are implemented properly in the HMI programming package the addressing will be the same as in the PLC.
 
bernie_carlton said:
In most cases the HMI is the initiator of all communications.

Is it just me or do you find this a hard concept to get across to people. I can't tell you how many times I've had the discussion describing how the HMI is the "master" of the communications.

People just can't seem to get over the idea that because they think the PLC has all the smarts that it should be the master..
 
ndzied1 said:
Is it just me or do you find this a hard concept to get across to people. I can't tell you how many times I've had the discussion describing how the HMI is the "master" of the communications.

People just can't seem to get over the idea that because they think the PLC has all the smarts that it should be the master..

Just tell them to look at it this way...

The PLC doesn't know what data it should 'Push' TO the HMI, the HMI has to ask for very specific data FROM the PLC.
 
ndzied1 said:
Is it just me or do you find this a hard concept to get across to people. I can't tell you how many times I've had the discussion describing how the HMI is the "master" of the communications.

People just can't seem to get over the idea that because they think the PLC has all the smarts that it should be the master..

An even harder concept to get across is the way most HMIs handle data entry, particularly if there are two sources of data. It is hard to convince many folks that the HMI only writes the new data once when the "enter" key is pushed and from then on just reads the actual PLC register.
 
mordred said:
There is no way we can help you without knowing the make and model of the PLC and touchscreen

I'm using a touch screen that have the model EXTER T100 and a PLC from Altus company with a model PL104/R
 

Similar Topics

Let's say you have a converted app from a 1400e. The alarm banner pops up, but none of the buttons are touchable. I don't see any settings that...
Replies
2
Views
1,886
Even though Siemens demanded that the S7-200 CN versions and Siemens TP Smart-series never should leave China we all know that it lasted for maybe...
Replies
1
Views
2,936
The Crimson PDF manuals leave a little to be desired, and this isn't quite obvious, but how can you change the text of a button with a tag? I set...
Replies
6
Views
2,372
I'm a newbie to HMI operator panels programming. I'm asking about the addressing of the objects that you insert in the HMI operator panel...
Replies
3
Views
3,132
In the configuration tool for the touch panel Exter T100 of Beijer and in the alarms section there are some options that is strange to me.. I need...
Replies
3
Views
1,893
Back
Top Bottom