Contents - Table Of Contents
- Table Of Contents
- Table Of Contents
- Table Of Contents
- Serial communications Basics
- Data words
- Communication settings
- Syntax
- Serial comms commands
- Basic Commands
- Identification Commands
- Projector's Software version, Read
- Projector language, Read
- Projector language, Write
- Baudrate, Write
- Projector ON/OFF, Write
- Lens commands
- Lens Zoom
- Contrast, decrement
- Contrast, Read
- Minimum Contrast, Read
- Brightness, increment
- Brightness decrement
- Brightness, Read
- Maximum Brightness, Read
- Saturation increment
- Write Saturation
- Minimum Saturation, Read
- Maximum Saturation, Read
- Tint, increment
- Tint, Write
- Minimum Tint, Read
- Maximum Tint, Read
- Gamma, increment
- Gamma, Write
- Minimum Gamma, Read
- Maximum Gamma, Read
- Phase, increment
- Phase, Write
- Minimum Phase, Read
- Maximum Phase, Read
- Menu Exit
- Source selection
- Scanned inputs, read
- Scan inputs
- Orientation, Write
- Orientation, Read
- Shutter, Write
- Shutter, Read
- Freeze, Write
- Freeze, Read
- Logo ON/OFF
- Background, Read
- Aspect ratio, Write
- Aspect Ratio, Read
- Show Native resolution (ON/OFF), Write
- Full screen representation(ON/OFF), Write
- Keystone, Read
- Lamp commands
- Lamp Mode, Read
- Lamp Status, Read
- Lamp Warning, Read
- Lamp runtime, Read
- Image files
- File, read
- Color temperature
- Color temperature Red/Bleu, Write
- Color temperature, Read
- Standby Timer, Write
- Standby Timer, Read
- Switching mode, Write
- Switching mode, Read
- Filmmode detection, Increment/Decrement
- Filmmode detection, Write
- Autoimage execute
- Blanking
- Blanking Reset
- Blanking, Write
- Blanking, Read
- Blanking, Increment
- Blanking, Decrement
- Maximum Blanking, Read
- Advanced Commands
- Lamp History, Read
- Picture In Picture
- PiP Focus, Read
- PiP Focus, Write
- PiP layout, Write
- PiP current layout, Read
- PiP select layout, Write
- PiP save layout
- PiP rename layout
- PiP remove Layout
- PiP remove window
- PiP add window
- PiP window size, Write
- PiP window size, Read
- PiP window size, increment/decrement
- PiP free window size, Write
- PiP Window free size, Read Min/Max
- Window horizontal position, Read
- Window vertical position, Read
- PiP Window horizontal position, Read Min/Max
- PiP Window vertical position, Read Min/Max
- Priority, Read
- PiP last added window type, Read
- Viewport Active, Read
- Viewport Area, Write
- Viewport Area Min/Max, Read
- Desktop area, Write
- Digital Zoom
- Minimum/Maximum window X position, Read
- Window size, Write
- Window size, Read
- Window size, Increment
- Window size, Decrement
- Automatic startup, Read
- Startup screen, Write
- Startup screen, Read
- Input balance
- Input black balance, Decrement
- Input white balance, Increment
- Input white balance, Read
- AutoImage setup, Write
- AutoImage setup, Read
- Automatic Gain Control, write
- Automatic Gain Control, Read
- Manual Gain Control value, Write
- Manual Gain Control value, Read
- Gain Control, Increment/Decrement
- Automatic Gain Control interval, Write
- Data input format, Increment/Decrement
- Data input format, write
- Delete File(s)
- Copy File
- Image files settings, Write
- Image files settings, read
- Image files settings,Increment
- Image files settings, Decrement
- Read Minimum/Maximum Image files settings
- VCO, Increment
- VCO,write
- Minimum VCO, Read
- charge pump current, Write
- Clamp position, Increment/Decrement
- Comb filter, Increment/Decrement
- Comb filter, Read
- Minimum/Maximum comb filter, Read
- Horizontal sync polarity, Read
- Minimum/Maximum Horizontal Sync locking, Read
- Panel size, Read
- Logo status, Read
- Save screenshot (Logo)
- Load logo
- RCU commands
|
1. Serial communications BasicsSome commands do not require a data field(s)Checksum byteThe “Checksum byte” is used to detect errors during transmission or receptionChecksum byte = (projectoraddress + command bytes + Data bytes) Modulo \x100Stop byteThe “Stop byte” informs the projector (in case of transmission) or the computer (in case of reception) that the data transfer is completeand that the interpretation of the command and data bytes can start.Acknowledge (ACK)If the communication link and if the sent commands can be interpreted by the projector an “ACK” command is sent back. In case thecommands cannot be interpreted a “NACK” command is sent back.End of process (EOP)When the end of process command is activated, an EOP is send after the ACK command to signify the completion of the process.for more information about this, see the EOP command.NoteAny command byte, data byte or checksum byte that equals \x80, \xfe, \xff has to be converted !1. Transmission- instead of \x80, send \x80 followed by \x00- instead of \xfe, send \x80 followed by \x7e- instead of \xff, send \x80 followed by \x7f2. Reception- replace \x80 followed by \x00 with \x80- replace \x80 followed by \x7e with \xfe- replace \x80 followed by \x7f with \xff1.2 Data wordsmsbThe most significant byte, is the byte with the greatest weight (value).lsbThe less significant byte, is the byte with the smallest weight (value).DescriptionA word contains more than one byte, the first byte is the msb, the last byte is the lsb.Examples of data words• The projector runtime parameter is described using an unsigned double word where 2 bytes (msb ...lsb) represent the value ofthe runtime in seconds.How to calculate the value of a word ?Lets take the example of a double word returned by the “projector runtime, read” commando.6 R5976884 RLM SERIES 04/04/2006
PreviousNext |