Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: RS422 on 3-series
¿ªÔÆÌåÓýCool¡ yeah¡ in addition to the usual fun of TD and RD you also have the fun of + and ¨C for each of those. ? But at least I know it should work J ? Doing some more digging it looks like we might need to install a plugin on the switcher to enable comm for this model¡ but I¡¯m also still confused about how a cable with nothing connected on one end is generating replies ¨C but the installers have sworn that it¡¯s the right cable each time I¡¯ve asked. Tomorrow I might trace it myself. ? Lincoln ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Gold) Crestron Services Provider | Biamp Audia Certified | Extron Control Professional From:
Crestron@... [mailto:Crestron@...] ?
I've done several Sony
EVI-H100 cameras via RS-422 on 3 series processors. It works well, but I do
seem to remember needing to wire TX & RX +/- reverse polarity of what I had
expected. Check your pinout and try flipping things around. I can at least
confirm it does work once things get sorted out.
|
||||||||||||||||||||
Re: RS422 on 3-series
¿ªÔÆÌåÓýI've done several Sony EVI-H100 cameras via RS-422 on 3 series processors. It works well, but I do seem to remember needing to wire TX & RX +/- reverse polarity of what I had expected. Check your pinout and try flipping things around. I can at least confirm it does work once things get sorted out. -Micah On Sep 24, 2014, at 6:52 PM, Lincoln King-Cliby lincoln@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||
SIMPL Compilation error
Newbie question, so apologies if it is foolish... I have been working on some modifications to an existing SIMPL programs for a while without issue. My PC recently had a hard disk failure, so having replaced and rebuilt the system, I re-installed all the Crestron software I had been using and now my compilations fail with a number of LGCMCVT283 Errors, each relating to a DLL that it is looking for in the SPlswork directory; in total there are 10 DLL's that are referenced, including: iPort_v05_03.dll Integra_CDC_3_4.dll tstat_temp_display.dll tstat_sch_2_3.dll tstat_temp_display_v1_1.dll TxtLimit.dll If I compile using D3 I receive 283 errors relted to some different DLL's missing. The DLL's definitely are not present in the SPLsworks folder. I tried Crestron support and they directed me to uninstall and reinstall all the programs and when that did not work, uninstall all the programs, clean the registry (I used cclean on their advice) and reinstall all the programs, all of which wasted a ton of time. So I thought I would turn to the group to see if anyone has a solution. Any ideas? Many thanks for any help you can provide. ? |
||||||||||||||||||||
RS422 on 3-series
¿ªÔÆÌåÓýHave a product (Panasonic AV-HS410 Production Switcher) that I¡¯ve controlled probably close to a dozen times on the 2-series ¨C RS422, 38400, Odd Parity, 8 bits, 1 stop bit). ? Now trying to do a room with one of these and a Pro3; production switcher is in COM A ¨C and no love (well¡ actually¡ with cable connected at both ends or disconnected at the production switcher end but plugged into Pro3¡ get ¡°weird ¡± (but very consistent) data echoed back. ? I think this is the first 422 device I¡¯ve come across on the 3-series, so I¡¯m just looking for confirmation that someone has successfully controlled a 422 device from a 3-series port... -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Gold) ControlWorks Consulting, LLC V: 440.449.1100 x1107 F: 440-449-1106 I: Crestron Services Provider | Biamp Audia Certified | Extron Control Professional ? |
||||||||||||||||||||
Re: Extron SIS IP Control
Works great.? Only gotcha I can think of is that some of the devices only support one connection at a time, and will close the older connection when a new one comes in.? Nothing too unusual.? Best practice for TCP connections is to keep them alive with a heartbeat every 30 seconds or so, that way you don't have to deal with timeouts and reconnections. On Wed, Sep 24, 2014 at 6:17 PM, nick@... [Crestron] <Crestron@...> wrote:
--
Jeremy Weatherford |
||||||||||||||||||||
Re: Extron SIS IP Control
Rock solid over IP , just make sure you send a command periodically to keep the socket open.? If the Extron device doesn't see a command within 60 seconds it closes the socket and the Crestron processor will have to reconnect. I usually send something like "Q" to query the firmware version every 30 seconds.? I trigger this from an SAWPULSE fed from my Tx to the Extron TCP Client that drives an ROS and a SEND or SIO.On Wed, Sep 24, 2014 at 4:17 PM, nick@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||
Re: Capture HD Reset
I believe this is a ¡°feature¡±, last time I called TB when I had a Capture with a bad NIC and they said USB is disabled on latest firmwares. From: "cfm@... [Crestron]" <Crestron@...> Reply-To: <Crestron@...> Date: Wednesday, September 24, 2014 at 9:15 AM To: <Crestron@...> Subject: Re: [Crestron] Capture HD Reset ?
"The front usb does not do anything with the newer firmwares." |
||||||||||||||||||||
Extron SIS IP Control
Hi all, Does anyone have any good or bad experiences controlling an Extron SMX or anything else that uses SIS over IP? I know the commands and they work, but I'm concerned with 1) automatic TCP disconnect and 2) the copyright message that is transmitted every time I connect. Should I keep the connection alive and reduce the disconnect time? Or should I just go serial? I don't mind serial but, it's 2014. |
||||||||||||||||||||
Re: Crestron Lifesize and Blue Jeans
My answer applies to all vtc systems, not just Lifesize and/or Blue Jeans:
If they are dialing the call from a Crestron touch panel they usually want to type in the bridge access code from the touch panel as well so I always make a way for them to send DMTF tones from the same keypad... either a button to switch to DTMF or, depending on the codec and which module you are using, simply watching for a call to be connected and then switching over to DTMF; this can be a drawback though if they need dial multipoint calls at times too. The short answer is yes, I normally incorporate DTMF keys on the touch panel but it kinda depends on the hardware and the client as to how I do it. |
||||||||||||||||||||
Re: 3 Series Multiple Programs - Tips, Tricks and Issues
Username crestron, no password.
SSH from other clients like Putty or SecureCRT is still kind of wonky (they don't really support all the terminal things a real SSH server would, so backspacing doesn't erase the character on your screen, but it still works), but it works great otherwise. |
||||||||||||||||||||
Re: Absolute Humidity / Calculate "Power of x" in SIMPL+
Markus, take a look at dewpoint.zip in file setction. It is the module for a dew point calculation where inputs are temperature and humidity from C2N-RTHS.?
The calculation is made by lookup-table method. It is probably not the most accurate method, but for my needs it's Ok. |
||||||||||||||||||||
New file uploaded to Crestron
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the Crestron group. File : /Modules/dewpoint.zip Uploaded by : peterjablonicky <jablonko@...> Description : Dew point calculation (lookup table method). Direct inputs from C2N-RTHS. Output is multiplied by 10. You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, peterjablonicky <jablonko@...> |
||||||||||||||||||||
Re: Crestron Nest (Cedia Announcement)
I'm rather glad they're not giving out the scheduler. It's too complex to put on a panel. It's better to jump to their app. On Wed, Sep 24, 2014 at 10:42 AM, stainbow1@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||
Re: 3 Series Multiple Programs - Tips, Tricks and Issues
"I still load that way....only reason is, i have NO CLUE how to load with
an ftp.? any help there would be greatly appreciated."
With WIn 7, I just go to the start menu and use the "Search programs and files" text box - type "ftp://<ip of processor/panel>" and hit return. The file directory of the device shows up in a window like any other hard drive/usb stick.? Drag files to the appropriate destination, then telnet to the box and type... "puf" for firmware "progload -p:<x>" for the program you dropped into slot "x" "projectload" for UI files ? - Chip |
||||||||||||||||||||
Re: Prowl for Crestron 3 Series is posted!
I have a very basic module that I wrote for Prowl that I've been running on my 2-series system at home since 2012. ?If anyone is interested in this for a 2-series, then I can load it to the files section. ?It's written in S+, but is wrapped in a UMC for the way I use it at my home. ?I probably wouldn't have much time to help anyone set it up or figure out how to use it, but it's pretty straight forward and it has never failed on me in over 2 years. ?I set the UMC up with 20 definable messages, and then all you need to do is send the message, and the priority level with the event trigger, like shown in the picture below. ?Or, you can just get rid of the UMC and use the S+ module by itself.
? |
||||||||||||||||||||
Re: Crestron Nest (Cedia Announcement)
Heath Volmer
Scheduler is not in the API, and even so, one would be hard-pressed to come up with a suitable interface to their scheduler in the Crestron tools we have at our disposal today. The version I'm working on will control multiple units.? Feedback is the problem though.? We have to poll for it today, and the NEST service will boot you for a while if you do it too much ¨C and even worse, it *might* boot all clients from a vendor if one overdoes it.? I'm not positive on this. ? Given that NEST uses REST streaming for real-time feedback, and that it works quite well when not using the broken things in S#, I thought it would be best to work with the S# guys to fix their HttpsClient so that it will properly receive streaming rather than polling. After two months, I'm not sure... Heath On Sep 24, 2014, at 11:42 AM, stainbow1@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||
Re: 3 Series Multiple Programs - Tips, Tricks and Issues
Side Query: What is the default user/pass for a CP3N using SSH? (Putty) Thanks! :::::::::::: J Pride On Wed, Sep 24, 2014 at 12:50 PM, Andrew Welker andrew.welker@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||
Re: Prowl for Crestron 3 Series is posted!
I've been using this module for a while now and it is awesome. I have it tied to my alarm system so I get instant notifications on my iPhone of when my system gets armed, disarmed and in alarm. Prowl was easy to set up and keeps a running log of all events. I'll continue using this till they add notifications to the app (rumor has it, next year).
Thanks to the author I just saved a ton of money by switching to prowl for all of my security monitoring needs!! |
||||||||||||||||||||
Crestron HD-XSPA Beginner tips
I had to setup 5 of these during rack testing last week and had a few moments where I wanted to smack myself for missing the obvious. I thought the unit would get its LAN connectivity through the DM port since we had this being connected directly to DM 8G output cards. But the unit never showed up in a Network Device Discovery. The front panel or USB both showed a 169.254.xxx.xxx address so I thought it was not working. |