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

Re: Core3 Media Object performance?

 

I don't think breaking the program apart into different program slots will make
a difference, because all slots share the same processor resources. The
different program slots are more useful for "organization", and not the same as
having programs actually running on different processors.

--- On Saturday, August 17, 2013 8:29 AM, Mark wrote:

i am now looking at ways to break the system apart - not as easy as i
thought...

the TP's and smart object handling have to stay together all the SWAMP
stuff has to stay together the DM stuff is just code, nothing really going
on there

i moved the SWAMP logic to another slot and created an EISC with the
signals for 2 panels testing my XPanel was much better, 3-5 sec and it
populated the screen correctly still not the 1-2 sec that i got with my
stripped down program i am not sure that moving the SWAMP stuff is enough
moving to another processor may help

i think the problem is all the ethernet traffic going on to support the
TP's & moving the SWAMP logic doesn't really help this i am using an
expanded version of the SWAMP demo, so everytime a source changes that
change is broadcast to every TP so that the selected/playing source is
displayed on the source select screen it doesn't seem like much, but a
factor

i was thinking of moving 1/2 of the TP's to another 3-series processor, but
i am not sure that the CEN-Track/iServer/Audionet/MMS will support being
connected to the 2 processors at once (i didn't see anything in the MMS
config tool to allow it)

i still have large programs for the lighting & shades to host somewhere too
- at the moment i have the lighting in slot3, but haven't started the
shades yet the security & hvac (27 tstats) are in other slots on the AV3,
but i don't think they contribute much to the problem

looking for ways to solve the problem that i haven't thought of??

mark

--- 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: invalid escape sequence

 

If your values are bytes, store them in INTEGERs and then format them with
makestring(..., "%c", value)


On Sat, Aug 17, 2013 at 6:44 AM, aaronjmartin1986 <
aaron.j.martin1986@...> wrote:

hi im new to simple + and I need a little help. I have this code that
compiles with no problems but when I put it in a simple windows programme
and compile the programme I get 4 warning's that say invalid escape
sequence on the 4 strings to be inserted into the makestring. thanks in
advance for any help.


/*
Compiler Directives
(Uncomment and declare compiler directives as needed)

*/
// #ENABLE_DYNAMIC
// #SYMBOL_NAME ""
// #HINT ""
// #DEFINE_CONSTANT
// #CATEGORY ""
// #PRINT_TO_TRACE
// #DIGITAL_EXPAND
// #ANALOG_SERIAL_EXPAND
// #OUTPUT_SHIFT
// #HELP_PDF_FILE ""
#DEFAULT_VOLATILE
#ENABLE_STACK_CHECKING
#ENABLE_TRACE
#ENCODING_ASCII
// #ENCODING_UTF16
// #ENCODING_INHERIT_FROM_PARENT
// #ENCODING_INHERIT_FROM_PROGRAM


/*
DIGITAL, ANALOG and SERIAL INPUTS and OUTPUTS
(Uncomment and declare inputs and outputs as needed)

*/
DIGITAL_INPUT Palette1, Palette2, Palette3, Palette4, Palette5;
STRING_INPUT RedLevel[20], GreenLevel[20], BlueLevel[20];
// STRING_INPUT Palette;
// BUFFER_INPUT

// DIGITAL_OUTPUT
// ANALOG_OUTPUT RedFB, GreenFB, BlueFB;
STRING_OUTPUT ColourTX$;
INTEGER Pal[20];

//Palette String Number
PUSH Palette1
{
MAKESTRING (Pal, "00");
}

PUSH Palette2
{
MAKESTRING (Pal, "03");
}

PUSH Palette3
{
MAKESTRING (Pal, "06");
}

PUSH Palette4
{
MAKESTRING (Pal, "09");
}

PUSH Palette5
{
MAKESTRING (Pal, "0c");
}

//Send String On Level Change


