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

Re: new template from Customcode crafter

 

It is nice. Some things I don’t like.

1 The page layout is a bit too busy. Not the template’s fault of course.
2 On some of the subpages, the header text is hard to read against the speckled background.
For the sample image, I’m referring specifically to the Ceiling fan and Shades subpages.
3 Inactive source buttons on the scrolling list are hard to read. Contrast is too low. I’d remove the opacity for inactive source buttons.
4 OK, this is a nitpicky thing but I’ll mention it anyway. The light source for the graphics is inconsistent. Sometimes its center lit as if the light source is behind the viewer and sometimes its lit from overhead.
5 Personal preference, I don’t like the swooping overlay on top of the sources scrolling list. It makes the icons even harder to see. That’s just my preference, sometimes less is more.

Things I like

1 the post it note is a cool idea. Even better if it can fetch those from an external source.
2 Weather subpage is easy to read.
3 Contrast for the controls is generally good and easily read even with non-bold text.
4 Tabbed interface combined with scrolling list. I like...

Tray


From: gsusmood
Sent: Tuesday, September 18, 2012 9:32 AM
To: Crestron@...
Subject: [Crestron] new template from Customcode crafter


HEy guys I just notice they aded this new template: . I know most of your create custom GUIS (including my self) but looks really smooth, flashy and quite fresh. I know that from job to job this is totally different but any impression to bring? would be nice to heard from all of you!





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


new template from Customcode crafter

gsusmood
 

HEy guys I just notice they aded this new template: . I know most of your create custom GUIS (including my self) but looks really smooth, flashy and quite fresh. I know that from job to job this is totally different but any impression to bring? would be nice to heard from all of you!


Re: IT Cueserver Socket Connection error

 

I fixed it by moving to serial. They actually sent us a new unit and we were having the same issue. Further investigation determined that the unit was actually falling off the network, not just losing connection with the Crestron proc. Turns out the RJ45 jacks on the units we had were slightly too big for most cables and they were not seating correctly. Moving to a sheilded cable with a thicker padding helped, but in the end we were not comfortable with this fix so we moved to RS232. You'll have to source that crazy 40 pin <> DB9 adapter if it didn't come with one.

I'd ditch the official module. According to the IT guys, it was half baked by Crestron and they failed to finish. It's one-way anyway, so there is no real benefit. Just use and SIO instead (or a few if you want to break out your commands by area). Keep in mind that the commands for RS232 need to be formatted differently. You need [] brackets around them. No delimiter is needed.

The protocol is clearly defined and easy to work with. One hint for smooth dimming is to utilize the @P1 command to stop a ramp. For example:

Dim Up:

[t5u4@90]

(Ramp group 4 to 90% over 5 seconds)

Run your press through a NTG symbol and have the output land on the SIO with this command:

[t0u4@P1]

Essentially telling the unit to immediately(t0) set group 4 (u4) to the current level of Playback fader 1 (P1). In other words "set yourself to the level you are at right now".

Similarly, Dim Down would be: [t5u4@0]

Besides hardware issues, I found the Cueserver environment an easy one to work in and the installation has run successfully for 2 years now.

HTH,
Matt

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

I'm having the same issue. Did you ever find any fix for this? I talked with some people at Interactive, they say that crestron wrote a bad driver for them and refuse to work with interactive to fix it.

-Scott

--- In Crestron@..., "mcqsack" <mqsack@> wrote:

Can anybody shed some light on what might be causing the following errors? This is a Simpl+ direct socket module written by Crestron, so I don't think it's OK to post the Simpl+ code here....but it is a IPM - (Interactive Technologies CueServer)...

20. Error: CSplusClientServerDriver::ConnectClient: Client connection already in progress
TimeStamp: 22:39:22 3-17-11 UpTime: 0 days 02:14:14.54 Task: S021000
21. Notice: SIMPL+ TCP Client __CUESERVER in module S-6.1:S-1: Unable to connect to TCP server (10.32.2.32), status = -257
TimeStamp: 22:39:23 3-17-11 UpTime: 0 days 02:14:15.83 Task: S+_CONN
22. Notice: SIMPL+ TCP Client __CUESERVER in module S-6.1:S-1: Unable to connect to TCP server (10.32.2.32), status = -257
TimeStamp: 22:39:32 3-17-11 UpTime: 0 days 02:14:24.02 Task: S+_CONN
23. Notice: SIMPL+ TCP Client __CUESERVER in module S-6.1:S-1: Unable to connect to TCP server (10.32.2.32), status = -257
TimeStamp: 22:39:50 3-17-11 UpTime: 0 days 02:14:41.53 Task: S+_CONN

