Re: Crestron Certification.....????
You might also try getting your area Crestron Rep involved.
JRW
toggle quoted message
Show quoted text
--- In Crestron@..., Nathan Hesson <nhesson@...> wrote: Not in anyway trying to make excuses for anyone *but* they just hammered out the Masters class schedule and it was Cedia right before that. I would say just keep being persistant. It took more than a few emails after I finished my test to get all wrapped up.
Good luck, and congrats on finishing everything -Nathan
On Tue, Sep 18, 2012 at 8:54 PM, jcdigitalmethod <j.j.cunningham@...
wrote: So I passed my cert exam...cool. Took D3 and have tried to find out what the next step is to get the actual certification "piece of paper". Email, after email, after email, still no answer from Erin. Oh yeah, phone calls? Straight to voicemail for a week. Anyone else have this much trouble getting answers or is it just me? Seems they are extremely disorganized and could care less when someone puts months into classes and test projects for their glorified CTI. Sorry for the rant, just thought the hard part of the certification process was over.
------------------------------------
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
[Non-text portions of this message have been removed]
|
Hi There,
I saw in the Crestron forum that you have developed a module for PJ-Link control?
I am trying to control an Hitachi CPX-3015WN projector and I think I need tonegotiate comms with the password etc. between the client and server. Is there any chance that you would be able to send me a basic copy of your module? It would be much appreciated.
Cheers,
Lucan Sinclair
|
Re: Crestron Certification.....????
Not in anyway trying to make excuses for anyone *but* they just hammered out the Masters class schedule and it was Cedia right before that. I would say just keep being persistant. It took more than a few emails after I finished my test to get all wrapped up.
Good luck, and congrats on finishing everything -Nathan
toggle quoted message
Show quoted text
On Tue, Sep 18, 2012 at 8:54 PM, jcdigitalmethod <j.j.cunningham@... wrote: So I passed my cert exam...cool. Took D3 and have tried to find out what the next step is to get the actual certification "piece of paper". Email, after email, after email, still no answer from Erin. Oh yeah, phone calls? Straight to voicemail for a week. Anyone else have this much trouble getting answers or is it just me? Seems they are extremely disorganized and could care less when someone puts months into classes and test projects for their glorified CTI. Sorry for the rant, just thought the hard part of the certification process was over.
------------------------------------
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
|
Re: Non-HDCP Compliant Monitor ??
A couple devices come to mind -
1) Altinex VP500-100 ()
2) Cables To Go TruLink HDMI to VGA converter ()
Both take HDCP encoded HDMI and convert to VGA - I've seen both in person working.
Patrick
toggle quoted message
Show quoted text
--- In Crestron@..., "jrw_96" <jrw_96@...> wrote: What Nathan said and it will also output RGBHV.
JRW
--- In Crestron@..., Nathan Hesson <nhesson@> wrote:
Your last statement is not entirely true. the HDFury WILL output 1080p via component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@>wrote:
It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[Non-text portions of this message have been removed]
------------------------------------
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
|
Re: Expand API for Samsung Video Wall?
Oh yeah, the MDC software didn't work very well on a Windows 7 PC. I had to drag out a computer running XP to get it to work properly. Your experience may vary. LOL.
toggle quoted message
Show quoted text
--- In Crestron@..., "flannel_avenger" <rlray@...> wrote: I don't have the port number, I only controlled them via RS-232, but the one in my office I used for testing would allow me to put it into video wall mode by itself and tell it that it was any of the monitors in a wall.
I routed the MDC commands through a QM-RMC and watched what it was sending in debugger. MDC didn't have any issues with the RMC relaying the commands to the TV and back.
--- In Crestron@..., "Twelve Li" <twelvelmk@> wrote:
Thanks for that.
It seems that I can only enable either RJ45 or RS232 at the same time. I cannot open MDC software in my PC through ethernet when controlling LCD through RS-232! Do you have the TCP/IP port of Samsung displays control? Form another post it mentions 55000 but it doesn't work to me.
In MDC, it returns few commands even if I just trigger a button. And I only have one LCD in office therefore I cannot retrieve all command I need. It is not allow me to active video wall function without all LCDs connection. Is there any other way to get the command in manner?
Cheers Twelve
--- In Crestron@..., "flannel_avenger" <rlray@> wrote:
Yes. I had to reverse engineer it but I am running a 4x4 video wall that can switch between being a fullscreen video wall and 4 individual monitors.
If you take Samsung's control software and run it through a QM-RMC it's pretty easy to get whatever code you want out of it. It follows the rules outlined in their API and the checksums are pretty easy to calculate as well.
For example, this string tells the top right monitor to go into video wall mode in a 2x2 wall: \xAA\x89\x01\x02"\x01\xAF and this is the top left: \xAA\x89\x02\x02"\x02\xB1 and you can probably work it on out from there.
--- In Crestron@..., "Twelve Li" <twelvelmk@> wrote:
Hi
Not sure if there is expand API for samsung video wall I am now developing the module for Samsung MD, ME, DE, UE and UX series video wall. Checked the API in their manual they should use the same protocol.
However there are no command to turn the video wall on/ off? Also no commmand to set the number of horizontal and vertical displays?
Do you guys have the command or any extent API for these function?
Thanks
|
Re: Expand API for Samsung Video Wall?
I don't have the port number, I only controlled them via RS-232, but the one in my office I used for testing would allow me to put it into video wall mode by itself and tell it that it was any of the monitors in a wall.
I routed the MDC commands through a QM-RMC and watched what it was sending in debugger. MDC didn't have any issues with the RMC relaying the commands to the TV and back.
toggle quoted message
Show quoted text
--- In Crestron@..., "Twelve Li" <twelvelmk@...> wrote: Thanks for that.
It seems that I can only enable either RJ45 or RS232 at the same time. I cannot open MDC software in my PC through ethernet when controlling LCD through RS-232! Do you have the TCP/IP port of Samsung displays control? Form another post it mentions 55000 but it doesn't work to me.
In MDC, it returns few commands even if I just trigger a button. And I only have one LCD in office therefore I cannot retrieve all command I need. It is not allow me to active video wall function without all LCDs connection. Is there any other way to get the command in manner?
Cheers Twelve
--- In Crestron@..., "flannel_avenger" <rlray@> wrote:
Yes. I had to reverse engineer it but I am running a 4x4 video wall that can switch between being a fullscreen video wall and 4 individual monitors.
If you take Samsung's control software and run it through a QM-RMC it's pretty easy to get whatever code you want out of it. It follows the rules outlined in their API and the checksums are pretty easy to calculate as well.
For example, this string tells the top right monitor to go into video wall mode in a 2x2 wall: \xAA\x89\x01\x02"\x01\xAF and this is the top left: \xAA\x89\x02\x02"\x02\xB1 and you can probably work it on out from there.
--- In Crestron@..., "Twelve Li" <twelvelmk@> wrote:
Hi
Not sure if there is expand API for samsung video wall I am now developing the module for Samsung MD, ME, DE, UE and UX series video wall. Checked the API in their manual they should use the same protocol.
However there are no command to turn the video wall on/ off? Also no commmand to set the number of horizontal and vertical displays?
Do you guys have the command or any extent API for these function?
Thanks
|
Crestron Certification.....????
So I passed my cert exam...cool. Took D3 and have tried to find out what the next step is to get the actual certification "piece of paper". Email, after email, after email, still no answer from Erin. Oh yeah, phone calls? Straight to voicemail for a week. Anyone else have this much trouble getting answers or is it just me? Seems they are extremely disorganized and could care less when someone puts months into classes and test projects for their glorified CTI. Sorry for the rant, just thought the hard part of the certification process was over.
|
Hello experts,
I have a problem tonight with my CNX-Bipad8. After years of flawless performance, tonight it started doing something wierd. The audio that goes to different room control boxes comes out in a muffled type of sound. You can still hear the person/thing speaking, but it is not possible to actually listen to (if that makes sense). Basically bad sound. The sound does seem to be amplified though.
I have checked all the wires going into the Bipad and they seem fine. The power is supplied by a PRO2 that is plugged into the wall. the power light stays light green and the net light is a solid yellow. All the other pieces of equipment have an intermiittent yellow net light, not solid. (not sure if that makes any difference). The red light for the room comes on when the signal is sent from the room control box.
Thanks for any help Brian
|
Re: Expand API for Samsung Video Wall?
Thanks for that.
It seems that I can only enable either RJ45 or RS232 at the same time. I cannot open MDC software in my PC through ethernet when controlling LCD through RS-232! Do you have the TCP/IP port of Samsung displays control? Form another post it mentions 55000 but it doesn't work to me.
In MDC, it returns few commands even if I just trigger a button. And I only have one LCD in office therefore I cannot retrieve all command I need. It is not allow me to active video wall function without all LCDs connection. Is there any other way to get the command in manner?
Cheers Twelve
toggle quoted message
Show quoted text
--- In Crestron@..., "flannel_avenger" <rlray@...> wrote: Yes. I had to reverse engineer it but I am running a 4x4 video wall that can switch between being a fullscreen video wall and 4 individual monitors.
If you take Samsung's control software and run it through a QM-RMC it's pretty easy to get whatever code you want out of it. It follows the rules outlined in their API and the checksums are pretty easy to calculate as well.
For example, this string tells the top right monitor to go into video wall mode in a 2x2 wall: \xAA\x89\x01\x02"\x01\xAF and this is the top left: \xAA\x89\x02\x02"\x02\xB1 and you can probably work it on out from there.
--- In Crestron@..., "Twelve Li" <twelvelmk@> wrote:
Hi
Not sure if there is expand API for samsung video wall I am now developing the module for Samsung MD, ME, DE, UE and UX series video wall. Checked the API in their manual they should use the same protocol.
However there are no command to turn the video wall on/ off? Also no commmand to set the number of horizontal and vertical displays?
Do you guys have the command or any extent API for these function?
Thanks
|
Also. If you have a program specified as slot 1 and another specified as slot 1 on RM it will boot the RM program first (then RM2 if you have a second USB drive) then internal memory. -Neil Dorin On 2012-09-18, at 11:56 AM, "Anthony Desimone" <anthony_desimone@...> wrote: So it's just like loading to compact flash on a 2-series?
--- In Crestron@..., Neil Dorin <neildorin@...> wrote:
If you have a program loaded on a USB drive via toolbox as program(App) X, then the MC3 will automatically boot it in favor of any program loaded to the internal memory at that slot.
You can use the SYSTEMCONTROL slot on any other program to manually start/stop register/unregister programs as well.
I'm just working on a large project with multiple programs running off USB drives that get switched over to the slave in the even the master MC3 fails. Works surprisingly well actually...
Send me a direct email if you need more info.
-Neil
On Tue, Sep 18, 2012 at 11:47 AM, Anthony Desimone < anthony_desimone@...> wrote:
**
I can't seem to find any specifics on how to run programs from a USB drive on an MC3. Can anyone help me out?
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
|
Pretty much. Except you can have several programs (all 10 if you wanted) run of RM. make sure when loading from toolbox you select the slot and compact flash as the destination. -Neil Dorin On 2012-09-18, at 11:56 AM, "Anthony Desimone" <anthony_desimone@...> wrote: So it's just like loading to compact flash on a 2-series?
--- In Crestron@..., Neil Dorin <neildorin@...> wrote:
If you have a program loaded on a USB drive via toolbox as program(App) X, then the MC3 will automatically boot it in favor of any program loaded to the internal memory at that slot.
You can use the SYSTEMCONTROL slot on any other program to manually start/stop register/unregister programs as well.
I'm just working on a large project with multiple programs running off USB drives that get switched over to the slave in the even the master MC3 fails. Works surprisingly well actually...
Send me a direct email if you need more info.
-Neil
On Tue, Sep 18, 2012 at 11:47 AM, Anthony Desimone < anthony_desimone@...> wrote:
**
I can't seem to find any specifics on how to run programs from a USB drive on an MC3. Can anyone help me out?
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
|
Re: Using Cell phone as an RFID tag?
I forgot about that... such a bad design...
toggle quoted message
Show quoted text
--- In Crestron@..., Jeremy Weatherford <jweather@...> wrote: You could ping an IP address using the console symbol, BUT it locks up the entire program while it's waiting to time out. Not recommended, especially if there's any likelihood that the device is going to be offline during regular use. I generally only use it to detect some sort of catastrophic failure that results in power-cycling the connected device to bring it back -- not something that's supposed to happen on a regular basis. If your phone has any open ports, you might be able to find it using a TCP connection. Otherwise I think you'd need to run the ping on a PC, or some other device that can do more than one thing at once (maybe a stray QM-RMC?)
On Mon, Sep 17, 2012 at 11:43 PM, Scott <bluegauges@...> wrote:
**
Interested in making a phone that uses wifi into an RFID tag such that the crestron processor can poll IP addresses on the network and determine if myself or my wife is home based on whether or not our phones are connected to the in house wifi.
Is it possible? has anyone done it? I imagine if it was done, it was probably through simpl+??
-- Jeremy Weatherford
[Non-text portions of this message have been removed]
|
Re: Using Cell phone as an RFID tag?
Haven't tried it on 3-series yet, sorry. On Tue, Sep 18, 2012 at 7:21 PM, floyd1212 <floyd1212@...> wrote: **
Is this where multiple programs in a 3-series would be beneficial? Does a ping lock up the program, or the processor? Could you dedicate a program just to tracking IPs once every 15 seconds, then EISC the status back to your main program? If not, a dedicated QM-RMC would do the job nicely.
--- In Crestron@..., Jeremy Weatherford <jweather@...> wrote:
You could ping an IP address using the console symbol, BUT it locks up the
entire program while it's waiting to time out. Not recommended, especially
if there's any likelihood that the device is going to be offline during regular use. I generally only use it to detect some sort of catastrophic failure that results in power-cycling the connected device to bring it back
-- not something that's supposed to happen on a regular basis. If your phone has any open ports, you might be able to find it using a TCP connection. Otherwise I think you'd need to run the ping on a PC, or some other device that can do more than one thing at once (maybe a stray QM-RMC?)
On Mon, Sep 17, 2012 at 11:43 PM, Scott <bluegauges@...> wrote:
**
Interested in making a phone that uses wifi into an RFID tag such that
the
crestron processor can poll IP addresses on the network and determine if
myself or my wife is home based on whether or not our phones are connected
to the in house wifi.
Is it possible? has anyone done it? I imagine if it was done, it was probably through simpl+??
-- Jeremy Weatherford
[Non-text portions of this message have been removed]
-- Jeremy Weatherford [Non-text portions of this message have been removed]
|
Re: Using Cell phone as an RFID tag?
Is this where multiple programs in a 3-series would be beneficial? Does a ping lock up the program, or the processor? Could you dedicate a program just to tracking IPs once every 15 seconds, then EISC the status back to your main program? If not, a dedicated QM-RMC would do the job nicely.
toggle quoted message
Show quoted text
--- In Crestron@..., Jeremy Weatherford <jweather@...> wrote: You could ping an IP address using the console symbol, BUT it locks up the entire program while it's waiting to time out. Not recommended, especially if there's any likelihood that the device is going to be offline during regular use. I generally only use it to detect some sort of catastrophic failure that results in power-cycling the connected device to bring it back -- not something that's supposed to happen on a regular basis. If your phone has any open ports, you might be able to find it using a TCP connection. Otherwise I think you'd need to run the ping on a PC, or some other device that can do more than one thing at once (maybe a stray QM-RMC?)
On Mon, Sep 17, 2012 at 11:43 PM, Scott <bluegauges@...> wrote:
**
Interested in making a phone that uses wifi into an RFID tag such that the crestron processor can poll IP addresses on the network and determine if myself or my wife is home based on whether or not our phones are connected to the in house wifi.
Is it possible? has anyone done it? I imagine if it was done, it was probably through simpl+??
-- Jeremy Weatherford
[Non-text portions of this message have been removed]
|
Re: Expand API for Samsung Video Wall?
Yes. I had to reverse engineer it but I am running a 4x4 video wall that can switch between being a fullscreen video wall and 4 individual monitors.
If you take Samsung's control software and run it through a QM-RMC it's pretty easy to get whatever code you want out of it. It follows the rules outlined in their API and the checksums are pretty easy to calculate as well.
For example, this string tells the top right monitor to go into video wall mode in a 2x2 wall: \xAA\x89\x01\x02"\x01\xAF and this is the top left: \xAA\x89\x02\x02"\x02\xB1 and you can probably work it on out from there.
toggle quoted message
Show quoted text
--- In Crestron@..., "Twelve Li" <twelvelmk@...> wrote: Hi
Not sure if there is expand API for samsung video wall I am now developing the module for Samsung MD, ME, DE, UE and UX series video wall. Checked the API in their manual they should use the same protocol.
However there are no command to turn the video wall on/ off? Also no commmand to set the number of horizontal and vertical displays?
Do you guys have the command or any extent API for these function?
Thanks
|
Re: apple tv control methods
you have to go through and parse for xml characters and replace them with ascii. i started doing this a few weeks back and got bored of it after about 10 or so characters. there's dozens. totally lame... unless maybe there's a way i don't know about to get an indirect text field to display xml character encoding.
toggle quoted message
Show quoted text
--- In Crestron@..., "Chris" <chrmac68@...> wrote: I built a module for the AppleTv box as well and am seeing the same issue with feedback. When i look at the xml file that is sent back it shows it the same way. Not sure its the module and not related to the AppleTV itself. I am working on adding more feedback and have added as many shortcut keys as i have verified are working. Up to about 10 right now.
--- In Crestron@..., "mrez@" <mrez@> wrote:
My Apple TV jailbreak went into hay-wire mode and restored itself to factory default :( So until I can jailbreak it again I wont be able to test anything
--- In Crestron@..., "eagrubbs" <eagrubbs@> wrote:
The really great part is he did not password protect the module, so you can at least go in and make adjustments for your needs. I thank those that do not password the modules, so others can modify and learn from what has been done. :)
--- In Crestron@..., "Etienne" <etienne@> wrote:
I've managed to get the ATV back up-and-running by disconnecting the LAN cable and streaming via Wi-Fi, thus not being controlled from Crestron. I could then access the Maintenance menu again, ext. I then reconnected the LAN cable to test again and found the following:
1) Song title not displayed correctly, ex: should be: (Don't Go Back To) Rockville is showing as: (Don't Go Back To) Rockville I had the same issue with 'o Solo Mia
2) Scrolling up/down a list of media requires double presses
3) Sometimes the title (name$) doesn't update, but the artist, album and album art did.
4) Selecting a movie after listening to music doesn't clear the artist and album text fields. Would also be great if the album art would clear if there was no album art, like it displays "Nothing playing" when nothing is playing. It then clears the fields.
5) Ffwd and rew works perfectly when watching movies.
The aTV Flash (black) 2.0 Media Player also has metadata fetching enabled and it will start displaying pictures from the current playing artist, ext. I wonder it this doesn't put my crappy network under stress. However with it disabled the album art doesn't update.
|
Expand API for Samsung Video Wall?
Hi
Not sure if there is expand API for samsung video wall I am now developing the module for Samsung MD, ME, DE, UE and UX series video wall. Checked the API in their manual they should use the same protocol.
However there are no command to turn the video wall on/ off? Also no commmand to set the number of horizontal and vertical displays?
Do you guys have the command or any extent API for these function?
Thanks
|
Re: Non-HDCP Compliant Monitor ??
My Sharp LC-52D82U does it as did many Sharp consumer displays and a few Sony's. That's how I run my gen 1 xBox 360 at 1080p. -Neil On Tue, Sep 18, 2012 at 1:44 PM, Nathan Hesson <nhesson@...> wrote: **
Your last statement is not entirely true. the HDFury WILL output 1080p via component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@...>wrote:
It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@...> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@...> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@...> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
�
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
------------------------------------
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
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
|
Re: Non-HDCP Compliant Monitor ??
We have been mounting cheap HDMI splitters behind displays with HDCP issues.
toggle quoted message
Show quoted text
--- In Crestron@..., "jrw_96" <jrw_96@...> wrote: What Nathan said and it will also output RGBHV.
JRW
--- In Crestron@..., Nathan Hesson <nhesson@> wrote:
Your last statement is not entirely true. the HDFury WILL output 1080p via component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@>wrote:
It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[Non-text portions of this message have been removed]
------------------------------------
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
[Non-text portions of this message have been removed]
|
No need for SIMPL+ here, just use the Serialize Date symbol. Speedkey is ‘date$�. This will take the time of day from the clock driver and give serial month/day/year in several formats. Really is the best way to do this. Check it out. If you need SIMPL+ to do this, write back and we’ll help. Tray From: Charl Sent: Tuesday, September 18, 2012 4:36 PM To: Crestron@... Subject: [Crestron] Re: Serialize Time Hi, how do i implement the Simple+ module in Simple Windows? Help would be appreciated. PS: i am not familiar with Simple+ --- In mailto:Crestron%40yahoogroups.com, "Steve Adams" <adamsx2@...> wrote: --- In mailto:Crestron%40yahoogroups.com, "blackcloud1111" <billg@c...> wrote:
Using the clock driver I know you can get a serial string of the date...has anyone created a module to get a serial string of the time. I know about the time button in Vision Tools...but I have an application where I need a serial time.
Any help?
BG I'll upload a Simpl+ module that will do the trick.
Steve
[Non-text portions of this message have been removed]
|