¿ªÔÆÌåÓý

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

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: Countdown Timer - with Status

 

There are a couple Crestron modules in the database called "Presentation Timer v1.0" and "Count-down Timer" that should do what you want. Both have analog outputs for timer status.


Re: WriteStringArray problems

 

I can't get this to work either. Works with 2 series no problem...what gives?


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:

?

Is there any way to get non-stupid two-way communication between two D3 programs over a single EISC? I want to be able to react to digitals coming in and send digitals out, all on a single EISC. Virtual keypads require one on each end which means one EISC per program. Seems like I have to use a third Simpl "broker" program to do this.

Heath Volmer
Digital Domain Systems
Littleton, CO


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

?



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: 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:
?

I might have a module laying around that will help you; I'll see if I can find it

-----Original Message-----
From: "Goff, Joseph M"
Sent: Feb 28, 2014 1:50 PM
To: "Crestron@..."
Subject: [Crestron] Countdown Timer - with Status

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.


  • 22
  • 1
? ? Unsubscribe ?




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

-----Original Message-----
From: "Goff, Joseph M"
Sent: Feb 28, 2014 1:50 PM
To: "Crestron@..."
Subject: [Crestron] Countdown Timer - with Status

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.


  • 22
  • 1
? ? Unsubscribe ?



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!
__._, _.___
R¨¦pondre ¨¤ l'exp¨¦diteur R¨¦pondre ¨¤ un groupe (6)
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.




  • 20
  • 1
? ? Annuler ?
.

__, _._, ___



Different time zones to be displayed on Crestron Mobile Pro G

 

I am trying to do a simpl + module to display different time zones on a Crestron mobile pro G but before that i want to know if anyone has posted a module for this earlier in the files section yet.


Re: Samsung ME series and WOL

 

WOL works even after 30 minutes on this unit.


Re: Android Project

 

Anyone using Dynamic Graphics on an Android device (like Galaxy phone)?
I've set up a FTP server for the graphics and my other TP's do not have a problem getting the images, except the Galaxy S4.

Any ideas?

Thank you?

--
Sebastian Marszalek


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.


how to create a Crestron SIMPL Windows Module "CMC" extension for D3Pro

 

HI,
I want to create a module that i can use in D3Pro, but can't figure out how to create Crestron SIMPL Windows Module cmc module.?
Any tips are welcome.?

Cheers,
TV


Re: Visonic Alarm Integration

 

Looks like it, will have to get me one of these interfaces to test. Thanks for the link!