max_145 Posted March 16, 2015 Report Share Posted March 16, 2015 Hi. In VisiLogic it is possible to use timers in Data Tables. This has the advantage that my program can run with different set of times, depending on which recipe the operator selected. In UniLogic I cannot find a way how to use timers in Datatables as therefore structs will be needed. And in structs it is not possible to select the datatype "timer". Is there any other solution? Otherwise I have to copy my program 7 times ( it is always the same program, just the times for the timers are different) Thanks BR Link to comment Share on other sites More sharing options...
Saragani Posted March 18, 2015 Report Share Posted March 18, 2015 Hi, the only thing that you care about in a timer is the Preset.You can save a UInt32 in the datatable, and load it to the timer's preset value. Link to comment Share on other sites More sharing options...
max_145 Posted March 18, 2015 Author Report Share Posted March 18, 2015 Thank you. That works. 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