Guidance for newbie - RSLogix 500 (AB)

ckchew666

Member
Join Date
Aug 2003
Location
Malaysia
Posts
591
Hi,

Appreciate if any of the guru's here can explain what is happening with the addressing as per attachment, B83:51 and at the NEQ instruction in attachment 2.

Thanks in advance.

1.jpg
 
Hi ckchew666

This is called indirect addressing.

The instruction is comparing the value of a word in B83 to 0. The word being compared depends on the value of the counter accumulator.

For instance if C85:0.ACC = 5 then the NEQ instruction will be true when B83:5 <> 0. When C85:0.ACC = 20 the NEQ instruction will be true when B83:20 <> 0.

B83:51/[N90:100] works the same way except that in this case the value of N90:100 determines the bit that is examined in word B83:51.

For example if N90:100 = 6 then the XIC (NO) contact will be true when B83:51/6 = 1.

Hope this helps.

Good Luck,

(8{)} ( .)

(Yosi)
 
Last edited:

Similar Topics

I've got this 3-phase 575V motor that we're controlling with a VFD (Variable Frequency Drive), which has been quite the learning curve in itself...
Replies
10
Views
291
Question to anyone with ideas about my thoughts on upgrading a very vintage timer, which is being used to switch between 2 5hp domestic water...
Replies
14
Views
442
Hello All, We have assembly line and our supplier building automated line on top of it we are interfacing mes system. Our automation supplier...
Replies
0
Views
286
Hi all, I am getting back to using IEC for schematics and was wondering about the 81346-2:2019 codes. What does everyone use for a diffuse...
Replies
3
Views
564
So, if I had about $2K to spend on a new, 15” notebook PC with Intel brains and Win10 Pro, which hardware would you pick? I’m thinking 16MB RAM...
Replies
19
Views
7,054
Back
Top Bottom