¿ªÔÆÌåÓý

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

Re: Which DVD/VHS Combo Player?

 

On Fri, Aug 16, 2013 at 6:20 PM, mattrasmussen1969 <mjrtoo@...> wrote:

I vote to tell the consultant their nuts, and to choose another line of
work if you're specifying VHS players.
Most consultants would say they would love to agree with you, but when
customer requirements dictate VHS capabilities and won't take no for an
answer, you either spec them or you don't get the job.

This is particularly a problem in universities and other similar
institutions which have a large existing library of VHS material and
copyright laws prevent them from making DVDs of the material, or at least
that's what their lawyers tell them.

I myself still have VCRs in my AV system and have thought about getting rid
of them due to their very rare use, but wouldn't you know it, the last time
I had one die on me, I had a lady show up as a guest instructor and
wouldn't you now it, she had a #$%^ VHS tape!

It ain't always black and white ;)

Jeff



--
Jeff Klein, DMC-E
Head Volunteer Sound Geek
Faith Baptist Church
Glen Burnie, Maryland
/ @FBC_TechTeam
/ @7thVoiceMusic



"Clothe yourselves, all of you, with humility toward one another, for God
opposes the proud but gives grace to the humble." 1 Peter 5:5


Re: Help with a tutorial

Chip
 

Surprised the first attempt didn't compile with errors to clue you in to that...

- Chip

--- In Crestron@..., "toplegit" <toplegit@...> wrote:

Thanks Jeremy,

I changed connect_http to http_connect and I have success.
Really appreciate your help.



--- In Crestron@..., Jeremy Weatherford <jweather@> wrote:

connect_http is not the same signal as http_connect. Unless there's
something else connecting those signals together, that's a "broken wire".
http_connect is going high, but the signal to your TCP/IP client is named
connect_http, so nothing ever happens.


On Fri, Aug 16, 2013 at 11:53 AM, toplegit <toplegit@> wrote:

Hi,

I'm trying to follow a very simple tutorial to send out a GET http
request. This is the tutorial in question:



I've been following the tutorial word for word but I am not having
success. Believe it or not I've spent many hours trying different things to
no avail. I was hoping someone might be able to shed some light.

Below is a screenshot of how I set it up in simpl windows, and then what I
see in the debugger when I try pulsing http_go. I can never see anything
come in on http_rx.



As per the tutorial I verified that when I execute 'testdns google.com'
in the text console I do get a proper IP address back.

Any help is appreciated!

Thanks!







------------------------------------




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




Re: analog ram and analog ram from database

 

No, you do not need ARAM from database. ARAM and (and SRAM) from database are quirky little buggers that do not need to be used frequently and I can tell you with some certainty will not work for what you're trying to do.

Also, I'm sure you already know but just to be clear all RAM in Crestron is positionally sensitive, e.g. if you have an ARAM symbol and either add another *RAM (or SIMPL+ with nonvolatile variables) above the original ARAM symbol, or expand the ARAM symbol and insert a value any values 'under' the original value will no longer be what they were. Thus the "store and recall last states ARAM should probably be at or near the top of the program to avoid disruption.

Lincoln

--
Lincoln King-Cliby, CTS
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
Crestron Services Provider

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of campana3012
Sent: Friday, August 16, 2013 8:24 PM
To: Crestron@...
Subject: [Crestron] Re: analog ram and analog ram from database

but I am storing these values with the same names also in user recordable scenes--that's why i am thinking i need aram from database

--- In Crestron@..., Lincoln King-Cliby <lincoln@...> wrote:

ARAM with 1s on all three digitals and the same signal names on analog inputs/outputs will contantly store values and restore the last value when the processor boots.



--
Lincoln King-Cliby, CTS
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
Crestron Services Provider

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of campana3012
Sent: Friday, August 16, 2013 7:24 PM
To: Crestron@...
Subject: [Crestron] Re: analog ram and analog ram from database

not exactly but ill try it, but just an aram or aram from database?

--- In Crestron@..., crestronpro <crestronpro@> wrote:

Did you add another ARAM with 1 on store and recall? That always stores the
value and returns it at boot