I'm wondering about the "already in progress error". I was able to regain control sometimes by rebooting the Pro2, but recently I actually had to hard reset the actual Cue Server box.

Thanks...
MC


Re: Tandberg C40 Module Help

 

It can be disabled via TMS or the on-screen menus but by default yes.

--
Lincoln King-Cliby, CTS
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
V: 440.449.1100 x1107 | F: 440.449.1106 | I:
Crestron Authorized Independent Programmer

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of techybabble
Sent: Tuesday, September 18, 2012 9:23 AM
To: Crestron@...
Subject: [Crestron] Re: Tandberg C40 Module Help

Does username and password have to be used when going rs232?


--- In Crestron@..., "jcdigitalmethod" <j.j.cunningham@...> wrote:

- Check username and password
- Try telnet and see if you have the same issues.
- Try some of the API commands and see if the unit is responding how it should.


--- In Crestron@..., "techybabble" <davelynn@> wrote:

I've happing trouble getting the Crestron module working, the one from the crestron site. It is the Tandberg C90 + C60 Serial v1.3 PRO2 Demo.
According to the Tandberg site is should work with the C40 as well.
I have communication with the box, but even simple things such as IR emulation commands don't respond.

Is there some secret to using these modules. I REALLY need the phonebook directory portion of the module.
All 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


Re: Tandberg C40 Module Help

 

Does username and password have to be used when going rs232?

--- In Crestron@..., "jcdigitalmethod" <j.j.cunningham@...> wrote:

- Check username and password
- Try telnet and see if you have the same issues.
- Try some of the API commands and see if the unit is responding how it should.


--- In Crestron@..., "techybabble" <davelynn@> wrote:

I've happing trouble getting the Crestron module working, the one from the crestron site. It is the Tandberg C90 + C60 Serial v1.3 PRO2 Demo.
According to the Tandberg site is should work with the C40 as well.
I have communication with the box, but even simple things such as IR emulation commands don't respond.

Is there some secret to using these modules. I REALLY need the phonebook directory portion of the module.
All help is appreciated.

thanks


Re: Using Cell phone as an RFID tag?

 

Not sure how soon you need this but Crestron showed an NFC based control at
CEDIA.
Believe it was called 'air connect'. It was rather cool.
Uses standard RFID tags and a version of Crestron mobile that talks to the
phone's NFC chip.
How soon that Crestron mobile version will be available remains to be
seen...

Tray

==

-----Original Message-----
From: Bart Podkowka
Sent: Tuesday, September 18, 2012 5:45 AM
To: Crestron@...
Subject: Re: [Crestron] Using Cell phone as an RFID tag?

Possible with ubiquiti UniFi wifi system.
Not sure if standard ap would give you an option to get the necessary data.
Also, you could use dd-wrt router and poll it for dhcp leases to match your
desired mac address.

Saludos,
Regards,
mit freundlichen Grüßen,

Bart J. Podkowka
CISoftware Mallorca

Tel. 971570971 Mov. 616273563

From: Scott <bluegauges@...<mailto:bluegauges@...>>
Reply-To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>>
Date: Tuesday, September 18, 2012 5:43 AM
To: "Crestron@...<mailto:Crestron@...>"
<Crestron@...<mailto:Crestron@...>>
Subject: [Crestron] Using Cell phone as an RFID tag?



Interested in making a phone that uses wifi into an RFID tag such that the
crestron processor can poll IP addresses on the network and determine if
myself or my wife is home based on whether or not our phones are connected
to the in house wifi.

Is it possible? has anyone done it? I imagine if it was done, it was
probably through simpl+??





