Hi
Is there any documentation on the correct usage of the Virtual Console's Clock Widget?
I've not been able to get it to execute the function that I've assigned it.
I assume if I set the countdown time and assign a chaser function to execute, then after counting down to 0, the widget should cause the chaser to run. It doesn't seem to, so I assume I'm not using it correctly. On the other hand, if that's how it's intended to operate, it'd be great if I could reset the countdown to its starting value, so that I could hold off executing the chaser (e.g. via a VC widget, not by right-clicking the mouse). Anyway some direction to an explanation as to how it works would be appreciated!
I'm using v4.10.4
Thanks
David
Clock Widget-Correct usage
- mcallegari
- Posts: 4712
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
From http://www.qlcplus.org/docs/virtualconsole.html:
At the moment, functions cannot be started in Stopwatch and Countdown mode.Add a new Clock widget to the currently selected frame. This widget can be used for 3 purposes: System clock, Stopwatch and Countdown.
In the last two cases and when QLC+ is in operate mode, clicking with the mouse left button will pause the counter, while clicking with the mouse right button will reset the counter to the initial value.
When in system clock mode, it is possible to schedule when to start a QLC+ function during the time of day.
- mcallegari
- Posts: 4712
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
No. At the moment they're just counters
-
- Posts: 60
- Joined: Tue Dec 20, 2016 10:06 pm
- Real Name:
You can create a chaser where the first step is an empty function. The hold time for step 1 becomes your delay. Then after the hold time the next step will be activated.
This works when attached to a button on the Virtual Console. I've tried setting the chaser as the startup function but it doesn't seem to work when doing that. (Although I'm not using the latest QLC+ yet.)