开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

xio cloud deployment steps

 

I have take all the XiO Cloud courses but have never gone through a formal deployment. I am not clear on the best practice of deploying via XiO Cloud in the following two conditions.

1. Client does no wish to pay for XiO Cloud service but I see benefit of utilizing for quick deployment. Do I simply create a trial version of XiO Cloud, create the rooms, add devices and deploy, and simply let the 60 day trial run up??

2. If client does wish to pay for service, are they simply adding me (as the programmer etc) to the users of their own person XiO Cloud account (once created after license purchase), which then gives me access to configure the rooms and add as needed?


Re: Samsung RS232 Direct Volume commands

 

Sweet , Thank you Jonathan


Re: Remove debug from console?

 

I know this is an old thread. I found it when googling for the same issue.

YES, you can issue a console command to stop the debugger data stream

DBGSIGNAL RESET ALL


Re: Construct and XPanels

 

I to am dipping my toes into Construct this week. I was sent a test TST-1080 for evaluation and wanted to build out something in Construct before I felt comfortable deploying projects in the wild. I have also had this issue with trying to run an "XPANEL" on my test RMC3 and also my VC4 server. I have been struggling to find any documentation of how to implement ch5z "Xpanels" on processors as well. I am following this topic and hopefully someone with a little more Construct know how hops in.


Re: Samsung RS232 Direct Volume commands

 

0% is \x08\x22\x01\x00\x00\x00\xD5 and 35% is \x08\x22\x01\x00\x00\x23\xB2.


Wake on LAN a PCs

 

Currently i am using Wake on Lan to turn on a Remote PC via VC-4. My code is working fine on Cp4 but now when i transfer the code to VC4 it doesn't turn On the PC. Is there any help I can have from you guys? Is there some sort of issue in sending packet from VC4?


Re: RS-232 codes, macros and Bridge problems with Clipsal control

 

How you make the first initialization works?
For me I need always to use C-Bus Diagnostic Utility, connect the?c-bus PC5500 and control it there, Once I can control it, I remove the cable connected to my PC and put back the serial from my Crestron processor and its works. but when the unit was powered off, I need to do again this procedure.
Is there a string command I need to send for the first initialization??


Re: How to use a button with the sensor input on TPMC-4SMD

 

开云体育

If it’s like the TSW-730/732 it shows up on a device extender (but I’m not opening SIMPL right now to say which one ;) ) – note that the switch short is from 24 to the input, not the input to ground.

?

I have 40 TSW-732s using a switch in a mic holder to automatically mute/unmute microphones when they are removed/replaced… 10 years later still works well (and a bit of a shame next year when they get replaced with 1070s that I’m going to have to bury a bunch of GLS-SIMs to maintain the same feature…)

?

--

Lincoln King-Cliby, CTS, DMC-E-4K/T/D
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070? | Fax: (+1)440.449.1106
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

From: [email protected] [mailto:[email protected]] On Behalf Of ckangis
Sent: Tuesday, February 06, 2024 10:10 PM
To: [email protected]
Subject: Re: [crestron] How to use a button with the sensor input on TPMC-4SMD

?

The webpage indicates that it has 2 Occ. sensor inputs. looking in SMW I don't see any triggers into the program (maybe I missed it??)
It may be something dedicated to some built-in app function...
I never used it as I thought it was a little too light-duty for most projects...


Re: How to use a button with the sensor input on TPMC-4SMD

 

The webpage indicates that it has 2 Occ. sensor inputs. looking in SMW I don't see any triggers into the program (maybe I missed it??)
It may be something dedicated to some built-in app function...
I never used it as I thought it was a little too light-duty for most projects...


Cisco Network Engineer

 

Need a Network guy that knows Cisco , ?asap in Houston area. ?


Re: Samsung RS232 Direct Volume commands

 
Edited

OK will give that a shot thanks, Really only need direct set for volume all the way down @0 and another one for like 35 percent


Re: Samsung RS232 Direct Volume commands

 
Edited

EX-Link,Lincoln


Re: TSR-310 impressions

 
Edited

A NEW CHALLENGER APPEARS!


