Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: Grace Internet Tuner
Josh Tyson
I have an API but it is uPnP based. Useless.
On Tuesday, April 30, 2013, Chip wrote: ** -- Josh Tyson ENCO Electronics Systems www.encoelectronics.com |
Re: Grace Internet Tuner
Chip
If they won't release an API, how did Control 4 get it? :)
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., Seth Olle <seth@...> wrote:
|
Re: Crestron Silver Jacket TP Demo
Here is a 8x6 version of it.
toggle quoted message
Show quoted text
--- In Crestron@..., "thescruffypup" <thescruffypup@...> wrote:
|
Re: Wait function within SIMPL+
I'm not as good with Simpl+ as alot of guys here, but one way would be:
toggle quoted message
Show quoted text
Declare a global variable (x) which gets set to 1 when the analog input changes. In the PUSH event declare variable y & initialize to 0. Put a DO Until loop in the PUSH event, with Until(y=30 || or x=1) Inside the Do Until put a wait for 1 sec and then an If Else statement which executes if x=1, else increment y. After the Do Until, put an If statement which executes if y=30. If you don't need to check every second, do a 5 sec wait, and exit the Do Until when y=6 --- In Crestron@..., "coolaiddrinker" <coolaiddrinker@...> wrote:
|
Re: 347V on/off control.
In a 600 volt three phase Wye system 347V is the leg to neutral. It's similar to 277V in a 480V 3Ph Y system in the US.
toggle quoted message
Show quoted text
--- In Crestron@..., "Chip" <cfm@...> wrote:
|
Re: Daikin on an MC3
Heather Baiman
Yes, in January, I didn't have to change anything; I pretty much did a save-as from my 2-series program.
toggle quoted message
Show quoted text
I use the following modules though: Daikin ITC IO V3.0 Daikin ITC Feedback Splitter V3.0.umc Daikin ITC Unit V4.0 The last few times I tried to use the ITC IO V4.0 I could never communicate. -----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of jugglinjim Sent: Tuesday, April 30, 2013 6:07 PM To: Crestron@... Subject: [Crestron] Daikin on an MC3 Has anyone used the Daikin modules on the crestron site on a 3 series processor. I'm having trouble getting the direct socket to connect. I put in a TCP/IP client with the same parameters (IP/port) and it connects fine. There's a note in the text file to force the Daikin IC to use 10baseT connection but I don't have access to change that right now. ------------------------------------ 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 |
Daikin on an MC3
Has anyone used the Daikin modules on the crestron site on a 3 series processor.
I'm having trouble getting the direct socket to connect. I put in a TCP/IP client with the same parameters (IP/port) and it connects fine. There's a note in the text file to force the Daikin IC to use 10baseT connection but I don't have access to change that right now. |
VoicePod Module / Crestron Integration Opportunity
Hello All. I am the founder of HouseLogix, a Pennsylvania technology company. For those of you who monitor the Control4 world, you probably have heard of our VoicePod product by now. See www.voicepod.com. We are just launching VoicePod May 13th after three years of development and a successful six month beta program. We recently received a US Patent on VoicePod and have registered hundreds of dealers in the past few weeks.
In a nutshell, VoicePod is a new wireless device designed to "speech enable" any home automation system. Each VoicePod combines voice recognition (both speaker-dependent and speaker-independent) technology with speech-synthesis and text-to-speech technologies inside a small device with wireless communications. VoicePod is packaged as a wireless tabletop device with a built in speaker and microphone. But it can be wall mounted or rack mounted using external microphones and interface with external audio systems as well. All technology is embedded, so VoicePod recognizes commands instantly. Its voice commands and menus are completely customizable. The first flavor of VoicePod provides both Zigbee support and serial integration through a built-in serial port. We are publishing VoicePod's serial integration protocol. We also have Wi-fi and iOS versions well underway that each will support full IP integration. I won't try to explain the whole product fully here since our website and videos do a good job of that. www.voicepod.com/faq has a lot of answers. I'm here because we would like see some Crestron implementations of VoicePod. We are Control4 experts and Control4's DriverWorks tool allowed us to create very robust Control4 support for our launch. We have no expertise in Crestron (or AMX, Savant, etc) and are looking for some help with making sure our product finds its way into the Crestron world. There seems to be a lot of Crestron expertise floating around this "colorful" forum so I thought I'd seek some partners and early adopters on here. Ideally, we're looking for experienced Creston dealers with a customers who want VoicePod. We'd like to work with some dealers to build a free (or marketable) Crestron module suitable for serial and/or IP integration with VoicePod. We would provide discounted hardware and a superb level of support to early adopters in the Crestron world. Our product is a home run for both luxury living and for the disabled at the same time. If interested in working with us, feel free to email me at ted.rosenberger@.... Thanks so much, Ted Rosenberger Founder & CEO HouseLogix, Inc. 1015 S. Cedar Crest Blvd. Allentown, PA 18103 mobile: 610-349-7198 skype: tedrosenberger |
Re: duplicate control join ID error
The control ID may be referring to a Smart Object ID and not a ccross id. Check the Smart Object extenders under the xPanel symbol. You will probably find a couple that are set to 0d.
toggle quoted message
Show quoted text
That would mean that you probably didn't set the Smart Object IDs for some of your smart objects, in VTPro, before importing the CED files into Simpl Windows... --- In Crestron@..., "af8567" <af8567@...> wrote:
|
Re: Wait function within SIMPL+
Did you name the wait? - a named wait can be cancelled (un-named waits
cannot be cancelled IIRC) B From: Crestron@... [mailto:Crestron@...] On Behalf Of coolaiddrinker Sent: Tuesday, April 30, 2013 1:10 PM To: Crestron@... Subject: [Crestron] Wait function within SIMPL+ I am having issues with a small code. During a push event, i want to be able to wait for 30 seconds. If the wait functions timesout, then one block of code within push event will be executed. or If i receive a change in analog input, i want to cancel that wait and run separate code of block within the same push event. how do I achieve this? TIA |
Re: Wait function within SIMPL+
PUSH TRIG
{ PRESSED = 1 ; // Press and hold for 30s Wait(3000,StartTiming) { // run some code if wait has elapsed } } RELEASE TRIG { Cancelwait(StartTiming); PRESSED = 0 ; } CHANGE ANALOG_TRIG { If(PRESSED =1) then { Cancelwait(StartTiming); // run some code here } } De : Crestron@... [mailto:Crestron@...] De la part de coolaiddrinker Envoy¨¦ : mardi 30 avril 2013 19:10 ? : Crestron@... Objet : [Crestron] Wait function within SIMPL+ I am having issues with a small code. During a push event, i want to be able to wait for 30 seconds. If the wait functions timesout, then one block of code within push event will be executed. or If i receive a change in analog input, i want to cancel that wait and run separate code of block within the same push event. how do I achieve this? TIA |
Re: Wait function within SIMPL+
Perhaps something like this?
digital_input trig; analog_input value; digital_output waiting; push trig { if(waiting=off) { waiting=on; wait(3000,timer) { waiting=off; //code that will run when timer expires } } } change value { if(waiting=on) { cancelwait(timer); waiting=off; //code that will run if timer canceled } } From: Crestron@... [mailto:Crestron@...] On Behalf Of coolaiddrinker Sent: Tuesday, April 30, 2013 1:10 PM To: Crestron@... Subject: [Crestron] Wait function within SIMPL+ I am having issues with a small code. During a push event, i want to be able to wait for 30 seconds. If the wait functions timesout, then one block of code within push event will be executed. or If i receive a change in analog input, i want to cancel that wait and run separate code of block within the same push event. how do I achieve this? TIA |
Re: Tesla Model S
I wrote an app for BlackBerry 10 using the API, very simple REST interface. You need to pass a cookie (or at least cookie headers) in the requests. --- In Crestron@..., "jared_shapiro@..." <shapirja@...> wrote:
|
duplicate control join ID error
Using layered crosspoints
750 to office lights. All works correctly. I add a core 3 xpanel in the same fashion as with the 750. Create unique signal names and control id on the ccross for the xpanel lighting. When I compile I get an error that the xpanel symbol contains duplicate control joins =0d.I can't find where I have any duplicate control joins. Moreover all of my control joins in the entire project are 500+. So I can't see where the 0d could even come in. Any thoughts? Thanks in advance |
Re: Samsung UE55ES7000 - EX-Link
Hi!
toggle quoted message
Show quoted text
Check this info about ex-link Specially this!!!: "As the TV uses 3.3V TTL levels, the serial input/output has to be converted to/from TTL levels to RS232 levels (~10-15V). Thus a level shifter is needed. But most computers today, doesn't have an RS232 port, so you also need a USB-to-RS232 serial adapter (cable). Thus its a definite advantage to buy a pre-fabricated USB-to-serial converter using 3.3 Volt TTL levels on the serial side. Common one to look for are based on the PL2303 and FTDI chips. WARNING! RS232 levels are up to 15V, which can cause seriously damage at your TV!" Regards, Javier VM --- In Crestron@..., "grumpy_cake" <crestron@...> wrote:
|
Re: Security DVR with GOOD iPad/Mobile app?
Cool, thanks for the info. I'll definitely look in to Wirepath...the screenshots on their site look good.
toggle quoted message
Show quoted text
Thanks again. Mark --- In Crestron@..., "Tony Golden" <mrgolden@...> wrote:
|
Re: Security DVR with GOOD iPad/Mobile app?
+1 for wirepath, great iphone/ipad app, easily integrates into touchpanels and Ipads. If you get the 100 series DVR (their basic), make sure you include an additional 2TB HDD and swap out the one it comes with. with 4 cams, you only hold about 4 days of video, 2TB extends it to almost 2 weeks. Their software is on an embedded chip, so you can just swap out the HDD and reformat through the menu.
toggle quoted message
Show quoted text
--- In Crestron@..., Georges Khalil <georges.khalil@...> wrote:
|
Wait function within SIMPL+
I am having issues with a small code. During a push event, i want to be able to wait for 30 seconds.
If the wait functions timesout, then one block of code within push event will be executed. or If i receive a change in analog input, i want to cancel that wait and run separate code of block within the same push event. how do I achieve this? TIA |
to navigate to use esc to dismiss