Logix 5000 question (view32 momentary push buttons)

Russ

Lifetime Supporting Member
Join Date
Jun 2002
Location
Ohio.. Go Bucks!!!!
Posts
261
I wrote (what I thought) was a simple snippet of code in 5000. I gave the tags to someone working up the screens (in rsview32), and they told me that::::

Note: the Control always reverts back to Auto Mode.
When the Manual mode is pressed and held, the feedback is Manual mode. As soon as the Manual push button is released, the control goes to Auto Mode.
Attached is a pic of the code... did I do something wrong, or is there something amiss with the way they've written the rsview32 code?

auto n manual control.jpg
 
I suspect the problem is in the RSView32. Can you post the .gfx file for the offending screen?

I recommend that the RSView32 momentary buttons be configured to execute the tag command on button release, not on button press.

Assuming that the RSView32 buttons are configured as momentary (on release) then it looks like it will work most of the time. I say most of the time because RSView32 momentary buttons sometimes get stuck on. I've found that it is necessary to check momentary HMI buttons for stuck bits and unconditionally unlatch the stuck bit.

Also always remember that memory writes from the HMI are asynchronous to the program scan, that can trip you up in some situations.
 
Last edited:
Thanks guys. I just heard back from the office. The one thing they recommend changing is to replace the 'first scan' bit with a 'one shot' bit.
This processor uses logix 5000 version 16. They said that when they tried updating it to version 19 it didn't work properly. That Allen Bradley advised against using the 'first scan' bit because of erratic behavior.

It's the first time I've heard of this phenomenon. I've replaced the 'first scan' bit with a 'one shot' just to be safe..... but I'm perplexed... :)
 
Last edited:

Similar Topics

hi , I need to sorry for my bad English first. I'm newbie at plc programming ,I had been asked about E/IP protocol information for some system...
Replies
3
Views
383
So I have a PID loop on an 1756-L61 running V17 software just for background. Also the PID PV is a pressure transmitter and the CV is speed sent...
Replies
1
Views
899
Good morning guys, I have a machine that fills bags of prepared food at a variable speed, and a machine that checks the weight of the bag. What...
Replies
23
Views
6,841
Hello Please Help, I want to use a FSC instruction that will scan 20 DINT arrays. If the arrays are greater than 1000 display the value. How do I...
Replies
4
Views
1,769
Hey all, I just joined today. Not sure if this question is in the right place or if anyone has asked it before. I am monitoring a machine from...
Replies
2
Views
1,448
Back
Top Bottom