
20 Gear Drive, Plymouth Industrial Park, Terryville, CT 06786 page: 12
Tel: (860) 585-1254 Fax: (860) 584-1973 Web: www.amci.com
ControlLogix 7262 SSI Interface Manual
Step 3: Determine the Scalar Multiplier and Divisor values.
Desired Resolution (counts/inch) = 10000 counts/inch = 100 = 50
LDT Resolution (counts/inch) 25400 counts/inch 254 127
Therefore, to use a sensor with 1µm resolution and get 0.0001 inches per count resolution, use a Scalar
Multiplier of 50 and a Scalar Divisor of 127.
Preset Value: The zero position of the SSI encoder’s Data Value may not match the zero position of your
machine. The Preset Value parameter gives you the ability to offset the Data Value from the actual SSI data to a
value that will be more useful for your application.
Programming the Preset Value parameter does not change the Data Value. It is stored in the 7262 module’s
memory until the module sees a zero to one transition of the Apply Preset bit.
Apply Preset: Offsetting the Data Value to the Preset Value is a two step operation. First, a Message Instruction
must be used to send the Preset Value with the other setup parameters to the 7262 module. Second, setting the
Apply Preset in the output registers will change the Data Value to the Preset Value.
Setting the Apply Preset bit causes the module to generate an internal offset value that is applied to the Data
Value before it is reported to the PLC. This internal offset is saved in the 7262 module’s Flash memory, so it is
not necessary to home the module at every power up. Please note that using a Message Instruction to program a
channel’s setup data will clear the internal offset generated by an Apply Preset operation.
Count Direction: This parameter is useful if your Data Value represents a linear position. It gives you the
ability to reverse the direction of motion needed to increase the position count. For simplicity’s sake, the two
values for this parameter are called Positive Direction and Negative Direction. When this parameter is set to its
default of Positive, the Data Value is not changed. When this parameter is set to Negative, the Data Value is
multiplied by -1 before it is reported. For linear transducers, this has the effect of reversing the direction of
motion needed to increase the count. When using LDT’s and the Count Direction is set to Positive, the Data
Value usually increases as the magnet moves away from the head of the LDT. When the Count Direction is set to
Negative, the Data Value increases as the magnet moves towards the head of the LDT. You will need probably
need to Apply the Preset to the Data Value after you program the Count Direction parameter.
If your Data Value represents a rotary position, you cannot change the count direction with this parameter.
However, you can easily reverse the count direction with ladder logic. This is accomplished with two rungs of
logic. If the data value is equal to zero, do nothing, and if the data value is not equal to zero, subtract the current
data value from the maximum value that your rotary encoder will output.
Velocity Update Time: The Velocity Update Time parameter sets the amount of time between Rate of Change
information updates to the PLC. Its can be set to either 60 milliseconds or 160 milliseconds, with 160
milliseconds being the default. Decrease the time between updates for faster response to changes in this value.
Increase the time between updates for better averaging of this value. The Velocity update time does not affect
the rate at which the position data is updated.
The Velocity data is measured in Counts/Second.
The 7262 module’s Flash memory is guaranteed for 10,000 write cycles before
writing to it will cause it to fault. Therefore continuously applying the Preset should
be avoided. If your application requires you to continuously apply the Preset,
consider calculating and app
lying the Preset in your PLC program.