rslogix bit not read from panelview

tlona

Member
Join Date
May 2007
Location
New Jersey
Posts
33
I have a panelview plus 1000 that is directing commands to micrologix 1500 thorught the RSlogix 500 software. The system has been ion operation for more than two years and working fine. I have two bits (b3:50/1 & b3:50/5) that are enabled by momentary pushbuttons from the panelview. For some reason now these bits are not being the enable command from the panelview. I have numerouse other bits that are being set from paenlview so I do not believe this is a comm problem. Any ideas?
 
Overwriting

Has the code been changed at all recently?

My idea is that maybe the code was changed so that these bits are being overwritten by logic inside the PLC. This could be either by OTE or by the word level.

Just an idea.o_O
 
no. I checked that, the TAG in the RS Studio is the same as that in the RSlogix. Could this be a power issue maybe where there was a spike or dip. The Microlox and Panelviel are both fed from a 24Vdc ps which I think would filter any of that out.
 
yes, i just did that and all is back to "normal" but how did it get in that state to begin with? I seems all of the bits that were not working were all realted to one subroutine. My fear is that I leave the jobsite and it happens again. I hate when things fix themselves.
 
yes, i just did that and all is back to "normal" but how did it get in that state to begin with? I seems all of the bits that were not working were all realted to one subroutine. My fear is that I leave the jobsite and it happens again. I hate when things fix themselves.

Is this subroutine conditional? Post your .RSS file ( zip it first) and maybe someone can spot something.
 
I've seen panelview momentary bits "hang". They set, but don't reset.

My solution has been to make them latching. Then unlatch the bit in the PLC at the end of the program scan. So far, this hasn't failed me. (Hope that didn't just jinx it...)
 
I remember having issue with scan time & momentary buttons in Fix32 a long time ago. Now i just follow OZEE's way of setting the bit in HMI then reset them in PLC.
 
The subroutine is not conditional. This system has been in operation for more than two 1st and this is the first case. I will try the suggestions listed here. Thanx for all of the input
 
I've seen panelview momentary bits "hang". They set, but don't reset.

My solution has been to make them latching. Then unlatch the bit in the PLC at the end of the program scan. So far, this hasn't failed me. (Hope that didn't just jinx it...)


I never thought of doing that! Nice idea!
 
I never thought of doing that! Nice idea!

Unlatching bits at the end of the scan used to be/is quite common, to overcome slow serial comms type issues. Basically, it overcomes the particular HMI in use method of doing a momentary operation.
I have seen some that you can configure the time the bit is held hi, & others that just have a set function.
 

Similar Topics

Hello, Haven't been on in a while. I need to generate a bit level pdf of the I/O for RSLogix 500. I can generate a report but it just shows the...
Replies
1
Views
158
Hi, I'm just looking for a simple way to make a button in excel (via VBA I presume) to toggle a bit in RSLogix 5000. I just got FactoyTalkLinx...
Replies
9
Views
546
If any of you wizards can help in this I would be ever more grateful. We have this device that generates 9 second pulses coming into a DI module...
Replies
31
Views
3,605
Hi, I am using the DN bit to stop the timer. However the DN bit doesnt change state. Please see the attached image. Any help is appreciated.
Replies
14
Views
2,821
How can I achieve the same functionality in Studio 5000? Image 001.png for the old RSLogix500 program Image 002.png for conversion to Studio...
Replies
6
Views
2,519
Back
Top Bottom