开云体育

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

Re: Android Go App - Broken?

 

Android Go was released spring of 2024, so I think you are confused with names. Both Go and the "Crestton App" are still working on my phone.


Re: network drops with nvx

 

Thank you for the replies. All was running in the last firmware, with adaptive mode configured. It has been resolved downgrading the firmware.
?
bye


Re: network drops with nvx

 

It could be many reasons...
First, update all of your nvx because they could mess up if they are not in the same version.
Second, set the bitrate to adaptive. This avoid overload your switch.
Third, use a Netgear M4250 for AV IP ;)


Re: nvx simpl

 

You have to create the same subscription list in all of your decoders (each line of the list is a encoder) and recall each line of that subscription in simpl with a analog signal in SIMPL (see the message of Martin Philip)
?
Before that, you have to configure each encoder with a stream address for multicast (exemple : 239.69.0.1) and for a good practice, separe each ip of 10 (exemple : 1st encoder > 239.69.0.1 , 2nd > 239.69.0.11, 3rd > 239.69.0.21 etc...)
Then you see them in Subscription in your decoder and you can create the list.


Re: UC Engine "Panel Occupancy" feedback

 

I know you can pair a crestron pir to the panel also.? Maybe the feedback is in regards to that? In the UC engine crestron software , you can see the connected devices and the touchpanels report their occupancy status there also.? I just did one yesterday and I remember seeing it and showing as occupied. But I also had a pir paired to the panel.?


UC Engine "Panel Occupancy" feedback

 

开云体育

I noticed there's a new (to me) UC Engine Reserved Joins extender in Simpl, which has a couple of feedback signals for "Panel Occupancy".? I assume/hope this is feedback for the TS-1070's built-in proximity sensor, but when testing with Debugger today the Occupied FB constantly remained high.? It never went low, and the corresponding Vacancy FB signal never went high.

?

Has anyone used this successfully, and can confirm if it's what I think it is, and really works?

?

Thanks in advance!


CH5-Image URL local path

 

Just wanted to share a bit of information.
?
I'm working on a Construct project.
I have a widget list.?
The widget that is repeated has an Image component.
The Image component Receive Serial Feedback Url is a contract.
?
I did not want to use an image hosted on the processor, as that would be slower than a local file.
I wanted to reference an existing SVG or PNG already in the project.
?
In the SIMPL/SIMPL# program, you can set the serial-join to the one of the following paths:
* an existing SVG probably included in all solutions/projects. You can unzip the CH5Z, and then the CH5 file.. in it you will find all the CT-Neo icons and images in there.
? ? then send this to the serial join without the quotes "./assets/svgs/media-transports/light/video-screen.svg"
* an image imported in the project
? ? "./app/project/assets/img/logo.png"
?
?
You can probably add more images into "./app/project/assets/img" folder in the zip file before uploading so you can reference them in code without having to manually import them into Construct.
?
?
?
?
?
?


Re: nvx simpl

 

Once they are configured the way you want the only programming you really need is to route the "StreamLocation_F" of your encoders to the "StreamLocation" input signal of the decoders. You would need to add some logic to select which encoder stream is routed to each decoder.
?
Once you have that down you can add additional signals to your programming as needed. I typically add programming to set all of the configuration that I can on the NVX once it connects to the processor so that if a box ever gets replaced the configuration should come up automatically.
?
Most Simpl settings have a direct relationship to settings in the web UI of the NVX units. I would go through the web UI and play with various settings and look at the Simpl help for the NVX symbols


Re: Teams Room Integration #construct #crestronapp #html5

 

