RS5000 MINC Function

Join Date
Jul 2013
Location
Texas
Posts
5
All,

I am trying to get the minimum value of a temperature signal supplied to RS5000. The MINC function will only show the assigned 'RESET' value, regardless of the status of the 'EnableIn' or 'Reset' bits. I have tried leaving the 'EnableIn' bit on constantly and toggling the 'Reset' bit, but no change.

I am running RS5000 V17.01.00 on a 1756-L63 controller.

Any help would be appreciated.

Thank you,
 
Code:
BST LES temp_in min_temp   MOV temp_in min_temp nxb
XIC min_temp_reset_pb      MOV temp_in min_temp BND
Thank you for the reply rdrast,

I am doing this in an FBD since the MINC function isn't available in ladder. The analog input from the sensor is constantly changing when it is reading hot pipe. I want the MINC to run its algorithm and analyze that data, when I trigger the functions 'EnableIn' bit, giving me a minimum value from the analog readings.

Any suggestions?
 
I'm saying, you don't need the MINC instruction at all. It does exactly what the code I posted does, except that on reset, I move the current value to the minimum value.

If it is ONLY showing the reset value, I'd bet that you have the reset defaulted to zero, and your temperature input never goes below zero, so that on reset the output is zeroed and never changes.
 

Similar Topics

I have recently made a career change after 25 years of being an electrician. I am officially a junior automation controls programmer. I recently...
Replies
11
Views
359
Hi Guys, Hoping that someone could please confirm if the 1756-IF16/B is/isn't compatible with the 1756-L1 5550 processor(13.24). I'm sure I...
Replies
2
Views
100
Hello, I need help making a logic modification to a RS Logix 5000 program. I can email the program and give plenty of insight to it plus I have...
Replies
4
Views
2,193
Hey folks I was wondering how one puts shortcuts on the logic display for instructions. A few weeks back another programmer added them for me...
Replies
2
Views
968
Hello, I'm struggling with getting an email to send using an eweb module on a controllogix system. Any chance I could get someone here to help?
Replies
4
Views
1,849
Back
Top Bottom