¿ªÔÆÌåÓý

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

Blu-103 VOIP Dialer

 

Has anyone figured out how to control the VOIP dialer of a BSS BLU-103?? There doesn't seem to be a module for it and I can't find published protocol for it either.

TIA,

Steve


JVC DLA-RS2000 / NX7 RS232 driver

 

Hi all

Anybody knows if there is a driver to be found anywhere for JVC RS1000/2000/3000 or NX5, NX7, NX9 projector?

Kind regards, Claus


Re: NVX 351 vs 363

pearce.bruce
 

¿ªÔÆÌåÓý

?Hi Mitch?

If the room box is connected directly to a tv and the source is configure for 5.1 or anything other than stereo will the 351 down mix to a stereo while still allowing the 5.1 to be available to a cinema system ??
I understand that the audio o/p will be down mixed into stereo .?

Thanks

Bruce

On 5 Jan 2021, at 18:50, Mitch Bigelow <ipha00@...> wrote:

?They both will do pass-through and downmix simultaneously.

Passthrough will be on the main stream and 2ch downmix on analog or AES67


Re: Crestron GO App

 

Dear,

In VT Pro you can select Crestron GO and design your GUI there, also in Simple windows configuration model kindly select the Crestron go as the touch panel on the Ethernet expansion.

On Tue, 5 Jan 2021 at 9:58 PM nick_masterson_uk <nmasterson@...> wrote:
Hi All,

apologies for the really basic question, but what panel type do I select in VT Pro if I'm programming a mobile project (iPhone) and using the Crestron Go app on the device?

Its been a while since I've had to program for a phone and did not know that 'GO' existed until I looked to add a mobile panel definition in Simpl. I'm assuming that its the latest app version and that we should be using this by default now?

I have just done an update on everything so pretty sure I have latest files/progs, but when I looked to program the GUI in VT-Pro I cant find a matching panel definition, and a quick? exploration of the Crestron site doesn't seem to show a demo prog or similar.??

The blurb sasy the GO app is designed to make better use of retina display resolutions, so I assumed there would be a new matching panel type in VT-Pro to accomodate this?

TIA

--


Re: Crestron GO App

 

Thanks Jason!


Re: Crestron GO App

 

The VTPro type?for CrestronGo is "Crestron App"

On Tue, Jan 5, 2021 at 12:58 PM nick_masterson_uk <nmasterson@...> wrote:
Hi All,

apologies for the really basic question, but what panel type do I select in VT Pro if I'm programming a mobile project (iPhone) and using the Crestron Go app on the device?

Its been a while since I've had to program for a phone and did not know that 'GO' existed until I looked to add a mobile panel definition in Simpl. I'm assuming that its the latest app version and that we should be using this by default now?

I have just done an update on everything so pretty sure I have latest files/progs, but when I looked to program the GUI in VT-Pro I cant find a matching panel definition, and a quick? exploration of the Crestron site doesn't seem to show a demo prog or similar.??

The blurb sasy the GO app is designed to make better use of retina display resolutions, so I assumed there would be a new matching panel type in VT-Pro to accomodate this?

TIA


Crestron GO App

 

Hi All,

apologies for the really basic question, but what panel type do I select in VT Pro if I'm programming a mobile project (iPhone) and using the Crestron Go app on the device?

Its been a while since I've had to program for a phone and did not know that 'GO' existed until I looked to add a mobile panel definition in Simpl. I'm assuming that its the latest app version and that we should be using this by default now?

I have just done an update on everything so pretty sure I have latest files/progs, but when I looked to program the GUI in VT-Pro I cant find a matching panel definition, and a quick? exploration of the Crestron site doesn't seem to show a demo prog or similar.??

The blurb sasy the GO app is designed to make better use of retina display resolutions, so I assumed there would be a new matching panel type in VT-Pro to accomodate this?

TIA


Re: Please Help with IR Emitter output Pro 2 completely stumped and frustrated :)

 

Didn't see it mentioned, but using a DMM with a diode check mode will help with determining polarity as well as issues with the emitter.? If you have a blink style emitter you can use a battery or continuity checker for polarity too.


NVX 351 vs 363

 

Looking at the comparison.? The 351 list Multi Channel pass thru or 2 Channel and doesn't have Digital Audio over HDMI?? Does this mean that you have to setup one or the other and can't have both simultaneously?? example Atmos on the HDMI while downmixing to the 2 channel output.


Apple TV home button app

 

Hi guys is there a way to get the Apple TV home button to work with IR module ? To open up the Apple TV app ? Please advice