On Fri, Aug 16, 2013 at 3:38 PM, campana3012 <campana3012@> wrote:

**


using an analog ram to store lighting scenes (works fine), but in case of
power outage I want to record the "current" look to memory and restore it
after reboot--have tried it a bunch of ways and all I ever get is 0 value-
was wondering if maybe the issue is I am not using analog ram from database.
If someone could elaborate on the use of this (help file is limited)and
does anyone know of a possible example that may already be in the files
Thanx--as always







------------------------------------



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



------------------------------------



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


Re: analog ram and analog ram from database

 

You could put a system init trigger on the recall. Just make sure that the
dimmers are online first.


On Fri, Aug 16, 2013 at 8:24 PM, campana3012 <campana3012@...> wrote:

**


but I am storing these values with the same names also in user recordable
scenes--that's why i am thinking i need aram from database


--- In Crestron@..., Lincoln King-Cliby <lincoln@...> wrote:

ARAM with 1s on all three digitals and the same signal names on analog
inputs/outputs will contantly store values and restore the last value when
the processor boots.



--
Lincoln King-Cliby, CTS
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
Crestron Services Provider

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On
Behalf Of campana3012
Sent: Friday, August 16, 2013 7:24 PM
To: Crestron@...
Subject: [Crestron] Re: analog ram and analog ram from database

not exactly but ill try it, but just an aram or aram from database?

--- In Crestron@..., crestronpro <crestronpro@> wrote:

Did you add another ARAM with 1 on store and recall? That always
stores the
value and returns it at boot


On Fri, Aug 16, 2013 at 3:38 PM, campana3012 <campana3012@> wrote:

**


using an analog ram to store lighting scenes (works fine), but in
case of
power outage I want to record the "current" look to memory and
restore it
after reboot--have tried it a bunch of ways and all I ever get is 0
value-
was wondering if maybe the issue is I am not using analog ram from
database.
If someone could elaborate on the use of this (help file is
limited)and
does anyone know of a possible example that may already be in the
files
Thanx--as always



[Non-text portions of this message have been removed]



------------------------------------



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


[Non-text portions of this message have been removed]


Re: analog ram and analog ram from database

campana3012
 

but I am storing these values with the same names also in user recordable scenes--that's why i am thinking i need aram from database

--- In Crestron@..., Lincoln King-Cliby <lincoln@...> wrote:

ARAM with 1s on all three digitals and the same signal names on analog inputs/outputs will contantly store values and restore the last value when the processor boots.



--
Lincoln King-Cliby, CTS
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
Crestron Services Provider

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of campana3012
Sent: Friday, August 16, 2013 7:24 PM
To: Crestron@...
Subject: [Crestron] Re: analog ram and analog ram from database

not exactly but ill try it, but just an aram or aram from database?

--- In Crestron@..., crestronpro <crestronpro@> wrote:

Did you add another ARAM with 1 on store and recall? That always stores the
value and returns it at boot


On Fri, Aug 16, 2013 at 3:38 PM, campana3012 <campana3012@> wrote:

**


using an analog ram to store lighting scenes (works fine), but in case of
power outage I want to record the "current" look to memory and restore it
after reboot--have tried it a bunch of ways and all I ever get is 0 value-
was wondering if maybe the issue is I am not using analog ram from database.
If someone could elaborate on the use of this (help file is limited)and
does anyone know of a possible example that may already be in the files
Thanx--as always



[Non-text portions of this message have been removed]



------------------------------------



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


Re: analog ram and analog ram from database

 

ARAM with 1s on all three digitals and the same signal names on analog inputs/outputs will contantly store values and restore the last value when the processor boots.



--
Lincoln King-Cliby, CTS
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
Crestron Services Provider

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of campana3012
Sent: Friday, August 16, 2013 7:24 PM
To: Crestron@...
Subject: [Crestron] Re: analog ram and analog ram from database

not exactly but ill try it, but just an aram or aram from database?

--- In Crestron@..., crestronpro <crestronpro@...> wrote:

Did you add another ARAM with 1 on store and recall? That always stores the
value and returns it at boot


On Fri, Aug 16, 2013 at 3:38 PM, campana3012 <campana3012@...> wrote:

