Page 1 of 1

HTTP Control Send Parameters

Posted: Mon Oct 14, 2024 12:07 am
by cp8
Hi everyone,

I'm trying to get SCS to send a HTTP request but with parameters. Essentially I've created a callable cue with parameters "CHANNEL=1, LEVEL=0" the control message is "ch/CHANNEL/fader/LEVEL" with a default path of "http://localhost:8000" so the full message is "http://localhost:8000/ch/CHANNEL/fader/LEVEL"

My expectation was that when I create a 'Call Cue' and enter the parameters "CHANNEL=2, LEVEL=-40" the following is sent "http://localhost:8000/ch/2/fader/-40" however SCS is just sending "http://localhost:8000/ch/CHANNEL/fader/LEVEL". If I manually edit the control message then it works as expected but I don't really want a separate cue for 32 channels!

Have I made a fundamental error or do parameters not work with HTTP requests?

Thanks

Re: HTTP Control Send Parameters

Posted: Mon Oct 14, 2024 5:54 am
by dee99
I am assuming you have read through the manual page?
https://showcuesystems.com/scs11help/in ... ntext=1220

You can always send the log file for a run to support@showcuesystems.com logs are found in your "Documents\scs logs" folder.