Fujitsu Plasma Duet Module
Spire_Jeff
Posts: 1,917
I have been trying to use the new duet module released for Fujitsu Plasmas. I just wanted to post a few of the things I found in the hopes that it helps some others.
First, the connection. There is a diagram, but the diagram does not indicate the need to connect pins 4 and 6 from the plasma. (Somewhat common procedure for devices with hardware control). Also, the diagram from AMX is correct as for wiring straight thru, even tho both connectors are DB9-F. Fujitsu's documentation was misleading (IMHO) and could easily lead you to believe that the wiring should need to be crossed.
Second, the comm module locks the front buttons and IR reception on the plasma automatically. I can understand why this might be necessary, but in my particular application, it causes me a little bit of a headache.
Hope these details help someone
Jeff
First, the connection. There is a diagram, but the diagram does not indicate the need to connect pins 4 and 6 from the plasma. (Somewhat common procedure for devices with hardware control). Also, the diagram from AMX is correct as for wiring straight thru, even tho both connectors are DB9-F. Fujitsu's documentation was misleading (IMHO) and could easily lead you to believe that the wiring should need to be crossed.
Second, the comm module locks the front buttons and IR reception on the plasma automatically. I can understand why this might be necessary, but in my particular application, it causes me a little bit of a headache.
Hope these details help someone
Jeff
0
Comments
You have to send string like @G to start comms and @Q to stop comms and return control to the remote and front panel.
- Chip
Jeff
There are a few reasons I decided to use the AMX commm module over my own module. First would be for the added features such as the ability to adjust brightness and contrast from the module (mine only deals with power and inputs and recalling saved presets). The other reason is that the Fujitsu module was the first module I ever wrote and I haven't had the time to go back through it. I was thinking that the AMX Version might be a little more efficient.
I will try sending a passthru command to reenable the IR controls (don't need front panel controls) after the unit is turned on and see if I can maintain reliable control with the DUET module, if not, I can always fall back to my module
Jeff