1734-IK Counting issue power off

Join Date
Apr 2003
Location
Toronto
Posts
151
Hello everyone a quick question that should have been asked already.


I have a 1734-IK counting card that can hold an entire length within itself. Great no resetting of count (rollover issues)so this is ideal 900 pulse = X # of inches / 12 gives me number of feet. Perfect.


So the internal count = 34789667 and we loose power on the machine. guess what.. my count is now zero (0) how do I retain the previous length count so that on a power up (FS, first scan) my program starts where I left off.


There are several hardware methods (none are really practical) including a Battery backup or UPS. I would prefer to do this in programming. Also I can be off by a couple of 1000 pulses.


We are using an L16 controllogix processor


Thank you in advance
 
The basic application is why absolute encoders exist; so you can retain the count value of an encoder through a power cycle.

Manually doing that function with the main PLC, over a network, is more complicated and requires more effort, as Lee found out in that thread five years ago.

If your machine is frequently powered down or can lose power abruptly, you should look into an absolute encoder.

If not (especially if the machine is stationary when powered down and the axis does not move) then you can use the stored value -> Configuration method investigated in that linked thread.
 
I couldn't find a straight answer to this question so i did some research and this is the code i got to work for me


preload count.jpg
 

Similar Topics

The 1734-IB8 has no hardware counting function correct? I am trying to find something to substitute in for a 5069-IB16F (since lead times are...
Replies
3
Views
1,409
Hello, Looking for some examples for the 1734-VHSC24 module. I have a Keyence Self-contained CMOS Laser Sensor LR-ZHB Series wired all up and...
Replies
0
Views
1,142
Good Afternoon , I'm using a Compactlogix 1769-L18 , with a 1734-IK , and a BEI Incremental Encoder . I'm able to get the encoder to count...
Replies
18
Views
8,907
Hi everyone, new to forum. Since very long time i having issue with 1734-AENT module, after some period of time its keep stuck in error (simmilar...
Replies
13
Views
407
I am trying to use the 4-20 mA signals from a device whose user manual says that it outputs "isolated 4-20 mA". I only have spare PLC inputs in a...
Replies
3
Views
221
Back
Top Bottom