Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
|
TCP port 23 on every Extron device with an Ethernet port that I've seen.
toggle quoted message
Show quoted text
On Mon, Aug 5, 2013 at 10:26 AM, techybabble <davelynn@...> wrote: Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
------------------------------------
Check out the Files area for useful modules, documents, and drivers.
A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links
-- Jeremy Weatherford
|
I just dropped a really basic 1606 module in the modules folder... you'd need to add a TCP driver though, port 23 is correct.-
toggle quoted message
Show quoted text
--- In Crestron@..., Jeremy Weatherford <jweather@...> wrote: TCP port 23 on every Extron device with an Ethernet port that I've seen.
On Mon, Aug 5, 2013 at 10:26 AM, techybabble <davelynn@...> wrote:
Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
------------------------------------
Check out the Files area for useful modules, documents, and drivers.
A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links
-- Jeremy Weatherford
[Non-text portions of this message have been removed]
|
The manual says you can send the SIS commands via Telnet.
toggle quoted message
Show quoted text
--- In Crestron@..., "techybabble" <davelynn@...> wrote: Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
|
Hi all, I am working with the Extron IN1606 and need to control the volume through this piece. I have looked through the SIS list and have found the commands to set a given level or to raise/lower/mute. My question is how do you guys handle the feedback for a gauge? Also, how would you go about using a slider instead of up/down buttons? I just got this piece(oS) dropped on me today - any help would be appreciated!
toggle quoted message
Show quoted text
--- In Crestron@..., "Chad" <getaroundtheglobe@...> wrote: I just dropped a really basic 1606 module in the modules folder... you'd need to add a TCP driver though, port 23 is correct.-
--- In Crestron@..., Jeremy Weatherford <jweather@> wrote:
TCP port 23 on every Extron device with an Ethernet port that I've seen.
On Mon, Aug 5, 2013 at 10:26 AM, techybabble <davelynn@> wrote:
Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
------------------------------------
Check out the Files area for useful modules, documents, and drivers.
A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links
-- Jeremy Weatherford
|
I don't know if that's significantly different from the other Extron pieces I've worked with, but I've usually just set up an SIO to trap all possible responses, then feed the results to an INIT & some kind of scaler...
"Vol 001\r" or whatever is way easy to trap, and if there are a hundred or less possible responses, F4 in an SIO makes it way, way easy.
Only trick is if you send a direct value rather than the "nudge" up or down commands. In that case you can fake-set your feedback at the same time you send the command. I'm not sure why, but as awesome as Extron is about their command sets overall, their query commands usually wind up being stupid - like the guy that got tasked with them went to the Sharp School Of Protocol Creation and said "who cares what they asked for - just send 'em a number back"...
- Chip
toggle quoted message
Show quoted text
--- In Crestron@..., "advancesystemdesignvt" <eric@...> wrote: Hi all, I am working with the Extron IN1606 and need to control the volume through this piece. I have looked through the SIS list and have found the commands to set a given level or to raise/lower/mute. My question is how do you guys handle the feedback for a gauge? Also, how would you go about using a slider instead of up/down buttons? I just got this piece(oS) dropped on me today - any help would be appreciated!
--- In Crestron@..., "Chad" <getaroundtheglobe@> wrote:
I just dropped a really basic 1606 module in the modules folder... you'd need to add a TCP driver though, port 23 is correct.-
--- In Crestron@..., Jeremy Weatherford <jweather@> wrote:
TCP port 23 on every Extron device with an Ethernet port that I've seen.
On Mon, Aug 5, 2013 at 10:26 AM, techybabble <davelynn@> wrote:
Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
------------------------------------
Check out the Files area for useful modules, documents, and drivers.
A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links
-- Jeremy Weatherford
[Non-text portions of this message have been removed]
|
Thanks for the reply. So I have an SIO with four commands -- vol+, vol-, mute, and unmute. The vol+ and vol- are the nudge commands, and are each driven by their own OSC so that the commands are re-sent if you hold the button press. The mute/unmute are the outputs of a toggle, out and out* respectively, and go through a MOS and then to the SIO. All volume responses [0-100% in 1% increments] and mute_is_on reply go to an INIT for my 0-100% signal to route to the gauge.
Am I missing anything? I don't have the equipment in front of me, so unfortunately I cannot test till I'm on-site.
One last question - in the SIS command table, many of the commands begin with [Esc]. Do I use the hex or ascii equivalent, \x1B or 27?
-Eric
toggle quoted message
Show quoted text
--- In Crestron@..., "Chip" <cfm@...> wrote:
I don't know if that's significantly different from the other Extron pieces I've worked with, but I've usually just set up an SIO to trap all possible responses, then feed the results to an INIT & some kind of scaler...
"Vol 001\r" or whatever is way easy to trap, and if there are a hundred or less possible responses, F4 in an SIO makes it way, way easy.
Only trick is if you send a direct value rather than the "nudge" up or down commands. In that case you can fake-set your feedback at the same time you send the command. I'm not sure why, but as awesome as Extron is about their command sets overall, their query commands usually wind up being stupid - like the guy that got tasked with them went to the Sharp School Of Protocol Creation and said "who cares what they asked for - just send 'em a number back"...
- Chip
--- In Crestron@..., "advancesystemdesignvt" <eric@> wrote:
Hi all, I am working with the Extron IN1606 and need to control the volume through this piece. I have looked through the SIS list and have found the commands to set a given level or to raise/lower/mute. My question is how do you guys handle the feedback for a gauge? Also, how would you go about using a slider instead of up/down buttons? I just got this piece(oS) dropped on me today - any help would be appreciated!
--- In Crestron@..., "Chad" <getaroundtheglobe@> wrote:
I just dropped a really basic 1606 module in the modules folder... you'd need to add a TCP driver though, port 23 is correct.-
--- In Crestron@..., Jeremy Weatherford <jweather@> wrote:
TCP port 23 on every Extron device with an Ethernet port that I've seen.
On Mon, Aug 5, 2013 at 10:26 AM, techybabble <davelynn@> wrote:
Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
------------------------------------
Check out the Files area for useful modules, documents, and drivers.
A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links
-- Jeremy Weatherford
[Non-text portions of this message have been removed]
|
For ESC, use \x1B...
You can also trap for the mute on/off responses.
Some things I like to do with Extron volume control:
- At bootup or system start, send "-V+V" (or is it "V+V-"?) to nudge the volume control enough to get your feedback synchronized with the actual state, and leave it where you found it. (Assuming it wasn't at zero to start with)
- If you're monitoring mute, have your volume up/down buttons trigger logic that unmutes first, then passes on to your up/down OSCs.
- Chip
toggle quoted message
Show quoted text
--- In Crestron@..., "advancesystemdesignvt" <eric@...> wrote: Thanks for the reply. So I have an SIO with four commands -- vol+, vol-, mute, and unmute. The vol+ and vol- are the nudge commands, and are each driven by their own OSC so that the commands are re-sent if you hold the button press. The mute/unmute are the outputs of a toggle, out and out* respectively, and go through a MOS and then to the SIO. All volume responses [0-100% in 1% increments] and mute_is_on reply go to an INIT for my 0-100% signal to route to the gauge.
Am I missing anything? I don't have the equipment in front of me, so unfortunately I cannot test till I'm on-site.
One last question - in the SIS command table, many of the commands begin with [Esc]. Do I use the hex or ascii equivalent, \x1B or 27?
-Eric
--- In Crestron@..., "Chip" <cfm@> wrote:
I don't know if that's significantly different from the other Extron pieces I've worked with, but I've usually just set up an SIO to trap all possible responses, then feed the results to an INIT & some kind of scaler...
"Vol 001\r" or whatever is way easy to trap, and if there are a hundred or less possible responses, F4 in an SIO makes it way, way easy.
Only trick is if you send a direct value rather than the "nudge" up or down commands. In that case you can fake-set your feedback at the same time you send the command. I'm not sure why, but as awesome as Extron is about their command sets overall, their query commands usually wind up being stupid - like the guy that got tasked with them went to the Sharp School Of Protocol Creation and said "who cares what they asked for - just send 'em a number back"...
- Chip
--- In Crestron@..., "advancesystemdesignvt" <eric@> wrote:
Hi all, I am working with the Extron IN1606 and need to control the volume through this piece. I have looked through the SIS list and have found the commands to set a given level or to raise/lower/mute. My question is how do you guys handle the feedback for a gauge? Also, how would you go about using a slider instead of up/down buttons? I just got this piece(oS) dropped on me today - any help would be appreciated!
--- In Crestron@..., "Chad" <getaroundtheglobe@> wrote:
I just dropped a really basic 1606 module in the modules folder... you'd need to add a TCP driver though, port 23 is correct.-
--- In Crestron@..., Jeremy Weatherford <jweather@> wrote:
TCP port 23 on every Extron device with an Ethernet port that I've seen.
On Mon, Aug 5, 2013 at 10:26 AM, techybabble <davelynn@> wrote:
Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
------------------------------------
Check out the Files area for useful modules, documents, and drivers.
A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links
-- Jeremy Weatherford
|
Set Verbose mode to 3. They don't document it in every SIS+ command set, I had to use Google and found it in the MLS 608 D documentation. I've discovered that it works on recent System 5IP firmware as well as the IN1606's.
The string is "<esc><n>cv<cr><lf>" where <n> is the level, 0 for silent mode, up to 3 for full responses to every command. For example after a "\x1b3cv\n" is sent, I can send it a simple "!" and get the full "In01 RGB" response as if I had sent an actual input change command.
Unfortunately you have to send this every time you connect, I have yet to find a way to make it remember I want full verbose mode every time.
toggle quoted message
Show quoted text
--- In Crestron@..., "Chip" <cfm@...> wrote:
I don't know if that's significantly different from the other Extron pieces I've worked with, but I've usually just set up an SIO to trap all possible responses, then feed the results to an INIT & some kind of scaler...
"Vol 001\r" or whatever is way easy to trap, and if there are a hundred or less possible responses, F4 in an SIO makes it way, way easy.
Only trick is if you send a direct value rather than the "nudge" up or down commands. In that case you can fake-set your feedback at the same time you send the command. I'm not sure why, but as awesome as Extron is about their command sets overall, their query commands usually wind up being stupid - like the guy that got tasked with them went to the Sharp School Of Protocol Creation and said "who cares what they asked for - just send 'em a number back"...
- Chip
--- In Crestron@..., "advancesystemdesignvt" <eric@> wrote:
Hi all, I am working with the Extron IN1606 and need to control the volume through this piece. I have looked through the SIS list and have found the commands to set a given level or to raise/lower/mute. My question is how do you guys handle the feedback for a gauge? Also, how would you go about using a slider instead of up/down buttons? I just got this piece(oS) dropped on me today - any help would be appreciated!
--- In Crestron@..., "Chad" <getaroundtheglobe@> wrote:
I just dropped a really basic 1606 module in the modules folder... you'd need to add a TCP driver though, port 23 is correct.-
--- In Crestron@..., Jeremy Weatherford <jweather@> wrote:
TCP port 23 on every Extron device with an Ethernet port that I've seen.
On Mon, Aug 5, 2013 at 10:26 AM, techybabble <davelynn@> wrote:
Is this accomplished by simply using a TCPIP client and sending the SIS commands as you would RS232? What port would it run on and is there any setup on the Extron device that has to be done? Specifically, I am working with an IN1606 switcher and a CP3 processor. thanks for the help!
------------------------------------
Check out the Files area for useful modules, documents, and drivers.
A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links
-- Jeremy Weatherford
|
Hello,
Does anyone have a module for Extron IN1606 or1608?
Thanks?
C>
On Monday, August 19, 2013 3:28 PM, Chip wrote:
?
I don't know if that's significantly different from the other Extron pieces I've worked with, but I've usually just set up an SIO to trap all possible responses, then feed the results to an INIT & some kind of scaler...
"Vol 001\r" or whatever is way easy to trap, and if there are a hundred or less possible responses, F4 in an SIO makes it way, way easy.
Only trick is if you send a direct value rather than the "nudge" up or down commands. In that case you can fake-set your feedback at the same time you send the command. I'm not sure why, but as awesome as Extron is about their command sets overall, their query commands usually wind up being stupid - like the guy that got tasked with them went to the Sharp School Of Protocol Creation and said "who cares what they asked for - just send 'em a number back"...
- Chip
--- In Crestron@..., "advancesystemdesignvt"
>
> Hi all,
> I am working with the Extron IN1606 and need to control the volume through this piece. I have looked through the SIS list and have found the commands to set a given level or to raise/lower/mute. My question is how do you guys handle the feedback for a gauge? Also, how would you go about using a slider instead of up/down buttons? I just got this piece(oS) dropped on me today - any help would be appreciated!
>
> --- In Crestron@..., "Chad" wrote:
> >
> > I just dropped a really basic 1606 module in the modules folder... you'd need to add a TCP driver though, port 23 is correct.-
> >
> > --- In Crestron@..., Jeremy Weatherford wrote:
> > >
> > > TCP port 23 on every Extron device with an Ethernet port that I've seen.
> > >
> > >
> > > On Mon, Aug 5, 2013 at 10:26 AM, techybabble wrote:
> > >
> > > > Is this accomplished by simply using a TCPIP client and sending the SIS
> > > > commands as you would RS232? What port would it run on and is there any
> > > > setup on the Extron device that has to be done? Specifically, I am working
> > > > with an IN1606 switcher and a CP3 processor. thanks for the help!
> > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > >
> > > >
> > > >
> > > > Check out the Files area for useful modules, documents, and drivers.
> > > >
> > > > A contact list of Crestron dealers and programmers can be found in the
> > > > Database area.
> > > > Yahoo!
> > > > Groups Links
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Jeremy Weatherford
> > >
> > >
> > >
> > >
> >
>
|