Change RedLevel, GreenLevel, BlueLevel
{
makestring
(ColourTX$,"&#92;x00&#92;x00&#92;x04&#92;x00&#92;xA5&#92;x00&#92;x5A&#92;x00&#92;x09&#92;x00&#92;x21&#92;x00&#92;x72&#92;x75&#92;x6e&#92;x2f&#92;x65&#92;x65&#92;x67&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x02&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;%02x&#92;x00&#92;x00&#92;x00&#92;x03&#92;x00&#92;%s&#92;%s&#92;%s&#92;x01&#92;x00&#92;x01&#92;x00&#92;x00"
,(Pal[20]),(RedLevel),(GreenLevel),(BlueLevel));
}



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




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: Can't import RSDs anymore?

 

I found my answer at Answer ID 3138.

Em 16/08/2013 13:45, rafaelg.costa escreveu:

I´m using thunderbird to post. Correcting the post via web.

Did someone found a solution for it?
I´m doing my first D3 Project and I can export the RSD but when try to
import it in an EISC it doesn´t allow me to select this option.
Main Processor is a CP2E
Light Processor is a MC2E.
Lots of iLux, dimmers, keypads and switches.

Signed,
Rafael Costa

--- In Crestron@... <mailto:Crestron%40yahoogroups.com>,
Rafael Costa <rafaelg.costa@...> wrote:

Did someone found a solution for it?
I´m doing my first D3 Project and I can export the RSD but when try to
import it in an EISC it doesn´t allow me to select this option.
Main Processor is a CP2E
Light Processor is a MC2E.
Lots of iLux, dimmers, keypads and switches.

Signed,
Rafael Costa

Em 04/06/2013 17:59, Tres escreveu:

phil, jayâEUR¦ :) it is not working for meâEUR¦ so two out of
three not
working :)âEUR¦ this is weird

From: Crestron@... <mailto:Crestron%40yahoogroups.com>
<mailto:Crestron%40yahoogroups.com>
[mailto:Crestron@...
<mailto:Crestron%40yahoogroups.com> <mailto:Crestron%40yahoogroups.com>]
On Behalf Of Jay Basen
Sent: Tuesday, June 04, 2013 4:50 PM
To: Crestron@... <mailto:Crestron%40yahoogroups.com>
<mailto:Crestron%40yahoogroups.com>
Subject: Re: [Crestron] Can't import RSDs anymore?

Phil

It is working fine for me .

Jay

----- Original Message -----

From: "Phil Bridges" <gravityhammer@...
<mailto:gravityhammer%40gmail.com>
<mailto:gravityhammer%40gmail.com> >
To: Crestron@... <mailto:Crestron%40yahoogroups.com>
<mailto:Crestron%40yahoogroups.com>
<mailto:Crestron%40yahoogroups.com>
Sent: Tuesday, June 4, 2013 1:23:02 PM
Subject: [Crestron] Can't import RSDs anymore?

Is anyone here running recent SIMPL Windows able to import RSDs? I can
export, but not import. Exporting doesn't really do any good
unless you
can bring that back in.

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



_____

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.3343 / Virus Database: 3184/6369 - Release Date:
05/30/13

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



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


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


Re: Core3 Media Object performance?

Mark
 

i am now looking at ways to break the system apart - not as easy as i thought...

the TP's and smart object handling have to stay together
all the SWAMP stuff has to stay together
the DM stuff is just code, nothing really going on there

i moved the SWAMP logic to another slot and created an EISC with the signals for 2 panels
testing my XPanel was much better, 3-5 sec and it populated the screen correctly
still not the 1-2 sec that i got with my stripped down program
i am not sure that moving the SWAMP stuff is enough
moving to another processor may help

i think the problem is all the ethernet traffic going on to support the TP's & moving the SWAMP logic doesn't really help this
i am using an expanded version of the SWAMP demo, so everytime a source changes that change is broadcast to every TP so that the selected/playing source is displayed on the source select screen
it doesn't seem like much, but a factor

