Keyboard Shortcuts
Likes
Search
Sharp PN-U423 Control Using BPC 8
"For example I send it ASCII: POWR1 HEX: 0D (or any other command) and get nothing."
If you're not even getting an ERR, I would be looking for a wiring issue and/or check your com port settings... Don't forget that for that model, you *should* be padding data in the command with spaces to make sure the data portion takes up 4 characters.? For your power example, there should be three spaces between POWR and the number 1... ? - Chip |
Great, I got it. ?Thanks. ?Next question, to control volume "VOLM ?30" puts the volume at 30 and "VOLM ?20" puts it at 20 and so on. ?There is no volume up/down command that I can see. ?So if only using a BPC-8 to control am I still stuck putting an IR sensor on the front for volume. ?Any ideas??
As always thanks everyone. |
¿ªÔÆÌåÓýDepends on whether the user has access to control without Crestron and whether the unit may be polled for current level.? But an AINC to EQU to SIO will do for one way control.? On Dec 11, 2016, at 7:28 PM, Proflagony@... [Crestron] <Crestron@...> wrote:
|
If a protocol only has discreet volume commands, ramping is still very possible, you just have to ramp it on the crestron program side, and track and send volume update commands as the volume is being ramped up/down.
As the previous posted mentioned, you can do this several ways.? I personally use an Analog Ramp (bounds limited) in most cases.? If the module supports an analog input, then great, otherwise, you can run the output of the Ramp into a Equate symbol for each value in the acceptible range, and have the Equate trigger a SIO that has a command for each volume level in it. Feedback is a different story, but can also be done if needed. -jason |
¿ªÔÆÌåÓýI could be mistaken but I don¡¯t believe there is a ¡°program¡± to speak of with the BPC-8 ¨C it¡¯s essentially ¡°configured¡± (looks like a CNX-B8 keypad but has IR/COM on it instead of Cresnet) ? ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Gold) ControlWorks Consulting, LLC V: 440.449.1100 x1107 F: 440-449-1106 I: Crestron Services Provider | Biamp Audia Certified | Extron Authorized Programmer ? From: Crestron@... [mailto:Crestron@...]
Sent: Monday, December 12, 2016 12:09 PM To: Crestron@... Subject: [Crestron] Re: Sharp PN-U423 Control Using BPC 8 ?
|
Yeah the limit is the BPC-8. ?It's super basic, if you go into toolbox and check out the on-Cue BPC-8 tool that is how you program it. ?As far as I can tell the trouble will always be that there is no way to get FB from the display and then send a command based on that. ?Either way I love those things for super straight forward "what if we loose the remote" rooms. ?And List price is $300. ?No big deal just didn't know if anyone had any tricks I hadn't thought of. ?Thanks all.
|
20% increment volumes, tied to the 5 macros? On Mon, Dec 12, 2016 at 9:52 PM, Proflagony@... [Crestron] <Crestron@...> wrote:
|