MELDAW Posted July 10 Report Share Posted July 10 Hello Everyone, I wanted to know how can i create Pulse time, like the frequency we have, in unilogic, i tried to create one, but i didn't work. Thank you. Quote Link to comment Share on other sites More sharing options...
ORSO2001 Posted July 10 Report Share Posted July 10 Hi MELDAW, i think you have two ways to do this...or using 2 timers (1 for the ON status and other for the OFF status) or using the "activation time counter", that is an internal variable of the PLC (UINT32 if I well remember) that count the millisecond....and compae it with 2 variables for the ON and OFF status. hope that is clear enough... 1 Quote Link to comment Share on other sites More sharing options...
MELDAW Posted July 11 Author Report Share Posted July 11 Hi ORSO Thank you for your reply, from what i understood, that i can do it with 2 timers, one TON and the other TP (Pulse) this way i can create a frequency? Quote Link to comment Share on other sites More sharing options...
MVP 2022 kratmel Posted July 11 MVP 2022 Report Share Posted July 11 On 7/10/2023 at 10:56 AM, MELDAW said: I wanted to know how can i create Pulse time, like the frequency we have, in unilogic, What PLC and software you use. Topic is created in UnilogicSoftware. Quote Link to comment Share on other sites More sharing options...
ORSO2001 Posted July 11 Report Share Posted July 11 a simple example with 2 timers... timer on off.ulpr Quote Link to comment Share on other sites More sharing options...
MELDAW Posted July 24 Author Report Share Posted July 24 Thank you so much. 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.