I have been able to finally get Construct to properly create a archive file CH5z and uploaded into the existing Teams Panel. Yes I see that the controls go back to Teams Room after a minute; which will not be acceptable as their primary panel. My Extron Zoom project had all of the Zoom Controls residing on the Extron Controller and there was a single GUI, where I could delete some of the unused Zoom buttons and create within the Zoom pages a button to flip over to the Room Control Pages and then had a button on those pages to flip back.
?
These large divisible Meeting rooms are 80 percent presentation & less than 20 percent UC. Plus, when the rooms are combined, I make them only use the touch panel in the middle room and disable the other touch panels (also only provide the Teams Appliance and the SIP Audio conference sources of the middle room. Does not look like this is possible not really setup to handle these larger rooms since Microsoft wants to control everything.
?
Was looking for a Teams room solution that utilizes a wall mounted teams panel - Crestron is the only one so far that has one utilizing there TSW-1070, but there UC Compute device is still running Windows 10 IOT versus Windows 11 IOT on the latest and the new ones have direct HDMI injest into their compute boxes versus an external HDMI to USB converter for their shared content.??


Re: VC4 and Bacnet Issues

 

found my error and now working.?
I was leaving by mistake the COV (change of value) of each hosted object in 0, and at the error log I've found that message of "cov value is out of range....". needed a value between 1-65535 :|
that mistake crash all the bacnet process within the processor.?
worked fine now in VC4
nico


Re: HTML5/CH5 WYSIWYG Editor for the Crestron control system #html5 #ch5

 

The interface is a bit confusing...?
Got a tutorial somewhere?
But overall at least it is much more responsive than Construct at the moment.
?


Re: nvx simpl

 

I think Randy assumed you are a raw beginner. But, if you are just new to NVX in SIMPL than the F1 help file of an NVX is your friend.
?
It is very simple to select stream routes for an NVX decoder:
?- Go to the "XIO Routing" folder of an NVX that is set to decoder mode
?- Scroll down to "VideoOut"
?- add an analog signal, usually an INIT sending 1d-xd (x being the last stream set up)
? ? this selects the streams set up in the decoder (0d is none)
?
You're done! Bare bones and easy.
?
Of course, you have to set up the NVX outside of SIMPL, and there are lots more options available.
?
Marty


Android Go App - Broken?

 

Anyone else lose workability using Android with the Go app recently?
?
System working fine for 2 years, client gets new phone, stops working.
?
Tested a simple 1 page project as well.
?
Android device/OS was the only thing that changed...


Re: Spinning Construct #ch5 #construct

 

Thank you all for the suggestions.
?
TB loaded perfectly on their end as well.
?
So I've been using a symbolic link for my projects folder (windows command mklink /d /j). That was the cause of the issue.
VT-ProE compiles just fine with the symbolic link, and works perfectly with it even. Since my projects folder is in my OneDrive, which many of you know would add those 30 some characters to the path.
So my c: has a "projects" folder that is symbolic linked to my onedrive. Whenever I work in VT-Pro I open the vtp file using the c:\projects\...\some.vtp instead of the c:\users\...\OneDrive-..\..\projects\...\some.vtp
?
?
Construct compiles without errors using the symbolic link but I guess the compiler is referencing or resolving a path that doesn't use the symbolic link.?
?
So opening the solution file without the symbolic link resolved the issue for me.?


Re: CSP-LSP: Anyone find a substitute device for this discontinued Cresnet Lightning Strike Protector?

 

Forgot about TPD....yep that's good stuff too....


Re: ML-600 Loading Help

 

开云体育

You need to make sure your pinout is correct, the URC cables look just like the pronto cable but they are pined differently. I've made this error in the past.


On August 1, 2024 10:22:40 AM EDT, "ckangis via groups.io" <chris@...> wrote:
You should be able to load it right from VTpro...That's how I do it....


Re: nvx simpl

 


wow, that's a tall order.? I suggest you take a look at this video:



On Thu, Aug 1, 2024 at 9:26?AM davidryanplumlee via <davidryanplumlee=[email protected]> wrote:

can someone give me an idea of how the simpl program looks. not quite sure what line does what. idk how to start


Re: TSR-310 - What are the actual best Wi-Fi practices?

 

I am using Ruckus R750 Unleashed APs, like mentioned 3x, one on every floor.?


Re: TSR-310 - What are the actual best Wi-Fi practices?

 

Interesting Stefan! please keep us posted!!
Also, what brand/model APs are you using?


Re: ML-600 Loading Help

 

You should be able to load it right from VTpro...That's how I do it....