[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: Loewe connect ID ir codes

 

RS232 is probably a better solution.. There is a demo program and a protocol documentation in the file section.

--- In Crestron@..., Bart Podkowka <bart@...> wrote:

Hi,

Anyone can share this one with me?


Saludos,
Regards,
mit freundlichen Grüßen,

Bart J. Podkowka
CISoftware Mallorca

Tel. 971570971 Mov. 616273563


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


Freelance

Bart Podkowka
 

Guys,

I am available for freelance work in south of Europe.
Based in Palma de Mallorca.
If someone is interested please contact me off the list


Saludos,
Regards,
mit freundlichen Grüßen,

Bart J. Podkowka
CISoftware Mallorca

Tel. 971570971 Mov. 616273563


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


Module for Saving scenes

wes_lim88
 

Hi guys,

how do you save scenes using touchpanel?

do you guys have a module?

the system uses a din rail lighting system.

it has dimmable and switchable loads.

thanks.


Re: Samsung LCD TV's on Ethernet Control

 

55000 pops to mind, but I can't find documentation.

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

I need this information as well.



--- In Crestron@..., sskannan <sskannans@> wrote:

Hi

Could any please suggest me on the IP Port numbers for controlling the Samsung LCD TV's on Ethernet.

I want to Control Samsung Model 400 Dx3,460 Dx3 and ME55A. I hopeControl strings are similar as Serial.

Thanks,
Kannan

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


Re: Samsung LCD TV's on Ethernet Control

 

I need this information as well.

--- In Crestron@..., sskannan <sskannans@...> wrote:

Hi

Could any please suggest me on the IP Port numbers for controlling the Samsung LCD TV's on Ethernet.

I want to Control Samsung Model 400 Dx3,460 Dx3 and ME55A. I hopeControl strings are similar as Serial.

Thanks,
Kannan

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


Re: masters 2012

 

"If you ain't first, then you're last."

The only thing that comes to mind from "Go West" is the Natalie Merchant song

--- In Crestron@..., "Christopher" <crncrussell@...> wrote:

I'm confirmed for the first Cypress session.

-Chris

Go West- Life is peaceful there
Go West- In the open air
Go West- Where the skies are blue
Go West- This is what we're gonna do

Go West, this is what we're gonna do, Go West!!!



--- In Crestron@..., "Block-O-Matic" <michael@> wrote:

We'll take you to see a show at some local venue. I'm sure there will be something to see at the Coach House, the Grove or the Odyssey..

mb

--- In Crestron@..., "Chip" <cfm@> wrote:


I would love to do that. I hate traveling, but I remember loving CA as a kid...

- Chip


Re: Using Cell phone as an RFID tag?

Bart Podkowka
 

Possible with ubiquiti UniFi wifi system.
Not sure if standard ap would give you an option to get the necessary data.
Also, you could use dd-wrt router and poll it for dhcp leases to match your desired mac address.

Saludos,
Regards,
mit freundlichen Gren,

Bart J. Podkowka
CISoftware Mallorca

Tel. 971570971 Mov. 616273563

From: Scott <bluegauges@...<mailto:bluegauges@...>>
Reply-To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>>
Date: Tuesday, September 18, 2012 5:43 AM
To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>>
Subject: [Crestron] Using Cell phone as an RFID tag?



Interested in making a phone that uses wifi into an RFID tag such that the crestron processor can poll IP addresses on the network and determine if myself or my wife is home based on whether or not our phones are connected to the in house wifi.

Is it possible? has anyone done it? I imagine if it was done, it was probably through simpl+??





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


Loewe connect ID ir codes

Bart Podkowka
 

Hi,

Anyone can share this one with me?


Saludos,
Regards,
mit freundlichen Grüßen,

Bart J. Podkowka
CISoftware Mallorca

Tel. 971570971 Mov. 616273563


Re: SIMPL+ module to see the output state

farzanous
 

Thanks a lot guys. I always ignored the warnings about jamming the signals but now I am more considerate and have followed the steps to use the RAM and it worked.

--- In Crestron@..., Caleb Radecky <caleb@...> wrote:

+1 for this. Very useful and works every time.

Caleb

Caleb Radecky | Applications Engineer
Crestron Certified Programmer | DMC-D | DMC-E | CLC-C
ControlWorks Consulting, LLC | Crestron Authorized Independent Programmer | 701 Beta Dr. #22 Cleveland OH 44143
P.440.449.1100 X1109 | F.440.449.1106 | <>
________________________________
From: Crestron@... [mailto:Crestron@...] On Behalf Of Lincoln King-Cliby
Sent: Thursday, September 06, 2012 08:21
To: 'Crestron@...'
Subject: RE: [Crestron] Re: SIMPL+ module to see the output state



Depending on what you're controlling the lights on, there may already be a load toggle option. If not, the "scene" steppers you're referring to should hit the "Set" and "Reset" inputs on the toggle rather than the load directly, obviating the need for both illegally jammed signals and the need for the toggle to track the state of its outputs

There are a couple ways to achieve a nonvolatile toggle without resorting to SIMPL+. My most common method can be achieved with the following symbols.

ARAM
Buffer
NOT
INIT
EQU
LWP

1) The "clock" signal goes into the trig on the logic wave pulse. The output of the LWP is called "clock_t", and the parameter is 1d.
2) clock_d goes to the enable on the buffer.
a) The left side of the buffer has two digital inputs "set_fb" and "reset_fb".
b) The right side of the buffer has two outputs "reset" (opposite set_fb) and "set) (opposite reset_fb).
3) Set and reset go to the INIT. Set has a value of 1d, reset has a value of 0d. The analog output from the INIT is called state.
4) "state" goes to the analog input on the equate. Parameter of 1d and output called "set_fb".
5) "set_fb" goes to the input of the NOT. The output of the NOT is called "reset_fb"
6) All digitals on the ARAM have "1" on them. State is on both sides of AINx.

