Unsolved

This post is more than 5 years old

2 Posts

5777

May 3rd, 2006 08:00

5100MP RS232 Issue get data not specified

Hi, Im programming an AMX controller that has 2 DELL5100MP Projectors connected on serial,
both on different ports, at 19200,n8,1
Now I have the document from AUG 2005 on the RS232 Protocol Pin Assignment
 
But i get responses that are not documented.
What I do is
SEND POWER ON TO PROJECTOR
GET OK
wait 61 sec for heating
SEND SET AUTO SOURCE ON (I Found that if AUTO SOURCE is off the INPUT is NOT CHANGING)
WAIT 0.5 SEC
SEND SET COMPOSITE
wait 0.5
SEND AUTOSOURCE OFF
 
Now the strange thing is the Projector sends data after 20sec from the pwr-on
BE EF 10 09 00 70 17 33 33 05 00 D1 41 31 30 30
This is NOT documented where to get more info on the RS232 Protocol
 
Below an DUMP of my log.
****************************************************************************
SYSTEM[1]16:00:51 From DellProjector.axs DELL_POWER_ON
SYSTEM[1]16:00:52 From DellProjector.axs 285 vdvProj_LeftString Received <00>
SYSTEM[1]16:00:52 From DellProjector.axs DELL(OK)
SYSTEM[1]16:01:13 From DellProjector.axs 285 vdvProj_LeftString Received <10><09><0
0>p<17>33<05><00> A100
SYSTEM[1]16:01:16 From DellProjector.axs 285 vdvProj_LeftString Received <10><09><0
0>; 33<05><00> AKU4
SYSTEM[1]16:01:20 From DellProjector.axs 285 vdvProj_LeftString Received <10><15><0
0>o`33<11><00> <01>U<00><0C><00><01><00> <03> <00><00><01> <14>
SYSTEM[1]16:01:23 From DellProjector.axs 285 vdvProj_LeftString Received <10><05><0
0><00><8C>33<01><00>
SYSTEM[1]16:01:27 From DellProjector.axs 285 vdvProj_LeftString Received <10><06><0
0> <17>33<02><00> U
SYSTEM[1]16:01:33 From DellProjector.axs 285 vdvProj_LeftString Received <10><05><0
0> <0D>33<01><00>
SYSTEM[1]16:01:38 From DellProjector.axs 285 vdvProj_LeftString Received <10><06><0
0> <17>33<02><00> U
SYSTEM[1]16:01:45 From DellProjector.axs 285 vdvProj_LeftString Received <10><09><0
0>; 33<05><00> AKU4
SYSTEM[1]16:01:53 From DellProjector.axs DELL_IS_ON
SYSTEM[1]16:01:53 From DellProjector.axs DELL5100(ASOURCE_ON)
SYSTEM[1]16:01:54 From DellProjector.axs 285 vdvProj_LeftString Received <01>
SYSTEM[1]16:01:54 From DellProjector.axs DELL(INVALID COMMAND)
SYSTEM[1]16:01:54 From DellProjector.axs DELL5100(COMP)
SYSTEM[1]16:01:54 From DellProjector.axs 285 vdvProj_LeftString Received <01>
SYSTEM[1]16:01:54 From DellProjector.axs DELL(INVALID COMMAND)
SYSTEM[1]16:01:55 From DellProjector.axs DELL5100(ASOURCE_OFF)
SYSTEM[1]16:01:55 From DellProjector.axs 285 vdvProj_LeftString Received <01>
SYSTEM[1]16:01:55 From DellProjector.axs DELL(INVALID COMMAND)
SYSTEM[1]16:02:01 From DellProjector.axs 285 vdvProj_LeftString Received <10><09><0
0>; 33<05><00> AKU4
SYSTEM[1]16:02:33 From DellProjector.axs 285 vdvProj_LeftString Received <10><09><0
0>; 33<05><00> AKU4
SYSTEM[1]16:02:49 From DellProjector.axs 285 vdvProj_LeftString Received <10><09><0
0>; 33<05><00> AKU4
 

2 Posts

April 17th, 2007 19:00

Are you controlling and sending the controls from a laptop or the AMX controller? I am trying to test our 2400 and 5100 projectors using hyperterm and I cannot type the commands in.

2 Posts

April 17th, 2007 19:00

Hi Yu must send Hex data that is something hyperterm is not ment for, thats an ascii-Text based program.
 
I use Simpelterm for this ( http://www.ptronix.com/products/)
and that log is output from my AMX NI3000
hope this helps you.
 
Arnold
No Events found!

Top