Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Touch panel lockout
¿ªÔÆÌåÓýI flip the panel back to the splash page after inactivity for a period of time. Splash page has clients pretty logo, and if you touch the splash page, a passcode subpage pops up. If someone touches it and freaks because now there is a passcode page up, after inactivity for a period of time I drop the subpage get back to the pretty logo. ? Caleb Radecky |
Manager, Online Products & Services ? From: Crestron@... [mailto:Crestron@...]
Sent: Wednesday, December 07, 2016 11:43 To: Crestron@... Subject: [Crestron] Re: Touch panel lockout ? ? I use Activity detection symbol in simpl as a time out that activates a key pad sub page that takes the whole screen. Just use the available password modules that crestron has made.
|
Re: SIMPL# Question
¿ªÔÆÌåÓýThank you. Now I can compile both S# and S+ without errors but when I drop the module in the program with nothing else in it, hit compile and the simpl program just closes. is that an expected behavior? or am I missing something silly.? Processor type ?defined in simpl and S+ id dmps3-300.? Sent from my Bell Samsung device over Canada's largest network. -------- Original message -------- From: "fdaubermann@... [Crestron]" <Crestron@...> Date: 2016-12-07 9:29 AM (GMT-05:00) To: Crestron@... Subject: Re: [Crestron] Re: SIMPL# Question I agree with what Jeremy said: "CrestronConsole.PrintLine() is your friend for debugging." Please note that, for some reason, when using Simpl Debugger, the PrintLine will not always output to the debugger. It's a strange behavior and I have confirmed this with other programmers. My solution is to use Putty and establish a connection with the processor that way. Putty therefore becomes my main console/debugger for Simpl#, and PrintLine() never fails. Very useful! The other method of inserting stopping points in the Visual Studio for debugging also works, but lately PrintLine() is helping me the most. my .2 cents ? |
Re: Touch panel lockout
Biometric ID with the fingerprint sensor on your shiny new TPMC-8X!? Anybody ever get those to work? On Wed, Dec 7, 2016 at 9:37 AM, hyyr@... [Crestron] <Crestron@...> wrote:
|
Re: Touch panel lockout
Assuming the client wants to enable/disable the whole panel, I just put a simple keypad on the splash page with text feedback.? Entering the correct password flips to the "main" page; entering the incorrect password does nothing.? Password can be hard-coded, or dynamic depending on client preferences.
|
Re: SIMPL# Question
I agree with what Jeremy said: "CrestronConsole.PrintLine() is your friend for debugging."
Please note that, for some reason, when using Simpl Debugger, the PrintLine will not always output to the debugger. It's a strange behavior and I have confirmed this with other programmers. My solution is to use Putty and establish a connection with the processor that way. Putty therefore becomes my main console/debugger for Simpl#, and PrintLine() never fails. Very useful! The other method of inserting stopping points in the Visual Studio for debugging also works, but lately PrintLine() is helping me the most. my .2 cents ? |
Touch panel lockout
This is something I normally never had to do but I have a TSW-1052 in a public area and the user wants a lockout on it such as a keypad with a code.? My question is for those who have done this what is everyone doing?? Keypad?? Hidden button?? just was wondering what everyone likes. Thanks Travis |
Re: Technical Drawing Software
¿ªÔÆÌåÓýMost likely Autocad. That's what we use. Chris Sent from my Verizon, Samsung Galaxy smartphone -------- Original message -------- From: "jminneman@... [Crestron]" <Crestron@...> Date: 12/7/16 8:44 AM (GMT-05:00) To: Crestron@... Subject: [Crestron] Re: Technical Drawing Software Anyone have any idea on this? The software Crestron uses for these types of drawings: ---In Crestron@..., <matthieupouzaud@...> wrote : Question: do you know what software is used to do isometric technical drawings like Crestron (or other manufacturers) on their website? BR ? |
Re: Controlling third party device through Extron DTP Crosspoint Switcher via DTP RX and TX
"But i am not able to work when its connected via Extron DTP TX ?to Extron Crosspoint 4K DTP port"
Triple check your wiring - introducing Extron RS232 extenders multiplies the number of places an RX/TX swap can/will mess you up. If you want, start by jumpering RX/TX on the receiver - in place of your display's control cable - and watch in debugger to see if strings you send out are echoed back to you, and start from there... ? - Chip |
Re: Technical Drawing Software
Anyone have any idea on this?
The software Crestron uses for these types of drawings: ---In Crestron@..., <matthieupouzaud@...> wrote : Question: do you know what software is used to do isometric technical drawings like Crestron (or other manufacturers) on their website? BR ? |
Controlling third party device through Extron DTP Crosspoint Switcher via DTP RX and TX
I have a NEC display which i can control easily directly connected to a com port of the Crestron processor. But i am not able to work when its connected via Extron DTP TX ?to Extron Crosspoint 4K DTP port. I have enabled captive screw option and set the baud rate. I am not sure if i need to try anything else to make it work. |
Re: Technical Drawing Software
I've used Vectorworks for many years. ?With the ConnectCAD A/V plugin it's quite fast to generate a set of drawings. ?It does have its quirks like any cad system but it's native to Mac or Windows, and the cost of entry is very low relative to full Autocad or something more analogous such as Wirecad.
For cleaning up Autocad drawings prior to importing into anything else, the free version of Draftsight is handy. |
Re: Popups or pages
I don't think the font size portion is accurate. If it was, you wouldn't be able to dependably change font size via code.? On Dec 6, 2016 7:25 PM, "kontrol_this@... [Crestron]" <Crestron@...> wrote:
|
Re: Popups or pages
That's an interesting one - my understanding is that controls consume memory as each state is allocated RAM and rendered, with the text "layer" taking up another chunk. Having a mixture of fonts in a theme will certainly use up more RAM since the "glyphs" that represent each character are loaded up along with the theme (in its entirety) whether it's ever used at runtime or not**, but I wouldn't have thought that different *sizes* would make any difference.? In the most part, the glyphs don't have size - they're just scaled when they're rendered - and as they're rendered into the text layer of the control's memory allotment, this shouldn't impact on RAM use. But... if that's what Crestron say, maybe there's more to it. ** That's why there are different versions of the themes for international vs latin character sets (i.e. if you don't need Chinese, Cyrillic, Arabic etc... you can save yourself?a LOT of?RAM. |