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 Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted October 23, 2018 MVP 2022 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.