¿ªÔÆÌåÓý

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

Re: Time from an Analog

 

Thanks Guys!

Phil, yes an SG panel and that was what I was looking/hoping for. Formats just as I wanted...? I'm using the (cm) CountDown Timer module.
When initially triggers, the analog populates as expected (xx:yy:zz), However, as the seconds count down (I see it decrementing in Debug) the display does not change. until I hit the STOP button on the CDTimer. At this point the display updates to the current time.

If I send values in DBg directly,? the display updates.
If I set up an Analog Increment with a 1d increment value, the Display counts as expected!!
I put the CDT Analog thru ABUFs and even though the values change in DBg, the display doesn't until the Timer is stopped.
?Its as if the Display object knows that the Analog decrement is coming from the CDT vs. my manual triggers - this of course doesn't make any sense!!

? ?Any ideas??? TIA!


CH volume not following the bindings

 

I have a samsung frame tv controlled via LAN with its audio out connected to a 6x100.? In the CH setup the TV apps are setup to use the speaker out #5 but the remote still controls TV volume.??


Long copper run and NVX

 

I have a run that will be about 275ft.? Shielded CAT6A connected to a 10G extreme switch.? I have a fiber there as well and will be prepared to use it.? But, just wondering if anyone has any feedback that has been in this situation.


Re: Time from an Analog

 

Sorry a little mistake

The calculation is the following :
Seconds = TotalTime % 60
Minutes = TotalTime / 60 % 60
Hours = TotalTime? / 3600 % 3600

Regards,

Le?mar. 22 juin 2021 ¨¤?06:42, S¨¦bastien LENOIR via <sebastien.lenoir=[email protected]> a ¨¦crit?:
A simple calculation could help you :

Seconds = TotalTime % 60
Minutes = TotalTime? % 60
Hours = TotalTime? / 3600 % 3600

Regards,


Le?lun. 21 juin 2021 ¨¤?21:38, Phil Bridges <gravityhammer@...> a ¨¦crit?:
If this is a SmartGraphics panel?? Just format the analog as "time"

On Mon, Jun 21, 2021 at 9:25 PM ckangis <chris@...> wrote:
Hi All,
I'm sure this is obvious, but my brain is a bit soft lately...:)

I have an application where I have a 'countdown' analog signal representing time in seconds, where it is hours of time (1 hour = 3600d, 4 hours = 14400d).
I need to display the countdown time on touchpanels in a readable form, preferably hours and minutes.?
Anyone have a module or a simple technique to do this?


Re: Time from an Analog

 

A simple calculation could help you :

Seconds = TotalTime % 60
Minutes = TotalTime? % 60
Hours = TotalTime? / 3600 % 3600

Regards,


Le?lun. 21 juin 2021 ¨¤?21:38, Phil Bridges <gravityhammer@...> a ¨¦crit?:
If this is a SmartGraphics panel?? Just format the analog as "time"

On Mon, Jun 21, 2021 at 9:25 PM ckangis <chris@...> wrote:
Hi All,
I'm sure this is obvious, but my brain is a bit soft lately...:)

I have an application where I have a 'countdown' analog signal representing time in seconds, where it is hours of time (1 hour = 3600d, 4 hours = 14400d).
I need to display the countdown time on touchpanels in a readable form, preferably hours and minutes.?
Anyone have a module or a simple technique to do this?


Re: Crestron Go iphone testing #crestronapp

 

¿ªÔÆÌåÓý

I can report that this fixed the problem for me. ?

Prior to doing this it would sit at loading interface. ?

After wyatts fix when I hit run as it then asked me for the authentication username and password. ?Then the simulator came up on screen.?

Thank you?

On 21 Jun 2021, at 10:24 pm, Wyatt J <wyatt@...> wrote:

?I hit the green play triangle, "Run Project As" at the top all the time with mobile projects and it works fine.? If you get a simulator that is blank you have to change the Advanced Attributes in windows to fix the issue.

  1. Right click on the folder containing your VT project
  2. Choose properties
  3. Click advanced
  4. Check "Allow files in this folder to have contents indexed in addition to file properties"
  5. Click ok
  6. Next it will ask you something about propagating to folders inside this one.? Choose yes.

After that the Run As should work.? I've done this a million times and it fixes the issue every time.


Re: Time from an Analog

 

If this is a SmartGraphics panel?? Just format the analog as "time"


On Mon, Jun 21, 2021 at 9:25 PM ckangis <chris@...> wrote:
Hi All,
I'm sure this is obvious, but my brain is a bit soft lately...:)

I have an application where I have a 'countdown' analog signal representing time in seconds, where it is hours of time (1 hour = 3600d, 4 hours = 14400d).
I need to display the countdown time on touchpanels in a readable form, preferably hours and minutes.?
Anyone have a module or a simple technique to do this?


Time from an Analog

 

Hi All,
I'm sure this is obvious, but my brain is a bit soft lately...:)

