Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Web & Mobility Projects / Web Projects - using Crestron App
¿ªÔÆÌåÓýFirst thought I had is to use a console symbol to query what's in the HTML directory, then parse from there.Beyond that I'm not coming up with a different solution. Sent from my mobile. Please excuse brevity and any typos. Caleb Radecky |?Manager, Online Products & Services Crestron Silver Certified Programmer | DMC-D-4K | DMC-E-4K ControlWorks Consulting, LLC |?Crestron Services Provider?| 701 Beta Dr. #22 Cleveland OH 44143 P.440.449.1100 X1109 | F.440.449.1106 |http://www.controlworks.com -----Original Message-----
From: rpc_78@... [Crestron] [Crestron@...] Received: Sunday, 26 Feb 2017, 13:22 To: Crestron@... [Crestron@...] Subject: [Crestron] Web & Mobility Projects / Web Projects - using Crestron App ?
Hey all,
Is there a way for the processor to pull the name of the currently loaded Web & Mobility project? I will explain why in a second.
It took some time with TB to get an answer how to get the Crestron App to connect to a project loaded on the processor web server. There was no answer ID on the subject.
For posterity, here is the way it works: Save and compile the VT file. It can be loaded to the Web Projects server on the processor in a couple different ways. One way is to use Device Discovery in Toolbox, connect to the processor, click Web Projects, then select the Core3 folder from that compiled file. < p>Another way is to use System Info, connect to the processor, select Functions form the top menu bar, and click Web Pages and Mobility Projects. Load the Core3 folder from the compiled panel file.There are probably other ways to load it that I am not aware of.
In SIMPL windows, go the the Crestron App Project Name symbol nested in the device that will connect to the web server. In the Project Name parameter, use the same syntax as the name of the compiled VT file. For example: iPhone 2017 Feb 26 On the device that will connect to the web server, setup the Crestron App. The friendly name can be of your choosing. Make sure Use Local Project is turned off. The other port settings are setup as per the usual configuration.
The device will use the web port to connect to the processor and pull the panel file. ------------------------------------------------------------------------------------------------------------------------ Now for my question... Is there a way to program in SIMPL to be able to pull the name of the currently loaded Web Project? With the above process (as it was explained to me by TB), the web project name must match the name entered on the Crestron App Program Name. If there is a way for SIMPL to pull the name of the file and be able to enter it into that parameter it would be possible to upload a new VT file to the web server without having to edit the name of the project in SIMPL. Obviously this would only apply if no programmatic changes were made. The idea is that graphics could be edited and the loaded VT filename will reflect the most current version.
I don't have any experience with SIMPL+ yet. I am going to P201 next month. Please don't troll me too hard. :-)
|
Re: DM card not recognized
¿ªÔÆÌåÓýSo you tried another card in the same slot to verify the slot is good, or you moved this "not showing up card" to a known good slot and it didn't show up?Sent from my mobile. Please excuse brevity and any typos. Caleb Radecky |?Manager, Online Products & Services Crestron Silver Certified Programmer | DMC-D-4K | DMC-E-4K ControlWorks Consulting, LLC |?Crestron Services Provider?| 701 Beta Dr. #22 Cleveland OH 44143 P.440.449.1100 X1109 | F.440.449.1106 |http://www.controlworks.com -----Original Message-----
From: bfschroe@... [Crestron] [Crestron@...] Received: Sunday, 26 Feb 2017, 13:23 To: Crestron@... [Crestron@...] Subject: [Crestron] DM card not recognized ?
Added a DMC-4K-CO-HD HDCP2 output card to DM 8x8. |
Web & Mobility Projects / Web Projects - using Crestron App
Hey all, Is there a way for the processor to pull the name of the currently loaded Web & Mobility project? I will explain why in a second. It took some time with TB to get an answer how to get the Crestron App to connect to a project loaded on the processor web server. There was no answer ID on the subject. For posterity, here is the way it works: Save and compile the VT file. It can be loaded to the Web Projects server on the processor in a couple different ways. One way is to use Device Discovery in Toolbox, connect to the processor, click Web Projects, then select the Core3 folder from that compiled file. Another way is to use System Info, connect to the processor, select Functions form the top menu bar, and click Web Pages and Mobility Projects. Load the Core3 folder from the compiled panel file. There are probably other ways to load it that I am not aware of. In SIMPL windows, go the the Crestron App Project Name symbol nested in the device that will connect to the web server. In the Project Name parameter, use the same syntax as the name of the compiled VT file. For example: iPhone 2017 Feb 26 On the device that will connect to the web server, setup the Crestron App. The friendly name can be of your choosing. Make sure Use Local Project is turned off. The other port settings are setup as per the usual configuration. The device will use the web port to connect to the processor and pull the panel file. ------------------------------------------------------------------------------------------------------------------------ Now for my question... Is there a way to program in SIMPL to be able to pull the name of the currently loaded Web Project? With the above process (as it was explained to me by TB), the web project name must match the name entered on the Crestron App Program Name. If there is a way for SIMPL to pull the name of the file and be able to enter it into that parameter it would be possible to upload a new VT file to the web server without having to edit the name of the project in SIMPL. Obviously this would only apply if no programmatic changes were made. The idea is that graphics could be edited and the loaded VT filename will reflect the most current version. I don't have any experience with SIMPL+ yet. I am going to P201 next month. Please don't troll me too hard. :-) |
Re: Logic Symbol: Memory
¿ªÔÆÌåÓýOne option would be to use a toggle symbol for each mic. The clock input would be driven by each individual button press. To handle the mute/unmute all, use another toggle symbol. The button drives the clock of this symbol while the outputs should pass through a multiple one shot (or multiple logic wave pulse) symbol to convert them from latched to pulse. The pulsed signals would then drive the set and reset inputs of the other three toggles for the individual mics.? For feedback, use the out from each individual toggle to the individual buttons and for the mute/ummute all use an AND symbol fed by those three signals to indicate that all mics are muted.? On Feb 26, 2017, at 2:18 AM, titoortiz21@... [Crestron] <Crestron@...> wrote:
|
Logic Symbol: Memory?
Hello, (newbie here in crestron programming),? I've been thinking what logic symbol/s should I use, (or how to do it) for this kind of scenarios: In my touch panel, I have 3 microphones which have individual control, to mute/unmute, and I also have a Single button to mute/unmute All microphones. In the case that all 3 mics are muted and if the user only unmute one of the 3 mics, then when the Single button is pressed it should only mute the unmuted microphone, since the other mics are already muted. I am using SIO for microphones control. Any idea will be helpful for me. Please help :-) TIA! |
Re: Roku IP Dynamic Graphics
Have you set up the default gateway and DNS addresses?
|
Re: Roku IP Dynamic Graphics
VTProe:
Use an Image Object. Use Modes or Dynamics Graphics: Dynamic Graphics Indirect Graphics Path Serial Join: serial join number SIMPL: On the Roku IP Module: RokuAppIcon[1} string is sent to the serial join on the panel I have it sending App Icons to the Crestron App on iOS, should work the same on a TSW |
Re: Apple TV with app Vimeo pause feature
toggle quoted message
Show quoted text
On Feb 25, 2017, at 10:43 AM, kgossen@... [Crestron] <Crestron@...> wrote:
|
Re: Apple TV with app Vimeo pause feature
¿ªÔÆÌåÓýI'm using Apple TV 4th generation IR module and the pause works fine except for the app Vimeo .. that's so weird and I don't get it .? Thanks ,? Mingo? On Feb 25, 2017, at 10:01 AM, kgossen@... [Crestron] <Crestron@...> wrote:
|
Cisco SX80 with Crestron SSH
Any use the latest Crestron Cisco SX module (2.3) with SSH? I can't get it to connect. I can connect to other devices using SSH from the same Crestron processor without issue. I can also SSH into the Cisco SX using a terminal program, so I know SSH is enabled on the SX and that I'm using the correct username/pw.
Any help would be greatly appreciated and hopefully save me from banging my head against the wall all weekend!! -Neal |