On Tue, Feb 6, 2024 at 11:15 AM, MSTC wrote:

System Builder SUX?

?

From: <[email protected]> on behalf of XSDS <xsdesignstudios@...>
Reply-To: <[email protected]>
Date: Tuesday, February 6, 2024 at 6:49 AM
To: <[email protected]>
Subject: Re: [crestron] TSR-310 impressions

?

Truer statements have never been made.

On Tue, Feb 6, 2024 at 12:45 AM, <michaelgwilson@...> wrote:

Thanks for the reply. It seems that the experience with Simpl is a much better one than with CH.

?


Re: NVX Director Alternative

 

This one? -?https://greenpointtdi.com/product/gp-nvx-manager/


Re: TSR-310 impressions

 

CH is about as good as System Builder is about as good as Construct. Do yourself a favour and use SIMPL and VTPro.?


Re: TSR-310 impressions

 

开云体育

System Builder SUX?

?

From: <[email protected]> on behalf of XSDS <xsdesignstudios@...>
Reply-To: <[email protected]>
Date: Tuesday, February 6, 2024 at 6:49 AM
To: <[email protected]>
Subject: Re: [crestron] TSR-310 impressions

?

Truer statements have never been made.


On Tue, Feb 6, 2024 at 12:45 AM, <michaelgwilson@...> wrote:

Thanks for the reply. It seems that the experience with Simpl is a much better one than with CH.


Re: TSR-310 impressions

 

Truer statements have never been made.


On Tue, Feb 6, 2024 at 12:45 AM, <michaelgwilson@...> wrote:
Thanks for the reply. It seems that the experience with Simpl is a much better one than with CH.


Re: Samsung RS232 Direct Volume commands

 

Looks like for Ex-Link direct set is `\x08\x22\x01\x00\x00\xYY\xZZ` where YY is 00 to 64 (0% to 100%) and ZZ is the checksum (which you'll have to calculate for each volume level). For MDC it's `\xAA\x12\xWW\x01\xYY\xZZ` where WW is the display ID, YY is the volume (00 to 64 again) and ZZ is the checksum. For these discrete commands it's more common to use some sort of module rather than precomputing all 100 checksums.


Re: TSR-310 impressions

Michael S Moran
 

开云体育

I have 2-310’s running with CH.?

70% of the time, they work every time. That said, they do fail to connect or otherwise “Lock-Up” and require human interactions to reconnect them. Response time is a wee-bit sluggish and some commands “Mute” can take quite some time.?

My concern is how a client will react to the ongoing disconnects. My guess is they won’t be happy campers if these remotes continually slip into the 5th dimension.?


Best regards,

Michael S. Moran

On Feb 6, 2024, at 12:45?AM, michaelgwilson@... wrote:

?Thanks for the reply. It seems that the experience with Simpl is a much better one than with CH.? Curious to know if anyone has used the TSR-310 with the latest firmware that is supposed to address the issues with connection and latency?


Re: TSR-310 impressions

 

开云体育

The TSR-310’s I have deployed are all using the latest firmware that was supposed to resolve the waking and latency issues.? My major gripe is the latency on when sending a command, pause, play, volume, menu, anything really.? Doesn’t matter if the remote has been used 3 seconds ago or 10 minutes ago, it is never fast as soon as you pick it up.? My other gripe is when it is just sitting there and then when you go use it and the remote gives you the dreaded, Connecting to System.? Brings me back to my old MLX-2 days of issues with that remote.? If you haven’t already, go onto the Crestron Home Integrators facebook group and look at all the issues expressed there.

?

Pat M

?

?

From: "[email protected]" <[email protected]> on behalf of "michaelgwilson@..." <michaelgwilson@...>
Reply-To: "[email protected]" <[email protected]>
Date: Tuesday, February 6, 2024 at 12:45 AM
To: "[email protected]" <[email protected]>
Subject: Re: [crestron] TSR-310 impressions

?

Thanks for the reply. It seems that the experience with Simpl is a much better one than with CH.? Curious to know if anyone has used the TSR-310 with the latest firmware that is supposed to address the issues with connection and latency?