Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Panasonic PT-FW430 IP
Sorry if this has been posted before - I looked through the forum and didn't find anything.
?
I have been using Panasonic PT-FW430 TCP-IP modules from the application market with no problem, I'm testing a new Panasonic pt-vmz51 projector and want to use the same module to control it but it's not working for me. Can the Panasonic PT-FW430 TCP-IP module work for this? If not, is there a different module that works with it? Thanks in advance for your help. |
SONOS Port as main Volume control for audio zone in Crestron Home
Hello.
?
We have a standalone audio zone consisting of several 70V in-ceiling speakers being driven by a "dumb" 70V amp by QSC. Client wants to add this audio zone to his Crestron Home system, but he doesn't want to change the amp.
?
Would adding a SONOS Port to the input of the amp allow Crestron Home to control the volume of this zone? The amp would have its volume level fixed at a certain level/dB, while the SONOS Port would be configured as "Variable" inside Crestron Home.
?
Would this work?
?
Thanks. |
Re: nvx simpl
We use streamLocation strings for routing, instead of subscriptions, since it's less time configuring devices. But it's a little more programming if you want to drive routing with analog values. So if you only have a handful of devices, subscriptions can be a decent option and then you have native analog routing in SIMPL.
?
Multicast stream addresses can be set via SIMPL, as was mentioned... But they have to be even numbers (typically starting at .0). The next address (odd) will be used for an audio-only stream in case you need independent audio routing. We usually just use all the even numbers for video routing - there's no requirement for more spacing.
?
--
Josh Winn The LiquidPixel Group |
Re: nvx simpl
Subscriptions?aren't required, and can cause difficulties if you have to swap our NVX hardware down the road.? IMHO the?
StreamLocation_F > StreamLocation is much easier. On Fri, Aug 2, 2024 at 2:45?AM Jehuty47 via <pvincent=[email protected]> wrote:
|
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: 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 |
to navigate to use esc to dismiss