What happens is that the LWP opens the buffer for exactly one logic wave, which sets the logic to the opposite of its current state. The reason for the NOT rather than just driving both set_fb and reset_fb from the EQU is the first time you load a program to a processor (or if the program is using previously unused memory space) the value may be something other than 0d or 1d -- which would prevent the toggle from working correctly.

If you need to force the state of the toggle, simply add more inputs to the INIT for the corresponding signals and "1d" for set "0d" for reset.

If you have multiple "nonvolatile toggles" you need only one ARAM, just expand the ARAM so that there's one analog for each set of toggle logic. If you put the ARAM at the top of the program and only add signals to the bottom of it, as you make changes to the program and reload the state of the existing toggles will still be remembered.

HTH,

Lincoln

--
Lincoln King-Cliby, CTS
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
Crestron Authorized Independent Programmer


-----Original Message-----
From: Crestron@...<mailto:Crestron%40yahoogroups.com> [mailto:Crestron@...<mailto:Crestron%40yahoogroups.com>] On Behalf Of farzanous
Sent: Thursday, September 06, 2012 7:58 AM
To: Crestron@...<mailto:Crestron%40yahoogroups.com>
Subject: [Crestron] Re: SIMPL+ module to see the output state

I have to add that I have jammed the signals and got points 1, 2 and 3 in my reply below, with SIMPL windows but the only problem is to keep the state on reboot, that is why I had to write a SIMPL+

--- In Crestron@...<mailto:Crestron%40yahoogroups.com>, "farzanous" <farzanous@> wrote:

The reason for all these is that I am trying to write a non-volatile toggle with all the properties of the "Toggle" in SIMPL windows, I have tried using analogue RAM and other modules in this forum but it didn't do my desired actions.

why do I need to jam the signals? this is the scenario:
1. a toggle button turns on/off lights
2. a mood/scene stepper directly turns ON or OFF the light.
3. the toggle needs to be aware of the state of its output otherwise you have to push the clock twice.
4. I need the toggle to keep the state on reboot.

if anyone can guide me how to achieve this I'd be really glad.
(do I have to open another topic/thread for this?)


--- In Crestron@...<mailto:Crestron%40yahoogroups.com>, Lincoln King-Cliby <lincoln@> wrote:

Reading between the lines there is a big concern with what you're saying:

With a few exceptions*, Digital signals should not be jammed (see the recent thread on bad programming), this is where the same digital is driven from two or more symbols. Besides generating an error when the program is compiled, you can have some undesired behavior.

Unless signals are improperly jammed, there's no way the output to the toggle can be changed other than by the toggle itself. In other words, the toggle shouldn't need to be aware of the output state changing externally because in a well-programmed system, the only time the output state changes is when the toggle itself changes it.