I have an application where I have a 'countdown' analog signal representing time in seconds, where it is hours of time (1 hour = 3600d, 4 hours = 14400d).
I need to display the countdown time on touchpanels in a readable form, preferably hours and minutes.?
Anyone have a module or a simple technique to do this?


Re: File /Documents/Integration with LiftMaster MyQ Garage Door Opener.pdf uploaded #file-notice

 

I have not had the occasion to test this. I may have something coming up in the next 1-2 months but it is simple enough that I'm fairly confident in it...


Re: File /Documents/Integration with LiftMaster MyQ Garage Door Opener.pdf uploaded #file-notice

 

hello, where you able to test this? did it work?
TIA


Re: RMC and CP2 Remote Cresnet Processing to two processors

 

¿ªÔÆÌåÓý

Exactly Lincoln ¨C thanks for clarifying.

?

Cheers, Thorsten

?

Von: [email protected] <[email protected]> Im Auftrag von Lincoln King-Cliby via groups.io
Gesendet: Montag, 21. Juni 2021 15:53
An: [email protected]
Betreff: Re: [crestron] RMC and CP2 Remote Cresnet Processing to two processors

?

I believe what Thorsten is saying is that in the existing program they¡¯re currently being used as Ethernet IO devices (along the lines of a QM-RMC in ESlave mode without the processing power) ¨C I may or may not have done this at home from time to time for some quick and dirty IO¡­

?

Since DM-RMC-100s only support a single Ethernet master IP table entry, because they¡¯re being used that way in the existing program he can¡¯t also have them directly talking to the ¡°new¡± program/processor at the same time ¨C so if he wants to be able to keep the old program running while testing new programming (or moving chunks of logic at a time) an EISC is needed to pipeline control between the two masters.

?

--

Lincoln King-Cliby, CTS, DMC-E-4K/T/D
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070? | Fax: (+1)440.449.1106
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

From: [email protected] [mailto:[email protected]] On Behalf Of Steve Kuehn
Sent: Monday, June 21, 2021 9:41 AM
To: [email protected]
Subject: Re: [crestron] RMC and CP2 Remote Cresnet Processing to two processors

?

If you aren't even using the HDMI, just leave the DM port disconnected and connect them to the LAN via the LAN port instead.? No need to EISCs to them.? They will just be another Ethernet device hanging off the LAN.? The only purpose? of the DM-TX-4KZ-100-C-1G is to get HDMI to them.

Thorsten K?hler

2:13am ?

Hi,

?

thanks for the suggestion, but that would be bit over the top.

There are a couple of RMC-100 and they are not even used for HDMI, but only for IR/RS232.

So I think i?ll go with EISCs.

?

Cheers, Thorsten


Re: Crestron Go iphone testing #crestronapp

 

I just tried Wyatt's fix but it did not work for me.? When I went to change the setting, it was already checked.? So I unchecked it, tried it, didn't work.? Then went back and re-checked the box, tried it again, still no dice.?

Thanks for posting though, I used it all the time before, now like the op it works with everything but the app.?


Re: RMC and CP2 Remote Cresnet Processing to two processors

 

¿ªÔÆÌåÓý

I believe what Thorsten is saying is that in the existing program they¡¯re currently being used as Ethernet IO devices (along the lines of a QM-RMC in ESlave mode without the processing power) ¨C I may or may not have done this at home from time to time for some quick and dirty IO¡­

?

Since DM-RMC-100s only support a single Ethernet master IP table entry, because they¡¯re being used that way in the existing program he can¡¯t also have them directly talking to the ¡°new¡± program/processor at the same time ¨C so if he wants to be able to keep the old program running while testing new programming (or moving chunks of logic at a time) an EISC is needed to pipeline control between the two masters.

?

--

Lincoln King-Cliby, CTS, DMC-E-4K/T/D
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070? | Fax: (+1)440.449.1106
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

From: [email protected] [mailto:[email protected]] On Behalf Of Steve Kuehn
Sent: Monday, June 21, 2021 9:41 AM
To: [email protected]
Subject: Re: [crestron] RMC and CP2 Remote Cresnet Processing to two processors

?

If you aren't even using the HDMI, just leave the DM port disconnected and connect them to the LAN via the LAN port instead.? No need to EISCs to them.? They will just be another Ethernet device hanging off the LAN.? The only purpose? of the DM-TX-4KZ-100-C-1G is to get HDMI to them.

Thorsten K?hler

2:13am ?

Hi,

?

thanks for the suggestion, but that would be bit over the top.

There are a couple of RMC-100 and they are not even used for HDMI, but only for IR/RS232.

So I think i?ll go with EISCs.

?

Cheers, Thorsten


Re: RMC and CP2 Remote Cresnet Processing to two processors

 

If you aren't even using the HDMI, just leave the DM port disconnected and connect them to the LAN via the LAN port instead.? No need to EISCs to them.? They will just be another Ethernet device hanging off the LAN.? The only purpose? of the DM-TX-4KZ-100-C-1G is to get HDMI to them.