i was thinking of moving 1/2 of the TP's to another 3-series processor, but i am not sure that the CEN-Track/iServer/Audionet/MMS will support being connected to the 2 processors at once (i didn't see anything in the MMS config tool to allow it)

i still have large programs for the lighting & shades to host somewhere too - at the moment i have the lighting in slot3, but haven't started the shades yet
the security & hvac (27 tstats) are in other slots on the AV3, but i don't think they contribute much to the problem

looking for ways to solve the problem that i haven't thought of??

mark

--- 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: invalid escape sequence

 

What is the format of your string? It is probably an hex value between 00
and FF. You need to add x in the front of your string or change your &#92;%s
by &#92;x%s in your makestring command.



Le samedi 17 aot 2013, aaronjmartin1986 a crit :

**


hi im new to simple + and I need a little help. I have this code that
compiles with no problems but when I put it in a simple windows programme
and compile the programme I get 4 warning's that say invalid escape
sequence on the 4 strings to be inserted into the makestring. thanks in
advance for any help.


/*
Compiler Directives
(Uncomment and declare compiler directives as needed)

*/
// #ENABLE_DYNAMIC
// #SYMBOL_NAME ""
// #HINT ""
// #DEFINE_CONSTANT
// #CATEGORY ""
// #PRINT_TO_TRACE
// #DIGITAL_EXPAND
// #ANALOG_SERIAL_EXPAND
// #OUTPUT_SHIFT
// #HELP_PDF_FILE ""
#DEFAULT_VOLATILE
#ENABLE_STACK_CHECKING
#ENABLE_TRACE
#ENCODING_ASCII
// #ENCODING_UTF16
// #ENCODING_INHERIT_FROM_PARENT
// #ENCODING_INHERIT_FROM_PROGRAM


/*
DIGITAL, ANALOG and SERIAL INPUTS and OUTPUTS
(Uncomment and declare inputs and outputs as needed)

*/
DIGITAL_INPUT Palette1, Palette2, Palette3, Palette4, Palette5;
STRING_INPUT RedLevel[20], GreenLevel[20], BlueLevel[20];
// STRING_INPUT Palette;
// BUFFER_INPUT

// DIGITAL_OUTPUT
// ANALOG_OUTPUT RedFB, GreenFB, BlueFB;
STRING_OUTPUT ColourTX$;
INTEGER Pal[20];

//Palette String Number
PUSH Palette1
{
MAKESTRING (Pal, "00");
}

PUSH Palette2
{
MAKESTRING (Pal, "03");
}

PUSH Palette3
{
MAKESTRING (Pal, "06");
}

PUSH Palette4
{
MAKESTRING (Pal, "09");
}

PUSH Palette5
{
MAKESTRING (Pal, "0c");
}

//Send String On Level Change

Change RedLevel, GreenLevel, BlueLevel
{
makestring
(ColourTX$,"&#92;x00&#92;x00&#92;x04&#92;x00&#92;xA5&#92;x00&#92;x5A&#92;x00&#92;x09&#92;x00&#92;x21&#92;x00&#92;x72&#92;x75&#92;x6e&#92;x2f&#92;x65&#92;x65&#92;x67&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x02&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;%02x&#92;x00&#92;x00&#92;x00&#92;x03&#92;x00&#92;%s&#92;%s&#92;%s&#92;x01&#92;x00&#92;x01&#92;x00&#92;x00"
,(Pal[20]),(RedLevel),(GreenLevel),(BlueLevel));
}



--
Envoy� avec Ipad Gmail Mobile // Sent with Ipad Gmail Mobile


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


Re: Which DVD/VHS Combo Player?

Nicolin Salis
 

B&H lists several DVD/VHS players




Nick Salis


invalid escape sequence

 

hi im new to simple + and I need a little help. I have this code that compiles with no problems but when I put it in a simple windows programme and compile the programme I get 4 warning's that say invalid escape sequence on the 4 strings to be inserted into the makestring. thanks in advance for any help.