**


using an analog ram to store lighting scenes (works fine), but in case of
power outage I want to record the "current" look to memory and restore it
after reboot--have tried it a bunch of ways and all I ever get is 0 value-
was wondering if maybe the issue is I am not using analog ram from database.
If someone could elaborate on the use of this (help file is limited)and
does anyone know of a possible example that may already be in the files
Thanx--as always



[Non-text portions of this message have been removed]



------------------------------------



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


Re: analog ram and analog ram from database

campana3012
 

not exactly but ill try it, but just an aram or aram from database?

--- In Crestron@..., crestronpro <crestronpro@...> wrote:

Did you add another ARAM with 1 on store and recall? That always stores the
value and returns it at boot


On Fri, Aug 16, 2013 at 3:38 PM, campana3012 <campana3012@...> wrote:

**


using an analog ram to store lighting scenes (works fine), but in case of
power outage I want to record the "current" look to memory and restore it
after reboot--have tried it a bunch of ways and all I ever get is 0 value-
was wondering if maybe the issue is I am not using analog ram from database.
If someone could elaborate on the use of this (help file is limited)and
does anyone know of a possible example that may already be in the files
Thanx--as always



[Non-text portions of this message have been removed]


Re: Christie HD6K module

 

Thanks all,

Chip emailed me a module that did the trick

On Fri, Aug 16, 2013 at 3:59 PM, crestronpro <crestronpro@...> wrote:

