Function Block with RS Logix 5000

amgc5

Guest
A
Hi!

I have this question about programming in function block on the RS Logix 5000. My algorithm basically computes new values that are fed back into the system..at which point I want the old values in the function block to be cleared. Say like the enable out. The manual states that if the inputs are a zero the outputs arent UPDATED. What would be the best way to "clear" bits at the end of a cycle( the CLR instruction isnt available in function block)
 
You are statring to discover the funny things about IEC. Good luck. There is alot to to be said about ladder as opposed to IEC langueges.
beerchug
 
You could possibly use a SELECTOR to switch between your calculated output and zero.
There is alot to to be said about ladder as opposed to IEC langueges.
Ladder is an IEC language.
Knowing when and why to use one of the other languages only comes with experience and if you never try them out, you'll never get the experience.
 

Similar Topics

Hello, I am struggling to find a block that does the exact same thing. the A/M block has everything a PID has except for the CV and PV. the (A)...
Replies
1
Views
2,375
Hello. I'm a constant visitor to this forum but this is my first post. I searched previous threads but didn't find anything related to my question...
Replies
1
Views
1,750
I've been using RSLogix 5000 for some time and have always used the "BNOT" block to inverse a digital signal in FBDs. This can take up a lot of...
Replies
0
Views
2,263
In function block programming I am wanting to be able to select from 4 different flow meter tags to point to an equation depending on the mix tank...
Replies
1
Views
2,825
Is there a function block in RSLogix for calculating Min/Max/Avg of a group of analog inputs? I have 12 thermocouple inputs that need this...
Replies
3
Views
9,053
Back
Top Bottom