¿ªÔÆÌåÓý

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

Module for GrassValley Orbit - NP1700 Protocol

 

Hey All,

Any chance anyone has a module for this unit? Customer swapped it out on their own, and of course nothing works. I have had a look at their protocol manual and it's just mind boggling. Was hoping for something that has intput/output/level analog and a take command digital to send it all out, but I'll take anything at this point to try and reverse engineer what is going on and the checksum. Really would be very much appreciated.

Thx


S# Pro Keypads

 

I don't see the C2N-DB12 as a class but I was able to register it as CNXB12 without any errors, so does that means it should be fine?

Thanks


Re: Epson Projector Crestron Connected

 

On Fri, Jul 7, 2023 at 02:07 PM, <james.pennucci@...> wrote:
Swapped to the?"Roomview Connected Display" module and it worked.

"Crestron Connected" (API v2) vs "Roomview Connected" (API v1) definition choice should be informed by whether or not the display supports secure connections & credentials.

Refer to the information & screenshots in


Debugging with JetBrains Rider

 

Does anyone have en example of how to debug with JB Rider?

Thanks


Re: Epson Projector Crestron Connected

 

Just had this issue pop up yesterday, on a system that had been running for several months.? Two projectors running on 08 and 09.? On a VC-4.? Wouldn't re-associate.? I finally punted and just went direct to the port and sent the on/off commands.? ?Everything works.? Great.? I'm just cleaning up after adding what I was originally supposed to do and go into the VC4 GUI.? Check devices just for the heck of it.? Damn projector is sitting there, ready to associate.? ?Connects just fine.? Had issues with an Epson and a VC4 room a few months back and TB and I played for over an hour to get it to play nice.? Like everything else, I love/hate EPSON/LG/Samsung/NEC, etc.


Re: Epson Projector Crestron Connected

 

I second what Oliver said, I just tried to control a Sony with the Crestron Connected Display symbol and it would connect but not control. Swapped to the?"Roomview Connected Display" module and it worked.


Re: Epson Projector Crestron Connected

 

Do you have the projector's LAN enabled over the HDBaseT connection (if that's what you're using)?

Years ago, I had one that started working after I updated the projector's firmware.

--
Josh Winn
The LiquidPixel Group


Re: Simpl+ MAKESTRING sends characters of the bytes and not the bytes

 

setbyte did its job. thank you very much!


Re: Simpl+ MAKESTRING sends characters of the bytes and not the bytes

 
Edited

Its not sending ascii, its sending hex.?

In your makestring you are using?\xB7%08lX

l: Specifies a LONG_INTEGER or UNSIGNED_LONG_INTEGER will follow, and is followed by d, u, x, or X.

X: ?Specifies an ANALOG_INPUT, ANALOG_OUTPUT, or INTEGER to be printed as an uppercase hexadecimal number.

The last time I did this I used setbyte()

string tempString[4];
setbyte(tempstring,1,firstbyte);
setbyte(tempstring,2,secondbyte);
setbyte(tempstring,3,thirdbyte);
setbyte(tempstring,4,fourthbyte);

MAKESTRING(command,"\x02\x50\x32%s\x04\x0D",sendstring);

There is most likely a better way to do it, this what I figured out.


Simpl+ MAKESTRING sends characters of the bytes and not the bytes

 

Guys, I have this weird problem with Simpl+. I have posted the same to the FB group also so sorry if you see it again.
?
I want to send a string to a device through UDP. The string consists of 10 bytes.
The first 4 bytes are always the same like "\x02\x50\x32\xB7".
The last 2 bytes are always the same like "\x04\x0D".
The 4 bytes in the middle (byte5, byte6 and byte7,byte8) are calculated each time and added to the string and essentially they represent a 32bit long integer.
So I am creating a string like this:
MAKESTRING(command,"\x02\x50\x32\xB7%08lX\x04\x0D",createBytes());
The problem is that the long integer is not received as 4 bytes. It is received as characters resulting in different bytes, as you understand.
For example
if the calculated long integer is 0xFFAABBCC, I am getting \x46\x46\x41\x41\x42\x42\x43\x43, instead of \xFF\xAA\xBB\xCC.
What can I do to fix this? Is there another way to create the string?(btw, concatenation did the same).
I want to send bytes, and not the ASCII values of the characters of the bytes. Any help would be greatly appreciated.


Re: Epson Projector Crestron Connected

 

I always use the "Roomview Connected Display" module without problems. The Online_Fb output won't work though, but you will see it connected in the IP table.
I don't know what else to tell you.

I use mostly L530 projectors however, I don't know if it's different.
Are you setting the projector by its menu or you're using the XPanel "Crestron Connected" ?


Creston 301 Practical Entrance Exam

 

¿ªÔÆÌåÓý

Looking at taking my 301 course finally. Anyone have a copy of the current practical Entrance Exam?

?

Also anything I should study up on to pass the multiple choice exam?

?

?

?


Re: Epson Projector Crestron Connected

 

Indeed, that's all I got.


Re: Epson Projector Crestron Connected

 

Projectors are at 08 and 09.
So technically I¡¯m using the decimal version.?


Re: Epson Projector Crestron Connected

 

Check IP ID.? Been a while, I believe it was Epson. Use decimal version of the Hex IP ID.


Epson Projector Crestron Connected

 

I have a couple Epson?EB-PU1008B projectors that I am trying to control via Crestron Connected.?
There is a third projector (NEC) that is connected and working fine.?

The 2 Epson projectors will not connect no matter what I do.?
Based on the Crestron help file online, I should be using the Crestron Connected Display symbol and not the Roomview Connected Display symbol.?
Regardless, neither of them connect.?
Anyone have any advice or tricks you've learned with Epson??
I read through some other messages on here before I wrote this just to see, and nothing worked.?
I've done this more times than I can count with NEC, Panasonic, Samsung, Vivitek, etc. But Epson seems to have stumped me.?


Re: Crestron Remote windows key press

 

Nice! Thanks for the tip.?


Re: New file uploaded to Crestron

 

in reference to?File : /IR Drivers/Toshiba TF-50A810U19.ir

Can you please post this file? Just got a toshiba Fire tv and cant find a back code. was hoping maybe this driver would work.


Re: Crestron Remote windows key press

 

You may want to try and update to the latest version of Crestron remote.?
The logout menu function logs out of the Skype user, but leaves it logged in so that the MTR script can be updated. This is outlined in OLH?


Re: Din-Dali 2 Sene Recall/Save

 

Hi Andrzej

I had no problems recalling DALI scenes so far.. just make sure that:
a) your ballasts are grouped as necessary, and
b) you are using Ballast Group Scene Recall/Save (not Ballast Scene Recall/Save).

When you expand the DALI-2 symbol in SIMPL you get both of these, one pair for each DALI loop.. Ballast Scene Recall/Save obviously works only for a specific ballast.

rgds,
Igor