PLC Control through HMI

Ashiq

Member
Join Date
Jan 2011
Location
Pakistan
Posts
16
Hi,
I am using WinCC flexible for HMI and Step 7 for PLC.I have hardware of S7-300 Siemens PLC.I want to control the digital output module throgh HMI.I need to know how to control this thing.I just want to turn ON and OFF the status of the single bit od DO-322 module.
Kindly help me in this regard.

Ashiq
Islamabad.
 
Just add your S7 Project in your HMI project at the beginning. After that when you start project, click on connections and add your S7-300 PLC in it and give its required address in it e.g mine one is 2.

After connections, go to tags. just click and select "bool" in type. Then give the required address that u want to give for example "Q124.0".

Now after adding tags, go to screens and make a circle lets says, from tools on the right. Now click on that circle and go to appearance. Now assign it a tag and click on bit in lower options. Now assign the color to the circle as let say:

"Green" for '1' value on the bit (Q124.0)
"Red" for '0' value on the bit (Q124.0).

Now click on compile and finally click on Runtime......

NOTE: Don't click on "Runtime with Simulator" as it'll show only simulation not real time PLC values.
 

Similar Topics

Hi All, From several days I Trying to get the solution of my problem but i didn't get the solution. In my Company we have old Adjustable speed...
Replies
21
Views
4,254
hi friends i have siemens s7-300 plc with 315-s2dp cpu installed at the plant. it is being controlled by two pc stations. the profibus from dp...
Replies
0
Views
1,484
hi friends i have siemens s7-300 plc with 315-s2dp cpu installed at the plant. it is being controlled by two pc stations. the profibus from dp...
Replies
0
Views
1,229
For example I have PLC that works with Codesys. Sorry my questions are going to be complete dumb. How do i wire such a lamp to PLC? Directly or...
Replies
8
Views
9,136
Gentleman, Please tell about DINT array configuration @ communication side Suppose if i want to send Local:3:I.Ch1(reads:1234) to dcs where i...
Replies
2
Views
1,752
Back
Top Bottom