Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
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. |
Hello tribe, ? Any ideas? Thanks for your help HST |
Re: Simpl+ Parsing Help
You need to search (in a loop) for a string starting with a Space and ending in .mov Then locate the \x0D\x0A delimiter in that new string and remove just the chars after the delimiter which is the movie filename.
You then must handle the very first entry as it different with just the filename at the start. |
Re: Simpl+ Parsing Help
¿ªÔÆÌåÓýsomething like
Function ParseLine(string line)
{
?filecount = filecount + 1;
?filenames[filecount] = remove(" ", line);
}
change rx$
{
? string line[100];
??
?while(1)
?{
? ?line = remove("\n", rx$);
? ?ParseLine(line);
?}
}
just determine when to start filecount...
|
Re: ATEM Television Studio HD
Hi Maraldi,
I had a different issue with that module. I used it last week it was running with the ATEM 1M/E Production Studio 4K. I was able to control the device but it was not that reliable, probably to much communication. SInce, I had a PC for the Audio Conference system, I installed a node-red service with an ATEM module. Now it is running like a charm, even if I had prefered to have it inside the Crestron. Regards,? |
Re: Samsung QB75R 232 module
¿ªÔÆÌåÓýCan¡¯t say it was a QB75R but done tons of QB displays via serial. We use a heavily whacked down version of the Crestron module in the DB for an ancient model (400? 460?) mainly because on a certain vintage Samsung display the module¡¯s polling had a rounding error and would loop back certain things like contrast¡oddly¡ and you¡¯d wind up with a B&W picture. ? I¡¯m also not above just sticking the commands in a SIO when polling doesn¡¯t matter. ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of Barrett Krueger
Sent: Thursday, June 24, 2021 6:32 PM To: [email protected] Subject: [crestron] Samsung QB75R 232 module ? Has anyone had luck controlling the Samsung QB75R display with a 232 module? I have tried the 460utn-ud one on the application market with no luck. That same module did work for the UM55H-E displays I am using for a video wall though just
fine.? Both of these models are using MDC, and I have set Device ID's on displays to match the modules in the program. |
Re: ATEM Television Studio HD
Crestronfreak55!
good night
I tried to use your module but I wasn't successful
I changed the ip as mentioned but there is no control over it.
the variable initialization$ is in the state =2 but the variable comAtemok is always low.
could you help me if i'm doing something wrong
thanks |
Samsung QB75R 232 module
Has anyone had luck controlling the Samsung QB75R display with a 232 module? I have tried the 460utn-ud one on the application market with no luck. That same module did work for the UM55H-E displays I am using for a video wall though just fine.? Both of these models are using MDC, and I have set Device ID's on displays to match the modules in the program.
Barrett |