/*
Compiler Directives
(Uncomment and declare compiler directives as needed)
*/
// #ENABLE_DYNAMIC
// #SYMBOL_NAME ""
// #HINT ""
// #DEFINE_CONSTANT
// #CATEGORY ""
// #PRINT_TO_TRACE
// #DIGITAL_EXPAND
// #ANALOG_SERIAL_EXPAND
// #OUTPUT_SHIFT
// #HELP_PDF_FILE ""
#DEFAULT_VOLATILE
#ENABLE_STACK_CHECKING
#ENABLE_TRACE
#ENCODING_ASCII
// #ENCODING_UTF16
// #ENCODING_INHERIT_FROM_PARENT
// #ENCODING_INHERIT_FROM_PROGRAM

/*
DIGITAL, ANALOG and SERIAL INPUTS and OUTPUTS
(Uncomment and declare inputs and outputs as needed)
*/
DIGITAL_INPUT Palette1, Palette2, Palette3, Palette4, Palette5;
STRING_INPUT RedLevel[20], GreenLevel[20], BlueLevel[20];
// STRING_INPUT Palette;
// BUFFER_INPUT

// DIGITAL_OUTPUT
// ANALOG_OUTPUT RedFB, GreenFB, BlueFB;
STRING_OUTPUT ColourTX$;
INTEGER Pal[20];

//Palette String Number
PUSH Palette1
{
MAKESTRING (Pal, "00");
}

PUSH Palette2
{
MAKESTRING (Pal, "03");
}

PUSH Palette3
{
MAKESTRING (Pal, "06");
}

PUSH Palette4
{
MAKESTRING (Pal, "09");
}

PUSH Palette5
{
MAKESTRING (Pal, "0c");
}

//Send String On Level Change


Change RedLevel, GreenLevel, BlueLevel
{
makestring (ColourTX$,"&#92;x00&#92;x00&#92;x04&#92;x00&#92;xA5&#92;x00&#92;x5A&#92;x00&#92;x09&#92;x00&#92;x21&#92;x00&#92;x72&#92;x75&#92;x6e&#92;x2f&#92;x65&#92;x65&#92;x67&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;x02&#92;x00&#92;x00&#92;x00&#92;x00&#92;x00&#92;%02x&#92;x00&#92;x00&#92;x00&#92;x03&#92;x00&#92;%s&#92;%s&#92;%s&#92;x01&#92;x00&#92;x01&#92;x00&#92;x00"
,(Pal[20]),(RedLevel),(GreenLevel),(BlueLevel));
}


Re: Core3 Graphics help please

 

I don't know who brought the pot brownies to the marketing department when they came up with the whole time savings thing, but they must have been good. :-)

--- In Crestron@..., Phil Bridges <gravityhammer@...> wrote:

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]



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


Re: Which DVD/VHS Combo Player?

 

I might have taken the opportunity to digitize the tape for her and possibly earn a little business if she had more.

Eventually, it's going to totally go away, might as well get a jump start.

--- In Crestron@..., FBC Tech Team <sound@...> wrote:

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


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


Re: PMC2 X PMC2 Intersystem

Chip
 

Oooops. Try UDP/IP in both programs then... Each one gets assigned the IP address of the other processor, and the same port number that you get to pick out.

- Chip

--- In Crestron@..., Morrisey Bush <morrisey.bush@...> wrote:

I tried to put a TCP/IP Server conection, but the SIMPL not allowed...


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


Re: PMC2 X PMC2 Intersystem

Morrisey Bush
 

I tried to put a TCP/IP Server conection, but the SIMPL not allowed...


Re: Help to get new 2 series firmware released

Chip
 

I didn't recall seeing anything about new 2 series firmware in the post about the PRO3 reboots...?

- Chip

--- In Crestron@..., "Witmarquzot Dyrjuv" <witmarquzotix@...> wrote:



--- 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.


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