Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
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 |
Re: Yale Lock Aquire
¿ªÔÆÌåÓýRemove the batteries from the lock, then remove the RF unit from the lock, then, Put it back in and lastly, put the batteries back in. Number 7 option should become available once the lock reboots.?On Jun 24, 2021, at 4:10 PM, luismpadilla via groups.io <luismpadilla@...> wrote:
|
Re: NVX not showing up as online in IPTable
Are they on the same subnet? On Thu, Jun 24, 2021 at 4:29 PM Barrett Krueger <barrett.krueger@...> wrote: I have also changed the IPID in the program and associated offline NVX350 and recompiled etc to no avail. |
NVX not showing up as online in IPTable
Hello again all,
I am having a heck of a time with 4 NVX units out of 17. These 4 units are refusing to go online in the IPTable as well as don't show up in Device Discovery Tool, but I can connect via web GUI to all 4 and I am able to change streams etc no issues.? I am needing these to be part of the program because I need to control power on/off via 232 which isn't working because they aren't online in IPTable. Any thoughts? Barrett |
Yale Lock Aquire
Have 5 Crestron Yale Locks need them to acquire to their CEN-GWEXER Gateways.
Following Crestrons documentation Acquiring the lock:To acquire the?Yale?lock?you must enter Menu mode.? Follow these steps:
The locks i have have the "gear" icon instead of the? "#" symbol. When i enter the master number and? # Number 7 is not available from the options... Am I missing something? The models i have are: 2? ? ?CLK-YL-YRD226-CR2-OBP 3? ? ?CLK-YL-NTB620-CR2-626 I'm putting the CEN-GWEXER Iin Acquire Mode... Luis P |
Simpl+ Parsing Help
Hey everyone,
Normally Id sit and figure this out but I'm under the gun and haven't done parsing in forever. I'm sure someone here can figure this out in 5 mins...haha I need to pull the file names out of below (not the date or length) and store them to an array. Vid2.mov Thu, 24 June 2021 17:06:08 GMT 0\x0D\x0AVid6.mov Thu, 24 J une 2021 17:28:00 GMT 0\x0D\x0AVid4.mov Thu, 24 June 2021 17:27:48 G MT 0\x0D\x0A589733888 Bytes left\x0D\x0A\x0D\x0A There are currently only 3 movies in the list but there can be as many as 50. Thanks in advance!! Matt |