Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
RS232 reader to use with Crestron
All,?
I am looking for prox reader, that can be integrated with podium, connected to Crestron processor trough RS232.? Idea is, to have instructor come in to podium, swipe their prox card, save system configuration that they use for their classes.? Then every time they came in, they just swipe their prox, that will activate configuration that was saved on the processor. Let's say prox ID for teacher A will activate stepper, and set lights, projectors, etc etc etc .... |
|||||
Re: Sony EVI-H100V
Seth Olle
Yes ran into this, very very important to put the nvram stuff at the very top of the program.
Found this module does work really really well though. Also if you save the presets on the camera,when you recall them it pops a message on the camera. This way does not. Basically just sending it x and y coordinates. From: Lincoln King-Cliby <lincoln@...<mailto:lincoln@...>> Reply-To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Date: Friday, February 28, 2014 2:44 PM To: "'Crestron@...<mailto:'Crestron@...>'" <Crestron@...<mailto:Crestron@...>> Subject: RE: [Crestron] Sony EVI-H100V The 25 presets module uses NVRAM on the processor to store presets ¨C presets are NOT stored on the camera itself. This has all kinds of potential pitfalls but a few to keep in mind (a) You need WORKING bi-directional control of the camera; e.g. the camera TX$ line must be connected to RX on the Crestron system and also properly tied down in programming. One-way serial will not work. [The module queries the camera for pan, tilt, zoom, iris, etc. values and stores those in NVRAM ¨C when a preset is recalled, the camera is driven to those locations¡ if the module doesn¡¯t get position information from the camera, all hell breaks loose] (b) As with all other symbols/modules that rely upon NVRAM the modules (e.g. ARAM, SRAM, DRAM, variables defined in S+ as NONVOLATILE) are sensitive to their position in the program. If any other symbols/modules utilizing NVRAM are added ¡°above¡± the camera module in the program tree it will displace the memory referenced by the module and your presets will go out the window and when you try recalling presets the camera(s) will not do what you expect. For this reason, it is wise to have these at the top of the program, perhaps after the master ARAM. (c) I believe there is an ¡°Initialize¡± input on the module that ¡°zeros out¡± the presets. This should be done upon first load ¨C or if you¡¯ve upset the NVRAM balance, to help eliminate (b) and other weird things. -- Lincoln King-Cliby, CTS Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC Crestron Services Provider ________________________________ From: Crestron@...<mailto:Crestron@...> [mailto:Crestron@...] On Behalf Of sbob1123@...<mailto:sbob1123@...> Sent: Friday, February 28, 2014 1:45 PM To: Crestron@...<mailto:Crestron@...> Subject: [Crestron] Sony EVI-H100V I am pulling my hair out trying to get presets to work with this camera. I have an AV3 controlling a Sony EVI-H100V PTZ camera and I am using the sony module from the website, I have tried all of them but everything works except when using the 25 presets module. I have even tried loading the demo program, with the same results, everything works with the exception of the 25 presets module. Luck would have it that I require more than 6 presets for this project. any help would be greatly appreciated. Thanks |
|||||
Re: Security camera recommendation
I have good experience with IQEye cameras in combination with TSW's. They carry a five year warranty and we are very satisfied with their quality and support. We also install Exacqvision NVR's which should be able to be integrated, but haven't done this in any project yet. There are also some open source NVR's, but the ones I've tested didn't come close to Exacq.
|
|||||
Re: D3 EISC
¿ªÔÆÌåÓýYou should be able to create a system export and dictate what devices are include in it in the properties.? On Feb 27, 2014, at 12:37 PM, Heath Volmer <hvolmer@...> wrote:
|
|||||
Re: Sony EVI-H100V
¿ªÔÆÌåÓýThe 25 presets module uses NVRAM on the processor to store presets ¨C presets are NOT stored on the camera itself. ? This has all kinds of potential pitfalls but a few to keep in mind (a) You need WORKING bi-directional control of the camera; e.g. the camera TX$ line must be connected to RX on the Crestron system and also properly tied down in programming. One-way serial will not work. [The module queries the camera for pan, tilt, zoom, iris, etc. values and stores those in NVRAM ¨C when a preset is recalled, the camera is driven to those locations¡ if the module doesn¡¯t get position information from the camera, all hell breaks loose] ? (b) As with all other symbols/modules that rely upon NVRAM the modules (e.g. ARAM, SRAM, DRAM, variables defined in S+ as NONVOLATILE) are sensitive to their position in the program. If any other symbols/modules utilizing NVRAM are added ¡°above¡± the camera module in the program tree it will displace the memory referenced by the module and your presets will go out the window and when you try recalling presets the camera(s) will not do what you expect. For this reason, it is wise to have these at the top of the program, perhaps after the master ARAM. ? (c) I believe there is an ¡°Initialize¡± input on the module that ¡°zeros out¡± the presets. This should be done upon first load ¨C or if you¡¯ve upset the NVRAM balance, to help eliminate (b) and other weird things. ? -- Lincoln King-Cliby, CTS Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC Crestron Services Provider http://www.controlworks.com From: Crestron@...
[mailto:Crestron@...] On Behalf
Of sbob1123@...
Sent: Friday, February 28, 2014 1:45 PM To: Crestron@... Subject: [Crestron] Sony EVI-H100V ?
|
|||||
Re: Countdown Timer - with Status
You can always use an Analog Increment that you initialize to 60d. Set the repeat to 1s and then just hold the down. There is also a similar way with analog ramp where you set the time to 65535s and then it changes 1 value per second.On Fri, Feb 28, 2014 at 10:58 AM, Joseph K. Vossen <jkv@...> wrote:
|
|||||
Re: Countdown Timer - with Status
Joseph K. Vossen
I might have a module laying around that will help you; I'll see if I can find it
toggle quoted message
Show quoted text
-----Original Message----- |
|||||
Countdown Timer - with Status
Goff, Joseph M
¿ªÔÆÌåÓýI am looking for either a symbol or module that will show on a touch panel a countdown timer from 60 minutes to 0 in one second increments. ? Plenty of clock and timer symbols in SIMPL but none appear to have a ¡°status¡± output of where it is in the count. ? Any help with either advice or a pointer to a tutorial would be appreciated. ??? |
|||||
Sony EVI-H100V
I am pulling my hair out trying to get presets to work with this camera.? I have an AV3 controlling a Sony EVI-H100V PTZ camera and I am using the sony module from the website, I have tried all of them but everything works except when using the 25 presets module.? I have even tried loading the demo program,? with the same results, everything works with the exception of the 25 presets module.? Luck would have it that I require more than 6 presets for this project.? any help would be greatly appreciated.
Thanks |
|||||
Security camera recommendation
Hi guys, can you recommend the most affordable security camera/ CCTV / IP camera and DVR that are easily integrated to CRESTRON.?I need it to be available online because i'll just have it shipped to my friend and he'll bring it to my country.
I need something that will work with TSW-750 streaming without adding any device. Thanks |
|||||
Re: Extron SIS and Ethernet Control
schawad
Hello, Does anyone have a module for Extron IN1606 or1608? Thanks? C> On Monday, August 19, 2013 3:28 PM, Chip wrote:
?
I don't know if that's significantly different from the other Extron pieces I've worked with, but I've usually just set up an SIO to trap all possible responses, then feed the results to an INIT & some kind of scaler... "Vol 001\r" or whatever is way easy to trap, and if there are a hundred or less possible responses, F4 in an SIO makes it way, way easy. Only trick is if you send a direct value rather than the "nudge" up or down commands. In that case you can fake-set your feedback at the same time you send the command. I'm not sure why, but as awesome as Extron is about their command sets overall, their query commands usually wind up being stupid - like the guy that got tasked with them went to the Sharp School Of Protocol Creation and said "who cares what they asked for - just send 'em a number back"... - Chip --- In Crestron@..., "advancesystemdesignvt" > > Hi all, > I am working with the Extron IN1606 and need to control the volume through this piece. I have looked through the SIS list and have found the commands to set a given level or to raise/lower/mute. My question is how do you guys handle the feedback for a gauge? Also, how would you go about using a slider instead of up/down buttons? I just got this piece(oS) dropped on me today - any help would be appreciated! > > --- In Crestron@..., "Chad" wrote: > > > > I just dropped a really basic 1606 module in the modules folder... you'd need to add a TCP driver though, port 23 is correct.- > > > > --- In Crestron@..., Jeremy Weatherford wrote: > > > > > > TCP port 23 on every Extron device with an Ethernet port that I've seen. > > > > > > > > > On Mon, Aug 5, 2013 at 10:26 AM, techybabble wrote: > > > > > > > Is this accomplished by simply using a TCPIP client and sending the SIS > > > > commands as you would RS232? What port would it run on and is there any > > > > setup on the Extron device that has to be done? Specifically, I am working > > > > with an IN1606 switcher and a CP3 processor. thanks for the help! > > > > > > > > > > > > > > > > ------------------------------------ > > > > > > > > > > > > > > > > > > > > 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: Visonic Alarm Integration
Module crestron OPC Security SIEMENS http://crestron-opc.6mablog.com/ Le vendredi 28 F¨¦vrier, 2014 12:03, "rogier@..."
?
On dirait que, devra me faire une de ces interfaces ¨¤ tester. Merci pour le lien!
__._, _.___
V¨¦rifiez la zone Fichiers de modules utiles, documents et les pilotes.
une liste des revendeurs et des programmeurs Crestron contact peut ¨ºtre trouv¨¦ dans la zone de base de donn¨¦es.
? ? Annuler ?
. __, _._, ___ |
|||||
Re: Samsung ME series and WOL
I used the Samsung IP module available from the files section of this forum.?
I am not sure if there is a setting to keep the lan port on always. I will try the wol after 30 minutes from the panel and see if it works or not. I am facing an issue where if i reboot the controller, the tcp ip client shows its connected but no control but if i do a TV power toggle via remote, then it works fine again. AMX module says that if you are using remote then you may have issues. |
|||||