Thorsten K?hler
2:13am ?

Hi,

?

thanks for the suggestion, but that would be bit over the top.

There are a couple of RMC-100 and they are not even used for HDMI, but only for IR/RS232.

So I think i?ll go with EISCs.

?

Cheers, Thorsten


Re: Error: CPHProcessor.exe # 2021-06-13 23:55:47 # Failed to allocate memory for response in respond api

 

So since updating to the 1.8 FW I'm now getting these errors & restarts once a day as opposed to once every four days before.
I'm going to roll back to a much earlier FW when I get home at the end of the week.
This is with all the cloud BS turned off.

I don't have anything using ping.

Regards
-s


Re: Crestron Go iphone testing #crestronapp

 

I hit the green play triangle, "Run Project As" at the top all the time with mobile projects and it works fine.? If you get a simulator that is blank you have to change the Advanced Attributes in windows to fix the issue.

  1. Right click on the folder containing your VT project
  2. Choose properties
  3. Click advanced
  4. Check "Allow files in this folder to have contents indexed in addition to file properties"
  5. Click ok
  6. Next it will ask you something about propagating to folders inside this one.? Choose yes.

After that the Run As should work.? I've done this a million times and it fixes the issue every time.


Re: RMC and CP2 Remote Cresnet Processing to two processors

 

¿ªÔÆÌåÓý

Hi,

?

thanks for the suggestion, but that would be bit over the top.

There are a couple of RMC-100 and they are not even used for HDMI, but only for IR/RS232.

So I think i?ll go with EISCs.

?

Cheers, Thorsten

?

Von: [email protected] <[email protected]> Im Auftrag von Steve Kuehn
Gesendet: Samstag, 19. Juni 2021 05:02
An: [email protected]
Betreff: Re: [crestron] RMC and CP2 Remote Cresnet Processing to two processors

?

[Edited Message Follows]
[Reason: Correct typos]

It would be possible to move a DM-RMC-100C to the new system while keeping all the old DM-RMC-100 on the old system.? However it will not be cheap.? What you can do is buy a DM-TX-4KZ-100-C-1G for each DM-RMC-100-C you want to move.? Connect the HDMI input on the DM-TX-4KZ-100-C-1G to the HDMI output on the DM-MD-??x?? switcher instead of the DM output.? Then connect the LAN of the DM-RMC-100C to your network, DM input of the DM-RMC-100C to the DM output of the DM-4KZ-100-C-1G, set a reserved DHCP for the DM-RMC-100C in your router, and then add the DM-RMC-100-C to your new system as a stand alone Ethernet device. You can then drop your IR drivers on to the DM-RMC-100-C in your new program/processor. You have essential converted the DM-RMC-100-C into a HDMI balun -- and a very good one at that.? If have used the DM-RMC-100-C/DM-TX to solve HDMI balun issues in the pass where all other baluns have failed.

For the CP2, you can add a Ethernet to RS-232 adapter and connect it to a free RS232 port on the CP2.? Then X-signal any data you want to go between the systems via the comport.? I have used the Wiznet WIZ750SR-110 to add Ethernet to devices that had no Ethernet -- available from Mouser.com for about $30. Mouser part #950-WIZ750SR-110.

Not possible to use the Cresnet on the CP2 if you make it a Cresnet slave.


Re: Crestron Go iphone testing #crestronapp

 

¿ªÔÆÌåÓý

Thanks. ?

I thought as much. ?It¡¯s good to get the confirmation though.?

It¡¯s easy enough to upload it so the processor as well and just use the app on the phone to test as well. I will give the save as xpanel a try as well and see which workflow is better.?

Thanks again.?

Honestly this group is fantastic.?

On 20 Jun 2021, at 9:36 pm, Albert Cunningham <albertlcunningham@...> wrote:

?I had a pretty lengthy conversation with Crestron TB a few months back about this, and they confirmed it doesn't work.? Their solution was to do a "save as" and select xpanel.??
I know this isn't really a "solution" but hopefully it saves you from wasting more time trying to get it to work.


Re: Crestron Go iphone testing #crestronapp

 

I had a pretty lengthy conversation with Crestron TB a few months back about this, and they confirmed it doesn't work.? Their solution was to do a "save as" and select xpanel.??
I know this isn't really a "solution" but hopefully it saves you from wasting more time trying to get it to work.


Crestron Go iphone testing #crestronapp

 

This is probably? a simple question.

I have a few remotes that are working well ( tsr 302 , tsr 310) as well as crestron touch screens.? My GUI in all of those is established and setup.

I have finally gotten around to programming the GUI for the Crestron Go app on iphones.?? I am wondering if there is a way to test the GUI by running it from VT Pro like you can for all of the crestron remotes and touchscreens.?? When I do try to run the iphone GUI from VT Pro? using run as .. it just opens xpanel and gets stuk at loading interface.

Maybe this isnt possible becuase the crestron go GUI doesn't get compiled to a vtz file?

Thanks