Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: In Today's Episode of "Shouldn't that behavior be different...?"
¿ªÔÆÌåÓý¶Ù³Ü°ù°ù°ù°ù°ù¡. ? Blame it on a lack of caffeine¡ PEBKAC this time around¡ I apparently had commented out that EQU and just not noticed until 4 seconds after I clicked send. ? Nothing to see here J ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of Lincoln King-Cliby via groups.io
Sent: Monday, June 28, 2021 10:58 AM To: [email protected] Subject: [crestron] In Today's Episode of "Shouldn't that behavior be different...?" ? Working on an old program ¨C backing out some old logic and putting some new logic in its place. ? Thought I was done. Program complies cleanly so nothing to worry about (at least as far as loose ends that still need to be snipped) Right? ? Huh. What about this EQU? Ok, it¡¯s output doesn¡¯t go anywhere¡ SIMPL shows the signal as green¡ F12 ? Nope, still compiles with 0 warnings and 0 errors ? Shouldn¡¯t it though? ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? |
In Today's Episode of "Shouldn't that behavior be different...?"
¿ªÔÆÌåÓýWorking on an old program ¨C backing out some old logic and putting some new logic in its place. ? Thought I was done. Program complies cleanly so nothing to worry about (at least as far as loose ends that still need to be snipped) Right? ? Huh. What about this EQU? Ok, it¡¯s output doesn¡¯t go anywhere¡ SIMPL shows the signal as green¡ F12 ? Nope, still compiles with 0 warnings and 0 errors ? Shouldn¡¯t it though? ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? |
Re: ATEM Television Studio HD
We've also used the Skaarhoj ATEM link with no issues on a few jobs.? The nice thing is with it, you can use the control software from BMD and the Skaarhoj will tell you what command was sent from the software so you can then put that same command in the crestron control if your client wanted a particular set of controls.? We've used it to easily do PIP and a few other things.
|
Lutron Radio Ra2 switches
#lutron
Hello Guys,
I'm doing project with Lutron Radio Ra2 integration. Using Modules from the Files section (Lutron Radio RA2 Modules for Crestron r05) Dimmers are working fine, but I can't figure our how to control switches. I have there few Maestro 8 A Switch With?Neutral. Do I need to use same dimmer module to control switches? Thank you! |
Re: Toolbox Debugger does show the state changes but not the signal names anymore
I also found this when I opened up toolbox on an old virtual machine. If I recall correctly it was something to do with the low resolution setting I had in the virtual machine, I just had to resize the columns (or make the toolbox window bigger) as all the signal info had been simply pushed off to the right out of view. TH Il giorno sab 26 giu 2021 alle 16:39 ckangis <chris@...> ha scritto: Give us your Software versions list.... --
Regards Tony Howard ? ?T???|???B???|???T? ? |??tony@...??|??+39 333 5971791? |
Re: Sony VPL-FHZ75 Serial control
Sony projectors use even parity, it's tripped me up once or twice. -Brendon On Sat, Jun 26, 2021 at 6:44 PM Benjamin Brotcke <BBROTCKE@...> wrote:
--
Brendon Packwood |
Re: Sony VPL-FHZ75 Serial control
Check your baud rate. On Sat, Jun 26, 2021, 2:19 PM <williamtejral@...> wrote: I have been using IP and CEC to control displays for quite some time. I am now working on a system using RS-232. There are 2 Sony Bravia panels that are working correctly, but I am having issues with the Projector. Using both Crestron Certified Drivers and and older module, all I get as return is?\x00x\x00\x00\xf8\xf8. since it is formatted and comes after something is sent, it seems I have the Tx/Rx and the baud rate correct. The on-screen menu only references HDBaseT rs-232. Does anyone know of necessary setup on the? VPL-FHZ75? Thanks in advance. |
Sony VPL-FHZ75 Serial control
I have been using IP and CEC to control displays for quite some time. I am now working on a system using RS-232. There are 2 Sony Bravia panels that are working correctly, but I am having issues with the Projector. Using both Crestron Certified Drivers and and older module, all I get as return is?\x00x\x00\x00\xf8\xf8. since it is formatted and comes after something is sent, it seems I have the Tx/Rx and the baud rate correct. The on-screen menu only references HDBaseT rs-232. Does anyone know of necessary setup on the? VPL-FHZ75? Thanks in advance.
|
Re: ATEM Television Studio HD
Hi All,
sorry for the late update. Unfortunately I had the same issues as described by S¨¦bastien LENOIR: no reliable communication. I ended up adding a Skaarhoj TCP ATEM Link device. This thing is rock solid, provides unsolicited feedback of changes, runs for approx a year now. I just received an ATEM Mini PRO, updated it to version 8.6.1 and tested the module again. This is a really small system with an old MPC M-25, containing a C2N-CAMIDJ, a VISCA over IP driver and the ATEM Mini PRO. So far this system runs with no issues using the modules from the files section. I think the issues are related to timing, since the ATEM seems to be very picky on timing. Best regards Crestronfreak55 |
Toolbox Debugger does show the state changes but not the signal names anymore
Hi Folks,
I think I had this before, but cannot remember the root cause/solution. In Toolbox Debugger, the trace shows the state changes, but not the signal names anymore. I did not change anything (at least nothing I am aware of). Any ideas? Thanks Crestronfreak55 |
Re: Rebooting a UC Engine via Code
Yes.
I use it quite frequently, it's part of the Foundation I put into all my programs. I use it on the settings page for a "PROGLOAD -P:ALL, Named "Install Update".? This is so I can load code to the Processor, and wait to have the Field Tech Install the program when they are there, or when the customer is ready to. I also use it the "PROGRES -P:01" "As a Program Restart" as apposed to a reboot, on the same settings screen. I used a TCP/IP_Client (Port 41795d, Tied to the Address of the Processor) ? ? ?Simply take the TX$/RX$ to an SIO. ? ? ?The commands are the same as in Text Console + \n (i.e. PROGLOAD -P:ALL\n) ; I just put the \n in the [delimiter]. My Sr. Programmer chooses to use the Symbol "User Program Command" Tied to an SIO (same Parameter formatting), with the TX$ Tied to a "Console" symbol. ? ? ?The "Console" symbol being what your looking for. |