Thanks ,
Mingo


Re: Dahia

 

Try this:

rtsp://user:[email protected]:554/cam/realmonitor?channel=1&subtype=2
Replace user and pass with the camera credentials (make sure that user has stream permissions). The last number, 2, is the stream type. Most modern cameras will have 3 streams (1,2,3).

Test with VLC first. If it doesn't play on the TSW, adjust the stream settings (I recommend 720p 15fps)


Re: SIMPL+ Compiler bug

 

Steve,

Yes. I've seen the issue before. It's something to do with the curly braces being escape/special characters in C#.

eg.
Console.WriteLine("My Integer Is {0}, My Second Integer is {1}", myInteger, myInteger2);

So the compiler interprets the opening { in your string as the beginning of something to replace.

As a workaround, if you remove the { and } from your TempStr$ then add them after using +, then the problem goes away. I did a quick test and the following code works:

makestring(TempStr$,"%sA%u%s:%u",Quote,Index,Quote,Value);
TempStr$ = "{" + TempStr$ + "}";

Chris.



Re: Somfy SDN control via CP3

 

I tested a motor with a similar string (different node id) and it works fine from an RMC3,? double-check the node id.

Otherwise, I am not sure why it is not working.

Make sure in your com port there is no delimiter set.


Re: PMC3 appears dead. Has anybody revived a dead controller? #prodigy

 

Found it, but you're right, there is some risk involved. Since its mostly dead already I don't have much to lose however shopping for a replacement might be a better use of my time. :-)


Re: Somfy SDN control via CP3

 

¿ªÔÆÌåÓý

No delimiter, by delimiter you mean in the COM port definition where TX/RX goes right? 4800, 8, 1, O is correct, RS485, None for handshaking.

?

From: <[email protected]> on behalf of Michael Braithwaite <smartamp@...>
Reply-To: <[email protected]>
Date: Monday, January 4, 2021 at 9:26 PM
To: <[email protected]>
Subject: Re: [crestron] Somfy SDN control via CP3

?

Looks correct to me, also you have no delimiter correct?? ?4800? 8 1 O for settings correct?

?

On Mon, Jan 4, 2021 at 1:17 PM martinkup90 <martin@...> wrote:

Michael,

?

The string the module seems to be sending when I press down is:

?

\xFC\xF0\xFF\x80\x80\x80\xA3\x83\xF9\xFF\xFF\xFF\xFF\x0A\x86

?

Any time I send a command I receive back \x00 via RX

?

From: <[email protected]> on behalf of Michael Braithwaite <smartamp@...>
Reply-To: <[email protected]>
Date: Monday, January 4, 2021 at 9:33 AM
To: <[email protected]>
Subject: Re: [crestron] Somfy SDN control via CP3

?

Can you send me the string you are sending or screenshot from the symbol and delimiter


Re: Somfy SDN control via CP3

 

Looks correct to me, also you have no delimiter correct?? ?4800? 8 1 O for settings correct?


On Mon, Jan 4, 2021 at 1:17 PM martinkup90 <martin@...> wrote:

Michael,

?

The string the module seems to be sending when I press down is:

?

\xFC\xF0\xFF\x80\x80\x80\xA3\x83\xF9\xFF\xFF\xFF\xFF\x0A\x86

?

Any time I send a command I receive back \x00 via RX

?

From: <[email protected]> on behalf of Michael Braithwaite <smartamp@...>
Reply-To: <[email protected]>
Date: Monday, January 4, 2021 at 9:33 AM
To: <[email protected]>
Subject: Re: [crestron] Somfy SDN control via CP3

?

Can you send me the string you are sending or screenshot from the symbol and delimiter


Re: PMC3 appears dead. Has anybody revived a dead controller? #prodigy

 

¿ªÔÆÌåÓý

Inside, hidden under a small board.
But based on question, I think that would not be a good idea to open it without knowledge about what you¡¯re doing.

Enviado do meu iPhone

Em 4 de jan. de 2021, ¨¤(s) 20:37, Matt Rozema <mrozema@...> escreveu:

?Where does the SD card plug in? Somewhere inside? I don't see a place for one on the outside.


Re: PMC3 appears dead. Has anybody revived a dead controller? #prodigy

 

Haven't done that yet. I'm attempting it now. Thank you!


Re: PMC3 appears dead. Has anybody revived a dead controller? #prodigy

 

Tried that, thanks! No change.


Re: PMC3 appears dead. Has anybody revived a dead controller? #prodigy

 

Where does the SD card plug in? Somewhere inside? I don't see a place for one on the outside.