Newbie PLEASE HELP - Programming encoder

Is it possible to program an absolute single turn rotary encoder as a multiturn?

  • Yes

    Votes: 1 100.0%
  • No

    Votes: 0 0.0%

  • Total voters
    1
  • Poll closed .
Join Date
Apr 2018
Location
Newcastle
Posts
2
Micrologix1100 PLC with rslogix software.

Does anyone know how to use a single turn absolute rotary encoder as if it were a multiturn encoder, i.e. by manipulating plc program?

The single turn encoder is a small cheap 16 ppr, 4bit encoder (due to budget). I am trying to get the program to count the pulses and continue as if it were multi-turn.

I have considered using masked move instruction to extend the bits into a word but I am stuck.

OR is this actually possible?

Any help/guidence would be appreciated.
 
I would just write some code:
Take your four bits individually to an internal address. When the counter goes from 15 back to 0 increment another internal address.
Now you have the lower significant digit in one address and the most significant digit in another.
You can then combine them if you want the complete number.

Regards,
 

Similar Topics

Hi all, I am trying to get my head around programming one of the EASY Relay 512 PLC's, I am an electronics & electrical engineer so I am used to...
Replies
15
Views
3,629
I been commissioned to do this project. I have a 480v in a nearby panel and I need to get 24vdc from it to power some 24v input modules. I am not...
Replies
7
Views
2,004
Hi,great site , good to see people taking the time to help others ! I am using a compact logix L31 plc , have used this plc before but have...
Replies
3
Views
3,188
I'm reading a PLC book called Programmable Logic Controllers by Bolton, 4th edition published by Newnes. I have read that there are many mistakes...
Replies
2
Views
1,484
Hey, Im very new to plc's, and unfortunatley due to lack of numbers the course im on has been merged with another and i have now found myself...
Replies
5
Views
2,462
Back
Top Bottom