Duet mod for sony proj FH30 returning negative lamptime
Morris
Posts: 21
Hello,
I am using the AMX duet comm module for the Sony VPL-FH30 and when I query the lamptime it returns a negative number. I'm sure I'm not the only one to have seen this, does anyone else know what is wrong? Could it be bad RS232 cabling or just not interpreted properly by the module? I have seen this happen with a number of different projector models including the FX/FH30's.
Module Name: Sony_VPLFH30_Comm_dr1_0_0
Line 173 (07:44:09):: Command To [41001:1:1]-[?LAMPTIME]
Line 174 (07:44:09):: Command From [41001:1:1]-[?LAMPTIME]
Line 175 (07:44:09):: Command From [41001:1:1]-[LAMPTIME--2147483648]
Any help would be much appreciated
I am using the AMX duet comm module for the Sony VPL-FH30 and when I query the lamptime it returns a negative number. I'm sure I'm not the only one to have seen this, does anyone else know what is wrong? Could it be bad RS232 cabling or just not interpreted properly by the module? I have seen this happen with a number of different projector models including the FX/FH30's.
Module Name: Sony_VPLFH30_Comm_dr1_0_0
Line 173 (07:44:09):: Command To [41001:1:1]-[?LAMPTIME]
Line 174 (07:44:09):: Command From [41001:1:1]-[?LAMPTIME]
Line 175 (07:44:09):: Command From [41001:1:1]-[LAMPTIME--2147483648]
Any help would be much appreciated
0
Comments
To identify if your device is properly communicating have a look at channel 251 (SNAPI constant: DEVICE_COMMUNICATING).
I will investigate. I have had a build running for days and still I receive this negative number so something must be wrong somewhere.
Thanks again
Any luck on this, Im having the same exact problem and yes, 251 comes back off, despite having full communication with the projector via ip control
Im assuming this is a duet module problem at this point.
I had no luck either so I wrote my own basic module. Im pretty sure it is a bug in the duet mod. I wouldn't expect it to be fixed any time soon. Here is the (partial) code I wrote, I hope it helps. I have over 200 FX/FH's that are using this to get lamp hours to RMS, seems to work fine.
Regards,
Morris
I figured this was the case, Thanks