开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Programmatic Control of Reserved Joins


 

I'm pretty sure that the answer is no, but is there any way to trigger a reserved join number programmatically?
EX: I want to launch the App Setup screen (res.Join 17242) from a running VTP project, but I want to make it a P+H instead of just a press on a button.
?
TIA!


 

They have device extenders for this reason. Did you check to see if one of them has the setup command?


 

Good idea, I hadn't but now I have, and no there isn't one...


 

I know the x60 and x70 series touchpanels do have an "enter setup" join on their System Reserved Joins device extenders.? What model panel are you using?


 

Console/ssh to device and send 'setDigitalJoin?17242 1'
?
Slight deviation of the topic:
Is there a comprehensive list of reserved joins somewhere?


 
Edited

On Thu, Mar 27, 2025 at 10:32 PM, ZS wrote:
Is there a comprehensive list of reserved joins somewhere?
Yes, but its in someone's head who may or may no longer work for Crestron!...Haha!!
?
GasBandit: You're right, thanks! it's hidden between LCD and Backlight controls on the System Reserved extender...
ZS:? How would you do that from the program to a specific device (GO app)? I've used the CONSOLE symbol, but only to talk to the processor...
?
also I apologize though, I'm actually trying to get to the black setup screen of the GO app, to be able to change the site connections on mobile devices.
res.Join 17242 does this.? I actually tried using the Crestron GO Functions extender, which has the ability to launch URLs (iOS internal apps and other sites) using Crestron://? this did work but it just relaunced the app into my project. it never got back to the black screen like the Res.Join does...
?
Any other ideas would be welcome...


 

Yea I use that join on a button on my App VTP projects but its buried in a setup page that its hard to inadvertently press in normal use. For the SSH commands you can use the SSH module in database to console into a TSW panel, however Ive never tried to use it to connect to a mobile device. You'd have to know its IP address (reservation would be best). I used to use it to send commands to enable and disable the virtual toolbar on xx70 series panels. We dont use it normally so we have it disabled by default, but back when you were able to open the Sonos app on the panel that left you unable to exit the app. So we would enable the toolbar via SSH command once the app was opened up, and then when yo closed it via the toolbar button we would then disable it.?


 

On Thu, Mar 27, 2025 at 08:18 PM, ckangis wrote:
Any other ideas would be welcome...
Ok, I've used join 17242 on a button as well in the crestron app, so I know it gets you back to the app menu like you want, but like you say, the Crestron Go and Crestron App devices in simpl don't have joins for "Enter Setup."
?
If I were in your shoes, I would obfuscate the entire thing on a tiny subpage made to look like an "Are you sure" confirmation.? A GUI button into a Press and Hold, then feed that into a Set/Reset, the output of the S/R controlling the fb join for the visibility of this new subpage, then two buttons on that subpage for "yes/no" where yes is 17242 and no hits a signal feeding the reset on the S/R, which will hide the subpage.
?


 

What if you give them a confirm page in vtpro. So they press the button you want to he a press and hold for reserved join. And that shows a pop up you make, then pressing confirm or whatever you call it; that is the actual reserved join?
?
or maybe pressing the button you want to hold, shows some other button or text that they press to actually fire the reserved join?


 

Yeah, I originally planned to have a PopUp with the button and cancel (I have a Time-out module for this kind of PopUp with an automatic close). I just wanted to be able to have control over things more specifically.
This will work though.
Thanks to All, for confirming my understanding!!


 

So I implemented things as mentioned with my iPhone and it actually works really well.
Now if we can just get Crestron to provide a proxy server for the GO app...


 

Hello together,

Reserved joins are listed here:?


Best regards?
Michael?

ZS via <zac.sparrow=[email protected]> schrieb am Fr., 28. M?rz 2025, 03:32:

Console/ssh to device and send 'setDigitalJoin?17242 1'
?
Slight deviation of the topic:
Is there a comprehensive list of reserved joins somewhere?