Doubts basic functions

diegov

Member
Join Date
Oct 2012
Location
Brazil
Posts
8
Hello, I'm having problems with basic functions like (ons) one shot (osf) one shot falling, (OSR) one shot rising three functions that pertain to software rs logix 500, would like to know how to use them, address,
 
In all three there is at least 1 bit position assigned. This is the location of the 'memory' of the state on the previous scan. The current state of the rung being applied to the rung is compared to that 'memory' state.

For ONS and OSR, if the current state is '1' and the previous state was '0' then a TRUE ('1') output is made. For the OSF if the current state is '0' and the previous state was '1' then a TRUE output is made. Then the 'current' state is stored in the 'memory' bit.

Now let's look at the TRUE state (if it is made). For the ONS the TRUE state is applied to the state of the current rung just after the instruction. For the OSR or OSF a TRUE state is applied to the second bit assigned to the instruction. Of course if there isn't a TRUE output then a FALSE ('0') is applied.
 

Similar Topics

Hi guys I'll appreciate for your support. I want to know if there is a way to change the text of a label depending of the numeric value of a tag...
Replies
5
Views
1,087
Hello, I want to create a management recipes system, and 2 options comes to me attending the infrastructure and possibilities i have and my...
Replies
9
Views
2,322
Hello everyone! I'm a new PLC programmer and have some doubts regarding the I/O configuration on studio 5000: 1. I can't find the EDS file for...
Replies
14
Views
4,467
Hi all, I got bit on a quoted job the other day. I installed an additional power meter on an existing 3 phase CT circuit that feeds a power factor...
Replies
2
Views
2,001
I have some time working in a big project that it's almost complete. The machine is already been used un production with minor issues from time to...
Replies
13
Views
4,097
Back
Top Bottom