Script functions not working

Ask a generic question about the usage of QLC+, not related to a particular operating system
Post Reply
Daan32
Posts: 3
Joined: Wed Sep 25, 2024 1:04 pm
Real Name: DaanL

Hi all,

I'm trying to write a small script which disables function X, then starts function Y and waits for it to finish, and then enables function X again.
However this doesn't work for me, as it just immediately skips to enabling function X, and then also doesn't keep it enabled after that, so the stoponexit and waitfunctionstop commands do not work.
This is what my code looks like, i'm using the commands described on this page: https://docs.qlcplus.org/v4/function-ma ... ipt-editor
I've also added the workspace if that could be of any use to anyone.

Code: Select all

stopfunction:141 // Moving head Dimmer effecten
wait:10ms
startfunction:139 // Moving head moving up
waitfunctionstop:139 // Wait for function 139 to stop
stopOnExit:false
startfunction:141 // Moving head Dimmer effecten
wait:2s
I hope anyone can point out what I'm doing wrong, or why it's not working. Thanks in advance!

-Daan

ElbekurkieGoed.qxw
(185.2 KiB) Downloaded 29 times
mariofrombelgium
Posts: 15
Joined: Mon May 06, 2024 1:53 pm
Real Name: Mario

Hi Daan,


did you find a solution to the problem with the stoponexit:false command in script?

I'm using 4.12.7 and encounter the same issue. The stoponexit:false does nothing. For now I put a wait: 10h01s and stop the script manually but that is not how it is supposed to work.

Regards,
Mario
User avatar
GGGss
Posts: 3256
Joined: Mon Sep 12, 2016 7:15 pm
Location: Belgium
Real Name: Fredje Gallon

mariofrombelgium wrote: Mon Mar 10, 2025 8:55 am For now I put a wait: 10h01s and stop the script manually
Is that at the end of your song? Right? From other threads, I learned that you are using QLC+ pedal-wise. One pedal kick starts/ends everything?
The last step in your chaser (show) could be a loopback-magic trigger that resets your show completely.
All electric machines work on smoke... when the smoke escapes... they don't work anymore
mariofrombelgium
Posts: 15
Joined: Mon May 06, 2024 1:53 pm
Real Name: Mario

Hi Fredje,

The pedal-wise approach is not me.

My workflow would be like this.
For every song I create a solo-frame wherein I start (and end other) scripts to animate the lightning on stage(activated by an "End-of-song-chase" that was activated at the end of the previous song. Something like this :
1) Stage is ready for a song to start (preset static scenes with predefined colours are on)
2) Song starts I push a button that start a script with two or more RGBmatrixes running. This first script stops also the "End-Of-Song" chase that was started and the end of the previous song
3) During the song I only start other matrixes or scripts within the same soloframe
4) at the end of the song I start the "End-Of-Song" chase that will go from dark over white to a preset colour on the stage.
5) and so the stage is again ready for the new song and we are back at 1

About the
stoponexit:false command in the script editor I can say that it does not work in 4.12.7
With the Wait command set at 10hours I achieve what I want and that is that all the functions in the script keep on going.....eventually I kill them manually with another button in the same solo-frame... see the workflow above.

Grtzz,
Mario
Post Reply