HMI button problem

Greg7683

Member
Join Date
Jun 2018
Location
Plainfield IN
Posts
355
I have been trying for 2 weeks the problem is when we use the manual mode on the robot in order for us to be able to put in back in Auto Mode we have to turn the manual mode on/off/on/off for it to work. We can't just push the button to off once done we have to turn the manual off then on again then off again for it to run in auto.
 
I believe you were using the Weinview equivalent to WeinTek HMI with EB8000
Can you post the button set up or the whole HMI program. The buttons can be tricky depending on what you want to do with them. Are you manipulating it in PLC such as with a one-shot to push manual and then push again for auto. or just using the HMI, There are many factors, easier if I saw HMI program.
 
is there another state the machine is in besides auto or manual. Idont understand 2 different buttons
 
Do you not just have one bit to signify auto/manual. For example bit x off = auto bit x on = manual?


You can use a combo switch object with EBPro, so then you could set bit x on, and bit y off with one button, then set bit x off and bit y on with another button if you are using two separate bits.

Screenshot_20181115_173914.png
 
Bugger, the screen you are using doesn't have the luxury of the combo object.


Rather than having the HMI button trigger a momentary change of the bit, you might be better of having it set the bit then have the PLC turn it off once it has changed the operating mode?
 
I see the auto as an on button and an off button, both are momentary toggles, screen 11.
Where is manual button.
I usually have my manual/auto button set as a momentary PB and check the box that says
Read/Write use different addresses. I set up a one shot in PLC to flip flop on each press of button and read the flip/flop address as on=auto-off=manual
Then I can have this button ao multiple pages
 
I see the auto as an on button and an off button, both are momentary toggles, screen 11.
Where is manual button.
I usually have my manual/auto button set as a momentary PB and check the box that says
Read/Write use different addresses. I set up a one shot in PLC to flip flop on each press of button and read the flip/flop address as on=auto-off=manual
Then I can have this button ao multiple pages


If I check the boxes that say read and rite then the buttons wont work they don't act as buttons so I unchecked them so the buttons will work.
 
I see the auto as an on button and an off button, both are momentary toggles, screen 11.
Where is manual button.
I usually have my manual/auto button set as a momentary PB and check the box that says
Read/Write use different addresses. I set up a one shot in PLC to flip flop on each press of button and read the flip/flop address as on=auto-off=manual
Then I can have this button ao multiple pages


Screens 16-18 are the manual screens and each one uses a manual button on each screens all with the same addresses that's how it is set up in the PLC program I can't use the read/write function because if I do the buttons wont push/work.
 
Sorry, I guess I am confused as to what you are trying to do.

I thought you wanted to press a single button to turn bit ON and then press that same button to turn bit OFF.
 

Similar Topics

Disclaimer: I am not a controls engineer, and am pretty unfamiliar with programming of any sort. With that being said, I am having issues with...
Replies
3
Views
3,904
Hi I’m trying to work out how to get the alarm button to flash when there is an alarm or do I have it that the alarm page pops up with the alarm...
Replies
15
Views
1,363
Sorry for the basic question: On my HMI, I've created a button labelled SAVE to save the current values (distances in mm). It's not linked to any...
Replies
22
Views
2,231
Yes it's very legacy.. but sometimes it's necessary to use old stuff for fun.. and because it's so much cheaper. Crimson 3.0 had the ability to...
Replies
4
Views
1,605
Looking for a way to use tag descriptions to populate button titles on my HMI. I can handle the HMI side, just need to know if Studio5000 has a...
Replies
2
Views
1,190
Back
Top Bottom