¿ªÔÆÌåÓý

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

Bright Sign UDP


 

I am new to Crestron and would like to know how to send UDP commands. I have some Bright sign units that I would like to trigger with an Ipad I have setup with Crestron. I have added a UDP command on C2NENT-2 on port OC. I put the Address as 255.255.255.255 (don't see were the port is supposed to go though). The command I would like to send in Ascii is "Trigger". I didn't know if someone had a sample in Simpl that I could look at and reverse engineer. any help would be great. Thanks


Kool-Aid Drinker
 

The port number is entered as a parameter in the detail view of the
UDP symbol.

For basic interaction between Crestron and a Bright Author project,
use an SIO with its serial output connected to the input of the UDP
symbol (and vice versa).


On Fri, 03 May 2013 13:39:19 -0000, "franzenel"
<erik@...> wrote:

I am new to Crestron and would like to know how to send UDP commands. I have some Bright
sign units that I would like to trigger with an Ipad I have setup with Crestron. I have
added a UDP command on C2NENT-2 on port OC. I put the Address as 255.255.255.255 (don't
see were the port is supposed to go though). The command I would like to send in Ascii is
"Trigger". I didn't know if someone had a sample in Simpl that I could look at and reverse
engineer. any help would be great. Thanks


 

Thanks

In Binary "Trigger" is

0) 0 1 1 1 0 1 0 0
1) 0 1 1 1 0 0 1 0
2) 0 1 1 0 1 0 0 1
3) 0 1 1 0 0 1 1 1
4) 0 1 1 0 0 1 1 1
5) 0 1 1 0 0 1 0 1
6) 0 1 1 1 0 0 1 0

do I need to covert this to Hex

or can I just put "trigger" in.

also does it go in STR2 for the TX to the sign

This is how I have the flow right now

Mobile pro G Press150 (Bright_Sign_Trigger)

Serial I/O [Enable] Bright_Sign_Trigger
Serial I/O [tx$] Bright Sign String
Serial I/O STR1 Blank
Serial I/O STR2 Blank for now but guessing this is what I need to send

UDP/IP
enable Bright_sign_Trigger
TX$ Bright_Sign_String
RX$ //
Port 0622d

Thanks for all the Help once I get the Flow down hopefully I will be able to figure this out.

--- In Crestron@..., Kool-Aid Drinker <herald@...> wrote:

The port number is entered as a parameter in the detail view of the
UDP symbol.

For basic interaction between Crestron and a Bright Author project,
use an SIO with its serial output connected to the input of the UDP
symbol (and vice versa).


On Fri, 03 May 2013 13:39:19 -0000, "franzenel"
<erik@...> wrote:

I am new to Crestron and would like to know how to send UDP commands. I have some Bright
sign units that I would like to trigger with an Ipad I have setup with Crestron. I have
added a UDP command on C2NENT-2 on port OC. I put the Address as 255.255.255.255 (don't
see were the port is supposed to go though). The command I would like to send in Ascii is
"Trigger". I didn't know if someone had a sample in Simpl that I could look at and reverse
engineer. any help would be great. Thanks


Kool-Aid Drinker
 

The [enable] input of an SIO is optional. Leave it unconnected unless
you have a compelling reason to enable/disable the SIO.

Just type Trigger into Str1, no need to convert. The Str parameter
that have digit input arrows pointing at them are the one that get
sent.

Put your Bright_Sign_Trigger signal on in1 of the SIO.

If you have multiple commands, use Alt-Plus to expand the SIO.

If your Brightsign is sending anything back, connect the rx$ of the
UDP symbol to the rx$ of the SIO. Type the string you expect to
receive into a Str parameter that has its arrow pointing out. That
digital output will go high when you receive that string.

Hit F1 and read the help file on SIO. Much is explained there.


On Fri, 03 May 2013 17:17:13 -0000, "franzenel"
<erik@...> wrote:

Thanks

In Binary "Trigger" is

0) 0 1 1 1 0 1 0 0
1) 0 1 1 1 0 0 1 0
2) 0 1 1 0 1 0 0 1
3) 0 1 1 0 0 1 1 1
4) 0 1 1 0 0 1 1 1
5) 0 1 1 0 0 1 0 1
6) 0 1 1 1 0 0 1 0

