Logix5000 Add On Instruction Scope Question

Lakee911

Member
Join Date
May 2006
Location
Columbus, OH
Posts
98
Hi All,

If I create a bool tag in the AOI local scope, will it still be latched on the next scan? Will it be latched during brief removal of power?

If not, if it's created in the controller scope and passed to the AOI as a parameter, would it work at intended?

I do not need to access the latched tag outside of the AOI.

Thanks,
Jason
 
A bool parameter created as a local tag, is maintained uniquely for each particular instance of an AOI. Ditto more complex structures like Timers.

That data area is what is created when you define a tag for the instruction's first parameter (named the same as the AOI).
 
rdrast said:
A bool parameter created as a local tag, is maintained uniquely for each particular instance of an AOI. Ditto more complex structures like Timers.

So, if I understand you correctly, than the latch would be maintained?

Thx
Jason
 

Similar Topics

I have a tag called 'MBTCP.DATA.ReadData' INT[600] of which I would like to pull 16 sequential values into an add-on instruction. I will need...
Replies
6
Views
2,519
Dear all, Does anybody know if it is possible to read the add-on instruction, major and minor revision attributes as a Tag? (as entered in the...
Replies
4
Views
1,611
Hi all- I had a question about adding in a word with a value of 15 (1111 binary). Can I just define it in my AOI somehow? Or does it have to be...
Replies
1
Views
3,186
hello all i am new to the rslogix5000 and working on AOi while on my work i founded that in the AOI its easy to use but when i used it.it take me...
Replies
12
Views
3,896
hello every one agian does any one know that how can i use FSC in add on instruction.... i used it but it does not working...i using it to search...
Replies
13
Views
4,995
Back
Top Bottom