first scan on bit

tny

Member
Join Date
Jun 2005
Location
usa
Posts
105
hi,
i need a first scan on bit like in s7200 plcs, but in s7300 plcs there's no such bit.

when i use ob100 and write

an m0.0
= m0.0

m0.0 allways remain 1

so i decided to use ob1_scan_1 and wrote this:

L #OB1_SCAN_1
T MW 0
NOP 0

A M 0.0
AN M 0.1
= M 0.2
so my first scan bit is m0.2

is there an easier way for this?
 
Hello tny;

Try this, it works for me:
Set M0.0 in OB100;
Reset M0.0 in OB1.

Hope this helps,
Daniel Chartier
 
dchartier said:
Hello tny;

Try this, it works for me:
Set M0.0 in OB100;
Reset M0.0 in OB1.

Hope this helps,
Daniel Chartier

Don't forget to do the reset at the end of OB1, otherwise any tests you make after clearing it will get a false result!
 

Similar Topics

Hello. Does anyone know the equivalent of the first scan bit in a L32ER compactlogix? Do o need to obtain it via GSV? I’m looking to regain...
Replies
3
Views
451
I want to know how to make a flip flop rung that will change states every scan. This is for a fast sequencer. Is there a special bit similar to a...
Replies
8
Views
2,183
Dear Sir, Can you please tell me how to use the first scan bit, S2:1/15 in RsLogix 500 to Prevents the latch output to be ON when the power...
Replies
22
Views
10,234
hello all, I am trying to set up a latch bit like this S:FS----- true condition------OTL. I tried in rs emulator and it the bit latches but in...
Replies
13
Views
1,835
Do we have to enable the first scan bit somewhere in compact logix? For some reason my S:FS is not working? Also, if you want to have the CPU...
Replies
13
Views
6,787
Back
Top Bottom