Hmi kp700 with siemens s7 1200

vidya

Member
Join Date
Apr 2015
Location
mysore
Posts
10
hi guys
I am using HMI KP700 in my college lab which is interfaced with siemens s7 1200
. I am working on it for the first time so finding lot of difficulties.
I configured the device and selected screens and all stuffs.. but while assigning the events, I am getting error saying " tag value could not be written ...."
this is my desired operation :
when I press 'auto' button , my machine should carry out the whole process automatically.
But this is not happening. I am only able to assign ' activate screen' event correctly.
Please help , if you have understood my problem :)
 
More info please.
What address are you writing to? You most likely will not be able to write to a PLC input address.
 
e.g., my conveyor motor is connected to q0.6. so if i have to execute this using hmi, what event should i apply?
 
You have dezcribed an entire process that doesnt work. Lets take a few steps back and look at smaller sections to see where the problem is.

You have an HMI and a PLC. It soundz like you have logic in the PLC and buttons on the hmi.

I assume you have setup the connection from the HMI to the PLC. So first thing to check

On your HMi you have a button. Lets say Auto_PB. In the events of this PB. There should be a 'press' section. When you select tbis you should have asection for edit bits. I prefer to use 'sset bit while key pressed' when you select this you will need to connect it to a tag that is linked to a PLC address. LerLets say bit named auto_auto_pb in a DB named HMI. So HMI.auto_pb.

So first thiNg to check. When you press the button does the bit in the PLC turn on?

Sorry for any errors. Sent from my phone using my memory. Both are pretty small :)
 

Similar Topics

Hi all Looking at siemens tia portal project,I need to upload A project off a 1500 plc as I don't have back up ? I know we can detect the...
Replies
4
Views
4,218
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
127
Good people of PLCs.net, I am currently working with an HMI that is advantech 1250H, that communicates with a 1769 Compact logix and Currently...
Replies
2
Views
77
Hello all, I know its not good practice to have duplicate destructive bits when writing plc code, but I'm wondering about writing to the same tag...
Replies
2
Views
120
Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
76
Back
Top Bottom