Studio 5000 Unlatch bit to confirm reading from HMI

Letone

Member
Join Date
Oct 2021
Location
Québec
Posts
5
Hi guys, I have a question regarding studio 5000 with processor 1769-L33ER V33.011 and Factorytalk View SE V12.

I have an home-made pop-up display for motor control (start/stop, man/auto, etc) linked with my L33ER program. The pop-up control in the PLC is a user-made AOI. Recently, I added stats about number of Start and Hour of Running for the motor with a Reset Button to reset stats to 0.

In FTV SE, the button for reset is a Button with Action : Run command : &[PLC]#1.RESET_STATS = 1

I used this button to be able to use the property Confirmation and E-Signature settings.

In Studio 5000, in my AOI (ladder logic), when RESET_STATS = 1 (XIC) it activate (RES) HR_COUNT and (RES) START_COUNT and unlatch (U) RESET_STATS (to confirm reading and set to 0 the tag wich was set to 1 in FTV).

The thing is, the tag RESET_STATS stay at 1, The unlatch don't seems to work. This method worked in RS500, but don't seems to work in Logix Designer. I tried with the Button set to 1 then 0, it worked, but I can't use the property Confirmation.

Does anyone know why this method was working in RS500 and not in Logix Designer ? Is there an alternative to set to 0 the tag that FTV had set to 1 ?

Thanks !
 
No idea how the RS500 method works out, but you can latch your bit in order to reset whatever you want and after that is done, then you can turn that bit off.
You can use a timer or use latch and unlatch on the same rung.
 
We can close this tread, found the problem.

RESET_STATS was configured as INPUT in the AOI, setting it to INOUT solved to problem. Thanks to both of you for your response.
 

Similar Topics

Hi Everyone, I am facing an issue while installing the STUDIO 5000 in my windows 10 PC. During installation I am getting an error that " Error...
Replies
3
Views
98
I am connecting to a remote device. When attempting to upload I receive an error that states: Error: Auto_Functions: The Import was aborted due...
Replies
3
Views
161
I recently did a program conversion from logix 500 to studio 5000 and when machine runs it depends on two ton instructions to keep the machine in...
Replies
17
Views
525
Hi Everyone. Not posted on here for a long time, but I am hoping someone can help me. I am doing a differential pressure calculation in a L27ERM...
Replies
16
Views
419
Back
Top Bottom