Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: NEC P401 Projectors - LAN Going Offline?
¿ªÔÆÌåÓýHi, ? For the NEC P401 projector, make sure that STANDBY MODE mode is set to NORMAL and NOT POWER-SAVING. When in power saving mode, it turns off the LAN port and the RS-232 port. Power saving is set on by default. ? Report back! ? -David ? ? |
Understanding OPPO BDP-103 RS-232 Module / Protocol
Hi all, I'm using the BDP-93 module with the BDP-103. It works fine, but I can't understand how the module's feedback is set up.? I initialize the module and set the feedback mode to ALL (SVM3). It updates the current time every second, but it doesn't update the total time, current chapter time, or remaining chapter time fields unless I pulse one of the poll chapter/title/total signals. But pulsing those changes the verbose mode back to SVM2.? I don't remember having this issue before. Does the BDP-103 report time differently than say the BDP-93 or BDP-95? I guess I'll send this same message to OPPO and see what they say too.? ? |
Re: Send Hexa String
Clayton Vicente
¿ªÔÆÌåÓýIt?s make sense, i don?t know why i don?t send the command directly from the ATOS first, i can?t test now. This code is just for the buttons Up and Down, i need to find a way to update the slider/gauge in the App, because the dimmer has inverted values: 127 is off, 0 is on. The button Up in the App will be linked to the signal Dimmer_1_Down.? Thanks Clayton To: Crestron@... From: Crestron@... Date: Wed, 17 Jun 2015 15:12:42 +0000 Subject: RE: [Crestron] Send Hexa String ? What¡¯s your format of the ATOS. Should be set to 256d. Also if your ramp is set to 0-127d you¡¯ll get the hex equivalent when you send your string. You shouldn¡¯t need to convert anything. RAMPL and the ATOS plus something to trigger the ATOS is all you need. ? ? You may want to ramp full range so if your touch panel needs to see the 0-100%, then ASCALEL it back down to 0-127d for your string. ? ? Caleb Radecky |
Manager, Online Products & Services ? From: Crestron@... [mailto:Crestron@...]
Sent: Wednesday, June 17, 2015 10:37 AM To: Crestron@... Subject: [Crestron] Send Hexa String ? ? Hi I am trying to control a dimmer over rs232.? The dimmer has a range of 0 to 127 in decimal and i need to send the command in hexadecimal. Ex.: to set the dimmer to 122 i need to send the command \x44\x33\x41\xF8\x03\x78\x0D . To send the commands i add a Analog ramp (Bounds Limited). The analog output from the analog ramp is connected with a analog to serial. In the analog to serial i set two parameters string?\x44\x33\x41\xF8\x03 and \x0D, so if the analog ramp give me 122 the output of the analog to serial it will be?D3A\xF8\x03x\x0D .? After that i add a Serial Binary to Hex to convert the values to hex, what give me 44 33 41 F8 03 78 0D , this is exactly what i need, but when i send it to the serial port it don?t work.? If i send the value like a hexa string?\x44\x33\x41\xF8\x03\x78\x0D it works perfectly.? Any suggestion ? I am trying to not use SIMPL+, to force me to learn SIMPL.? Best regards Clayton
|
Re: Send Hexa String
¿ªÔÆÌåÓýWhat¡¯s your format of the ATOS. Should be set to 256d. Also if your ramp is set to 0-127d you¡¯ll get the hex equivalent when you send your string. You shouldn¡¯t need to convert anything. RAMPL and the ATOS plus something to trigger the ATOS is all you need. ? ? You may want to ramp full range so if your touch panel needs to see the 0-100%, then ASCALEL it back down to 0-127d for your string. ? ? Caleb Radecky |
Manager, Online Products & Services ? From: Crestron@... [mailto:Crestron@...]
Sent: Wednesday, June 17, 2015 10:37 AM To: Crestron@... Subject: [Crestron] Send Hexa String ? ? Hi I am trying to control a dimmer over rs232.? The dimmer has a range of 0 to 127 in decimal and i need to send the command in hexadecimal. Ex.: to set the dimmer to 122 i need to send the command \x44\x33\x41\xF8\x03\x78\x0D . To send the commands i add a Analog ramp (Bounds Limited). The analog output from the analog ramp is connected with a analog to serial. In the analog to serial i set two parameters string?\x44\x33\x41\xF8\x03 and \x0D, so if the analog ramp give me 122 the output of the analog to serial it will be?D3A\xF8\x03x\x0D .? After that i add a Serial Binary to Hex to convert the values to hex, what give me 44 33 41 F8 03 78 0D , this is exactly what i need, but when i send it to the serial port it don?t work.? If i send the value like a hexa string?\x44\x33\x41\xF8\x03\x78\x0D it works perfectly.? Any suggestion ? I am trying to not use SIMPL+, to force me to learn SIMPL.? Best regards Clayton
|
Re: NEC P401 Projectors - LAN Going Offline?
If you only have one connected, do they Go offline.
|
Send Hexa String
Clayton Vicente
¿ªÔÆÌåÓýHi I am trying to control a dimmer over rs232.? The dimmer has a range of 0 to 127 in decimal and i need to send the command in hexadecimal. Ex.: to set the dimmer to 122 i need to send the command \x44\x33\x41\xF8\x03\x78\x0D . To send the commands i add a Analog ramp (Bounds Limited). The analog output from the analog ramp is connected with a analog to serial. In the analog to serial i set two parameters string?\x44\x33\x41\xF8\x03 and \x0D, so if the analog ramp give me 122 the output of the analog to serial it will be?D3A\xF8\x03x\x0D .? After that i add a Serial Binary to Hex to convert the values to hex, what give me 44 33 41 F8 03 78 0D , this is exactly what i need, but when i send it to the serial port it don?t work.? If i send the value like a hexa string?\x44\x33\x41\xF8\x03\x78\x0D it works perfectly.? Any suggestion ? I am trying to not use SIMPL+, to force me to learn SIMPL.? Best regards Clayton |
NEC P401 Projectors - LAN Going Offline?
Hi all, I have two NEC P401 projectors that we inherited on an install. I was hoping to control them over LAN to a DM-RMC-4K-100-C using the RoomView interface (IPID) but they keep randomly going offline. I can't figure out why. They have static IPs assigned.? Looking like I should just go RS-232... I know many of you only use RS-232, which is fine by me, but come on... it's 2015! |
Re: Crestron Av3 reset command
"can i reset another processor from main processor with commands on network"
If you have EISC traffic already going between the two processors, you can use either the soft or hard reset symbols available in the "System Control" logic symbol folder in SIMPL Windows. Otherwise, you could use a TCP/IP symbol to open a connection to the other processor on port 23 or 41795 and simply send a "reboot" command. ? - Chip |
Re: TSW-752 Screen Saver Question
¿ªÔÆÌåÓýThank you for the replies. I was under the impression that the screen saver was stand alone. If you go into it through text console you can tell the panel what time server to use then tell it to start syncing on its own. There just does not seem to be a way to tell it what time zone you are in. I will have to hook it up to system and try running the¡± Network Time Sync¡± module to see if that makes a difference.?Kind regards,?-David??Tue Jun?16,?2015 2:42?pm (PDT) . Posted by:basti76nieHi, Reply to sender . Reply to group . . . Top ^ ? ? ? |
Re: Crestron Av3 reset command
Andrew Welker
There are symbols for that in the standard Crestron library.
|
Crestron Av3 reset command
???
Hello, i have been using Crestron Av3 and trying to make a button on xpanel to act like software reset or hardware reset on the machine ex: can i reset another processor from main processor with commands on network i will be glad if anybody helps cause i am a little hurry. Thanks in advance Emre |
New file uploaded to Crestron
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the Crestron group. File : /Modules/DuneHD_IP_Control_V2c.zip Uploaded by : disnamic <benjy@...> Description : Direct Socket IP Module for Dune HD Players. With Bargraph and Feedback. 3-Series tested You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, disnamic <benjy@...> |
Re: Another Nest question
I've done quite a bit with the Nest module recently - added in discrete Home/Away inputs and feedback into the Simpl+ Nest Processor and also tidied the Simpl wrapper to account for UK Nests, including a Call Heat output (I'm in the UK). From what I can see, you should be able to have multiple instances of the Simpl Module and you would simply add a startup pulse (use a delay of 20s on processor startup) to trigger the appropriate Thermostat Select input. Belt and braces, I'd also send the select pulse each time the user accesses their particular?Nest page, but from my experience, once a stat is selected, I've never seen it deselect. Mark |