Solvaer Posted October 23, 2018 Report Share Posted October 23, 2018 Hello, We have decided to swap our PLCs from Vision (VisiLogic) to UniStream (UniLogic). And so i've stumbled upon a challenge. I want to load a timer which is a timer from the HMI (keypad entry) and store a timer from ladder to HMI. In VisiLogic I were able to load a timer to an memory integer (like shown on the picture). But how am i suppose to do this when I don't have this function available? Regards Sander Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted October 23, 2018 MVP 2023 Report Share Posted October 23, 2018 You don't need a special function to manipulate timer presets (or current value). You can copy the timer preset directly to any UINT32 operand by selecting [TimerName].Preset in the Store function - and vice-versa. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now