*- Generally touchpanels; there are other symbols that allow for digital signals to be jammed (see the SIMPL Windows help) but even when jamming is allowed if not done carefully you may see unexpected behavior.
--
Lincoln King-Cliby, CTS
Sr. Systems Architect | Crestron Certified Master Programmer (Silver)
ControlWorks Consulting, LLC
Crestron Authorized Independent Programmer


-----Original Message-----
From: Crestron@...<mailto:Crestron%40yahoogroups.com> [mailto:Crestron@...<mailto:Crestron%40yahoogroups.com>] On Behalf Of farzanous
Sent: Thursday, September 06, 2012 6:39 AM
To: Crestron@...<mailto:Crestron%40yahoogroups.com>
Subject: [Crestron] Re: SIMPL+ module to see the output state

Thanks for your help Stig, but the Toggle logic in SIMPL windows can read its output state if it is changed by other logics. So there should be a way in SIMPL+ to do the same as Crestron guys did.

The interesting fact is that, I uploaded the same program to a 2-series Prodigy controller and it can in fact detect the state of its output and Toggle accordingly.


--- In Crestron@...<mailto:Crestron%40yahoogroups.com>, "Stig" <ska@> wrote:

Simpl+ can not read the status of an output.
You will need to define a Integer variable first and and let the output follow it's state.
ex.
Integer iset;

iset=1;
set=iset;

iset=0;
set=iset;


-Stig


--- In Crestron@...<mailto:Crestron%40yahoogroups.com>, "farzanous" <farzanous@> wrote:

