One shot
One shot
(OP)
Here is my delimann.......In my first line of code whenever the pulse count is 7000 the force decreases by 50. The problem is that my count could be 7000 for a second and plc could scan through the codes execute X numbers of times in a second. Meaning that you would be subtracting 50 times X number of times before it goes to 7001. How do i make sure that my initial settings will not be overwriting my changes every program cycle. Any inputs will greatly be appreciated.
i know i can use one shot function .....use one shot function without overwriting the initial setting???? any help will greatly by appreiciated
i know i can use one shot function .....use one shot function without overwriting the initial setting???? any help will greatly by appreiciated





RE: One shot
If count>=7000 then temp1=1 else temp1=0
One shot code....
RE: One shot
RE: One shot