do I need to covert this to Hex

or can I just put "trigger" in.

also does it go in STR2 for the TX to the sign

This is how I have the flow right now

Mobile pro G Press150 (Bright_Sign_Trigger)

Serial I/O [Enable] Bright_Sign_Trigger
Serial I/O [tx$] Bright Sign String
Serial I/O STR1 Blank
Serial I/O STR2 Blank for now but guessing this is what I need to send

UDP/IP
enable Bright_sign_Trigger
TX$ Bright_Sign_String
RX$ //
Port 0622d

Thanks for all the Help once I get the Flow down hopefully I will be able to figure this out.



--- In Crestron@..., Kool-Aid Drinker <herald@...> wrote:

The port number is entered as a parameter in the detail view of the
UDP symbol.

For basic interaction between Crestron and a Bright Author project,
use an SIO with its serial output connected to the input of the UDP
symbol (and vice versa).


On Fri, 03 May 2013 13:39:19 -0000, "franzenel"
<erik@...> wrote:

I am new to Crestron and would like to know how to send UDP commands. I have some Bright
sign units that I would like to trigger with an Ipad I have setup with Crestron. I have
added a UDP command on C2NENT-2 on port OC. I put the Address as 255.255.255.255 (don't
see were the port is supposed to go though). The command I would like to send in Ascii is
"Trigger". I didn't know if someone had a sample in Simpl that I could look at and reverse
engineer. any help would be great. Thanks


 

Wow Thanks for all the help.

--- In Crestron@..., Kool-Aid Drinker <herald@...> wrote:

The [enable] input of an SIO is optional. Leave it unconnected unless
you have a compelling reason to enable/disable the SIO.

Just type Trigger into Str1, no need to convert. The Str parameter
that have digit input arrows pointing at them are the one that get
sent.

Put your Bright_Sign_Trigger signal on in1 of the SIO.

If you have multiple commands, use Alt-Plus to expand the SIO.

If your Brightsign is sending anything back, connect the rx$ of the
UDP symbol to the rx$ of the SIO. Type the string you expect to
receive into a Str parameter that has its arrow pointing out. That
digital output will go high when you receive that string.

Hit F1 and read the help file on SIO. Much is explained there.


On Fri, 03 May 2013 17:17:13 -0000, "franzenel"
<erik@...> wrote:

Thanks

In Binary "Trigger" is

0) 0 1 1 1 0 1 0 0
1) 0 1 1 1 0 0 1 0
2) 0 1 1 0 1 0 0 1
3) 0 1 1 0 0 1 1 1
4) 0 1 1 0 0 1 1 1
5) 0 1 1 0 0 1 0 1
6) 0 1 1 1 0 0 1 0

do I need to covert this to Hex

or can I just put "trigger" in.

also does it go in STR2 for the TX to the sign

This is how I have the flow right now

Mobile pro G Press150 (Bright_Sign_Trigger)

Serial I/O [Enable] Bright_Sign_Trigger
Serial I/O [tx$] Bright Sign String
Serial I/O STR1 Blank
Serial I/O STR2 Blank for now but guessing this is what I need to send

UDP/IP
enable Bright_sign_Trigger
TX$ Bright_Sign_String
RX$ //
Port 0622d

Thanks for all the Help once I get the Flow down hopefully I will be able to figure this out.



--- In Crestron@..., Kool-Aid Drinker <herald@> wrote:

The port number is entered as a parameter in the detail view of the
UDP symbol.

For basic interaction between Crestron and a Bright Author project,
use an SIO with its serial output connected to the input of the UDP
symbol (and vice versa).


On Fri, 03 May 2013 13:39:19 -0000, "franzenel"
<erik@> wrote:

I am new to Crestron and would like to know how to send UDP commands. I have some Bright
sign units that I would like to trigger with an Ipad I have setup with Crestron. I have
added a UDP command on C2NENT-2 on port OC. I put the Address as 255.255.255.255 (don't
see were the port is supposed to go though). The command I would like to send in Ascii is
"Trigger". I didn't know if someone had a sample in Simpl that I could look at and reverse
engineer. any help would be great. Thanks