Analog Lagging Techniques
Analog Lagging Techniques
(OP)
I am programming a system that will have a 4-20mA linear position sensor that will go from 4-20mA then 20-4mA in one full cycle. This cycle will continuously repeat itself at a set speed. Next, I have an identical hardware setup that I need to lag behind or follow the first cycle at roughly 30% of the cycle. It will be controlled by an analog output signal. I have had several ideas of how to do this that would work as the leading value is increasing from 4-20mA but I am running into a roadblock of how to get the second value to continue to increase to 20mA and then follow the leading value back to 4mA. I am programming in RSLogix 5000. Any help or ideas would be greatly appreciated!
RE: Analog Lagging Techniques
Keith Cress
kcress - http://www.flaminsystems.com
RE: Analog Lagging Techniques
There are scaling on inputs and other features on the analog cards that are kind of nice. Like rail limits, scaling inputs, and all that other nice features.
20mA = 100
4ma = 1
Once the first one gets to 30 then latch a bit till the 2nd one gets to desired output then reset bit and disable function. There are a hundred ways to program, but if you are with a company just try to follow whatever standards they have established.