Sorry

, I misunderstood what you wanted. But still the answer is you cannot access the scaling parameters from the PLC.
The Preset Tables are used to control the CTRIO Outputs based on encoder counts. For example if you had the Inputs A&B configured as a
"Quad Counter," and the Output 0 as a
"Discrete on Ch1/Fn1," then you could create a Preset Table (or tables), that control the CTRIO Output 0 based on the count that is seen on A&B. A typical Preset Table might look like this:
SET at 2000
RESET at 4000
RESET COUNT at 4000
These tables can be created and/or modified from PLC logic. Or you could configure multiple Preset Tables in the CTRIO using Workbench and just load them as you need them. Thus, if the encoder was changed to a different resolution (500 ppr to 2500 ppr), then you could modify the values in the table to compensate for this change, or load a different preconfigured table.
Does that make sense?