I have noticed Toggle in the SIMPL Windows monitors its "out" signal, if it is already HIGH, it makes it LOW. I am pretty new to SIMPL+ and I am writing a customized Toggle logic (following a few of the SIMPL+ modules I found in this forum's File folder), but really need this functionality. my program doesn't seem to be aware of the status of its "out" signal. This is the part where the "clock" signal is suppose to know whether "set" is HIGH "externally" or not.

PUSH clock
{
if ((set=1)||(reset=0)) state=0;
if ((set=0)||(reset=1)) state=1;
evaluate_state();
}

glad somebody could help me on this



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



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: Using Cell phone as an RFID tag?

 

You could ping an IP address using the console symbol, BUT it locks up the
entire program while it's waiting to time out. Not recommended, especially
if there's any likelihood that the device is going to be offline during
regular use. I generally only use it to detect some sort of catastrophic
failure that results in power-cycling the connected device to bring it back
-- not something that's supposed to happen on a regular basis. If your
phone has any open ports, you might be able to find it using a TCP
connection. Otherwise I think you'd need to run the ping on a PC, or some
other device that can do more than one thing at once (maybe a stray QM-RMC?)

On Mon, Sep 17, 2012 at 11:43 PM, Scott <bluegauges@...> wrote:

**


Interested in making a phone that uses wifi into an RFID tag such that the
crestron processor can poll IP addresses on the network and determine if
myself or my wife is home based on whether or not our phones are connected
to the in house wifi.

Is it possible? has anyone done it? I imagine if it was done, it was
probably through simpl+??




--
Jeremy Weatherford


Re: Using Cell phone as an RFID tag?

Anthony Desimone
 

Console command just like you would from the command line:

ping <IP Address>

--- In Crestron@..., "Scott" <bluegauges@...> wrote:

Interested in making a phone that uses wifi into an RFID tag such that the crestron processor can poll IP addresses on the network and determine if myself or my wife is home based on whether or not our phones are connected to the in house wifi.

Is it possible? has anyone done it? I imagine if it was done, it was probably through simpl+??


Re: masters 2012

 

I'm confirmed for the first Cypress session.

-Chris

Go West- Life is peaceful there
Go West- In the open air
Go West- Where the skies are blue
Go West- This is what we're gonna do

Go West, this is what we're gonna do, Go West!!!

--- In Crestron@..., "Block-O-Matic" <michael@...> wrote:

We'll take you to see a show at some local venue. I'm sure there will be something to see at the Coach House, the Grove or the Odyssey..

mb

--- In Crestron@..., "Chip" <cfm@> wrote:


I would love to do that. I hate traveling, but I remember loving CA as a kid...

- Chip


Using Cell phone as an RFID tag?

 

Interested in making a phone that uses wifi into an RFID tag such that the crestron processor can poll IP addresses on the network and determine if myself or my wife is home based on whether or not our phones are connected to the in house wifi.

Is it possible? has anyone done it? I imagine if it was done, it was probably through simpl+??


Re: TPMC-4SMFD hard button feedback

 

Haha, all good Neil I'll let you off this time :)

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf
Of Neil Dorin
Sent: Tuesday, 18 September 2012 9:06 a.m.
To: Crestron@...
Subject: Re: [Crestron] Re: TPMC-4SMFD hard button feedback

Lol, clearly I didn't know about the device extender either.

My apologies for the initial misinformation.

-Neil

On Mon, Sep 17, 2012 at 3:03 PM, Ihaia Greensill
<ihaia@...>wrote:

Thanks guys that's some really helpful info J. I never knew about the
device extender option so for me it's a great discovery.

Additionally it's good to hear about your experiences with the TPCS-4
series. I shall keep all of this in mind while going to try it out.



Cheers,



Ihaia





*From:* Crestron@... [mailto:Crestron@...] *On
Behalf Of *Chip
*Sent:* Tuesday, 18 September 2012 3:41 a.m.
*To:* Crestron@...
*Subject:* [Crestron] Re: TPMC-4SMFD hard button feedback






I can concur 1000% with Lincoln with regards to the TPCS-4. Same "lags
sometimes" when doing the most simplistic attempts at lighting buttons.
(Whoda thunk that???)

Likewise, yes - you can access the "multi state" buttons individually
through analogs on said device extender...

- Chip

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

The TPMC-4SM (and TPCS-4SM, not sure about the "D" version, though)
do
via the System3 Reserved Joins device extender with an analog value
for each button (0 - off, 1 - green, 2 - red, IIRC)

Beware, though, I'm not sure why but changing the backlight color
seems
to be a particularly intensive task, especially on the TPCS. Depending
on what else the touchpanel is doing at the moment it can range from
"slight lag" to "OMG, it's not working! <beat> Oh, wait, there it goes!"

Needless to say, I have not found acceptable results with trying to
use
the backlight color as a "Yes, you pressed me!" indication. I have,
however, in a few projects used it to indicate things like audio and
video mute status. But again, be ware of the hardware limitations: I
generally prefer to make mute buttons "blink" (driven by a common
0.5s/0.5s OSC) so they jump out at the user, this does not work well on
the TP**-4SM family.

On the TPMC-4SM doing this tends to get the panel farther and
farther
behind so that after a few seconds the panel is so far behind that the
observed blink rate is more like 1.0s/1.0s -- and the worst part is
that it queues them up, so the button will continue to blink well
after it's no longer being told to blink by the program.

So, in other words, don't try changing the color too frequently :)

--
Lincoln King-Cliby, CTS
Sr. Systems Architect | Crestron Certified Master Programmer
(Silver) ControlWorks Consulting, LLC
V: 440.449.1100 x1107 | F: 440.449.1106 |
I: Crestron Authorized Independent
Programmer

-----Original Message-----
From: Crestron@... [mailto:Crestron@...] On
Behalf Of Neil Dorin
Sent: Monday, September 17, 2012 1:32 AM
To: Crestron@...
Subject: Re: [Crestron] TPMC-4SMFD hard button feedback

IIRC the TPMC-4SM does not support individual led feedback for hard
buttons. You can select green or red as the backlight colour and then
turn the whole backlight on/off.

-Neil Dorin

Sent from my iPad

On Sep 16, 2012, at 10:50 PM, "ihaia09" <ihaia@...> wrote:

Hi Guys,

I am having a play with our campuses first TPMC-4SMFD and have
gotten
stuck on the feedback for the LED hardbuttons. I have limited
experience with Crestron touch panels as all we have on campus
TPSG-TPI's with different manufacturer touch panels so any help would
be gladly appreciated.

The result I am after is to get the LED hardbuttons to illuminate
individually dependant on feedback. Currently all i'm getting is all
hard buttons illuminated constantly whilst the panel is awake :(.
I presume this can be done as it mentions in a crestron document
that
the buttons can operate individually or globally. However I cannot
find where this is configured.

Additionally I have not made this a core-3ui project as I need to
keep
a similar look to our existing user interfaces. Does it need to be a
core-3ui project to get the outcome I want?

Thanks in advance for any help you can offer.

Cheers,

Ihaia






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




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








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

****
*

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