Encoder Settings

Viks

Member
Join Date
Jun 2008
Location
Hamilton
Posts
157
Hi guys,

I've just joined PLCs.net yesterday and I am also new to PLC's. I am quite good in designing and reading circuit diagrams for relay controls(Hard Wiring) but now trying to get into PLC's also as we have lots of PLC controlled machine in our plant. Currently I would like to know that is there a way to test an encoder and set it to zero without actually going online to the PLC.

Cheers........

Viks.
 
Really this depends on the type of encoder and method of connection. Incremental encoders dont have a 'zero' the zero is determined by a homing process. This often occurs when the machine is started. Once started and homed you need to access the PLC to see the current postion.

The second type of encoders are absolute encoders. These output a value rather than a pulse train. If they are connected to digital inputs you can determine the current vale from the I/O lights, but remember that most absolute encoders use gray code rather than normal binary. Alternatively some absolute encoders use an interface called SSI, you have to have PLC access in order to determine current value.

This is a simple version, there are quite a lot of possibilities with encoders
 

Similar Topics

I have an application using an incremental encoder and then I convert it to degree (0-360) using calculation program. For a while, the calculation...
Replies
7
Views
226
Hi everyone, This is my first time posting, so please forgive any omissions or mistakes. I am attempting to control the velocity of a stepper...
Replies
18
Views
929
Dears, i am trying to change the series of encoder from A to B, but the program do not has this option (Rslogix5000, 20.06 the old encoder was...
Replies
2
Views
195
Hi all, I am working with an incremental encoder (ABZ signals, 360 ppr (so 1440 counts per rev)) to replace the existing "manual" encoder wheel I...
Replies
51
Views
2,440
Hi all, I am implementing an incremental encoder sensor (ABZ) to replace the existing "manual" encoder wheel I have in my device. This is a 360...
Replies
0
Views
156
Back
Top Bottom