For the M, I have:
Power On
(#PWR1)

Power Off
(#PWR0)

Slot 1 In1
(#SIN 11)

Slot 1 In2
(#SIN 12)

Slot 2 In1
(#SIN 21)

Slot 2 In2
(#SIN 22)

Poll Lamp1
(SST+LAMP ?08)

Poll Lamp2
(SST+LAMP ?038)

Status
Power On
PWR!001

Power Off
PWR!000

Warming
PWR!011

Cooling
PWR!010



On Fri, Aug 16, 2013 at 1:48 PM, crestronpro <crestronpro@...>
wrote:

That's the M series?


On Fri, Aug 16, 2013 at 8:19 AM, neil.dorin <neildorin@...> wrote:

**


Bueller? Anyone?

I'm looking at the protocol manual and the example commands don't
resemble what the HD5K module is sending out. Somebody has to know which
module I should be using....


--- In Crestron@..., Neil Dorin <neildorin@...> wrote:

So the HD5K I2P module powers the projector on an off but I'm getting
error
responses to most of the queries from the module:

(00000 00000 ERR00101 "LPH: Control Not Found")
(00000 00000 PWR!010 "Cooling down")

The module is obviously close. Can anyone point me in the direction
of a
better suited module for a Christie HD6KM? Onsite and not much time to
go
digging for myself today.


On Thu, Aug 15, 2013 at 8:58 PM, Neil Dorin <neildorin@...> wrote:

Does anyone know what module might work for an HD6K. I downloaded
the
HD5k
module from the I2P site today but the techs haven run the rs232
from
the
DM-RMC-SCALER-C yet so I haven't been able to try it.

Don't come across many Christie's lately and I know often a Sanyo it
hitachi module will work.

Just seeing if anyone has any tips to save me some time tomorrow.

Sent from my iPhone








------------------------------------




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




Re: analog ram and analog ram from database

 

Did you add another ARAM with 1 on store and recall? That always stores the
value and returns it at boot

On Fri, Aug 16, 2013 at 3:38 PM, campana3012 <campana3012@...> wrote:

**


using an analog ram to store lighting scenes (works fine), but in case of
power outage I want to record the "current" look to memory and restore it
after reboot--have tried it a bunch of ways and all I ever get is 0 value-
was wondering if maybe the issue is I am not using analog ram from database.
If someone could elaborate on the use of this (help file is limited)and
does anyone know of a possible example that may already be in the files
Thanx--as always



Re: Help to get new 2 series firmware released

 

--- In Crestron@..., "sfbusfbu" <pade@...> wrote:

Crestron is currently sitting on a firmware update that solves the
ethernet socket problems that causes restarts. Unfortunately they
What ethernet socket problem is this?
Paul
See error earlier in the day on PRO3 random reboot.


analog ram and analog ram from database

campana3012
 

using an analog ram to store lighting scenes (works fine), but in case of power outage I want to record the "current" look to memory and restore it after reboot--have tried it a bunch of ways and all I ever get is 0 value- was wondering if maybe the issue is I am not using analog ram from database.
If someone could elaborate on the use of this (help file is limited)and does anyone know of a possible example that may already be in the files
Thanx--as always


Re: Which DVD/VHS Combo Player?

 

I vote to tell the consultant their nuts, and to choose another line of work if you're specifying VHS players.

Or, take all the VHS content and provide files for the content, as a service of course.

IMO, anyone providing VHS quality playback from antiquated formats is doing a disservice to their clients. The only tape format that I would consider is DVC.

--- In Crestron@..., "Nick" <nick@...> wrote:

So, apparently consultants still spec these for new state of the art installs.. But the one they spec'd is no longer available and they had to use two DMC input cards, one component for DVD and one composite for VHS. Kind of a lot of cash to hook up one player with two cards.

I'm looking for a single player that will play both on the same output, preferably HDMI. I found that the JVC DR-MV150B will do this but it seems to be reaching end of life (or has).

On the other hand I may just substitute a standalone VHS if I can find one, since the also spec'd Oppo Blu-ray Player will play DVDs.

The Combo isn't set up to record so I don't think that's a must, nor must it have a tuner.

Any others out there?


Which DVD/VHS Combo Player?

 

So, apparently consultants still spec these for new state of the art installs.. But the one they spec'd is no longer available and they had to use two DMC input cards, one component for DVD and one composite for VHS. Kind of a lot of cash to hook up one player with two cards.

I'm looking for a single player that will play both on the same output, preferably HDMI. I found that the JVC DR-MV150B will do this but it seems to be reaching end of life (or has).

On the other hand I may just substitute a standalone VHS if I can find one, since the also spec'd Oppo Blu-ray Player will play DVDs.

The Combo isn't set up to record so I don't think that's a must, nor must it have a tuner.

Any others out there?


Re: Core3 Media Object performance?

Heath Volmer
 

I couldn't keep the XM and AM/FM working reliably. I finally gave up on the media player.

The XM and AMFM route all of their info through the processor where other things can connect directly with the panel.

Heath Volmer
Digital Domain Systems
Littleton, CO

Sent from my iTypo 4

On Aug 16, 2013, at 5:33 PM, "Charlie" <charlie@...> wrote:



I had issues with it being slow and it turned out I did not have the XM and AMFM tuners set up correctly. They are different than the Audionet and iDoc in that each TP needs their own set of Core3 Media Player UI modules with unique equipment and control id's communicating with the Core3 Media Object Router for each TP. The Audionet and iDoc take care of this within the transport controls of the device symbol so that all of the TP object routers can be connected with the same signal name.

--- In Crestron@..., "Mark" <markrkaye@...> wrote:

i have a large system w/30 tp's (750, 1050 & tst-600) that i am just commissioning
i am not impressed with the media object performance
when i pick a tuner i.e. am/fm/xm/audionet it takes 15-20 sec to get screen control (audio plays immediately)
sometimes i get the 'no communication' box
is this normal?

i have an AV3 with a large main program & a large lighting & shades program (pac2 does the actual control)
it takes 10 min after a reboot to get reasonable control again
i had all the devices on the house LAN (sonicwall & hp switches, so not your ordinary stuff)
i moved all the Crestron devices to the control subnet yesterday and things appear worse?
wondering if i have a bad LAN cable causing extra traffic?
i am testing with an XPanel of a 750 on the LAN side

mark

[Non-text portions of this message have been removed]


RAVA- TSW's with Holovision Door Station--HELP

 

Hey guys,

Im fairly new to programming crestron and now I have got to my first RAVA system that is making me do circles. Ive looked at all the example programs, and I cant seem to find anything that helps me out. Is there an example program with a TSW using RAVA and communicating with a Door station, or has someone done this that could give me a little help. I literally do not even know where to start. Any help would be greatly appreciated.

Thanks,

corey


Re: Core3 Media Object performance?

Charlie
 

I had issues with it being slow and it turned out I did not have the XM and AMFM tuners set up correctly. They are different than the Audionet and iDoc in that each TP needs their own set of Core3 Media Player UI modules with unique equipment and control id's communicating with the Core3 Media Object Router for each TP. The Audionet and iDoc take care of this within the transport controls of the device symbol so that all of the TP object routers can be connected with the same signal name.

--- In Crestron@..., "Mark" <markrkaye@...> wrote:

i have a large system w/30 tp's (750, 1050 & tst-600) that i am just commissioning
i am not impressed with the media object performance
when i pick a tuner i.e. am/fm/xm/audionet it takes 15-20 sec to get screen control (audio plays immediately)
sometimes i get the 'no communication' box
is this normal?

i have an AV3 with a large main program & a large lighting & shades program (pac2 does the actual control)
it takes 10 min after a reboot to get reasonable control again
i had all the devices on the house LAN (sonicwall & hp switches, so not your ordinary stuff)
i moved all the Crestron devices to the control subnet yesterday and things appear worse?
wondering if i have a bad LAN cable causing extra traffic?
i am testing with an XPanel of a 750 on the LAN side

mark


Re: Help to get new 2 series firmware released

 

Crestron is currently sitting on a firmware update that solves the
ethernet socket problems that causes restarts. Unfortunately they
What ethernet socket problem is this?
Paul


Re: Core3 Graphics help please

 

Or how about a "synchronize states" button?

On Fri, Aug 16, 2013 at 5:13 PM, Heath Volmer <hvolmer@...> wrote:

**


Amen. They should have made the "basic button" and the "adults only"
button. Let us do what we are used to - piece for piece and then let us
customize the crap out of something should we choose.

Heath Volmer
Digital Domain Systems
Littleton, CO

Sent from my iTypo 4


On Aug 16, 2013, at 5:02 PM, "mattrasmussen1969" <mjrtoo@...> wrote:

Wouldn't it be nice if they could just add the 'old school' button
definition method in Core3 for those of us who want it? Two states with
easy to change text etc?

Can I get an AMEN? :)

I like some features, but theming and changing text/font for the now
three states is a disaster.

--- In Crestron@..., "mattrasmussen1969" <mjrtoo@...> wrote:

I don't have any real time to mess around and just want to use a
couple button types from my non core3 projects. Two questions.


Is the only way to 'quickly' do this using modes for every graphic
'button', or, is there a way to make the button size snap to the custom
graphic on an advanced button rather than the graphic conforming to the
button size itself?
[Non-text portions of this message have been removed]



Crestron APP Crash FYI

Charlie
 

Have a system with a CP3N using the Crestron APP (Core 3). It was working fine for a few days when the APP on the iPad Mini quit loading. It would try to connect and then kick you out of the app completely. Interestingly, I had another APP on a different programming slot on the same processor that worked fine on the same iPad. After three TB calls it turns out that the Simpl program got corrupted. Just replacing the App symbol in Simpl on a different IP ID fixed it. Before deleting the bad one I just copied all of the signal names to the new one. Weird.


Re: Core3 Graphics help please

Heath Volmer
 

Amen. They should have made the "basic button" and the "adults only" button. Let us do what we are used to - piece for piece and then let us customize the crap out of something should we choose.

Heath Volmer
Digital Domain Systems
Littleton, CO

Sent from my iTypo 4

On Aug 16, 2013, at 5:02 PM, "mattrasmussen1969" <mjrtoo@...> wrote:

Wouldn't it be nice if they could just add the 'old school' button definition method in Core3 for those of us who want it? Two states with easy to change text etc?

Can I get an AMEN? :)

I like some features, but theming and changing text/font for the now three states is a disaster.

--- In Crestron@..., "mattrasmussen1969" <mjrtoo@...> wrote:

I don't have any real time to mess around and just want to use a couple button types from my non core3 projects. Two questions.


Is the only way to 'quickly' do this using modes for every graphic 'button', or, is there a way to make the button size snap to the custom graphic on an advanced button rather than the graphic conforming to the button size itself?

[Non-text portions of this message have been removed]