English
Language : 

EVDP610 Datasheet, PDF (5/6 Pages) IXYS Corporation – IXDP610 Digital PWM Controller IC Evaluation Board
outputs are not enabled or turned off.
3.1.9 Error Messages
If for some reason, the communication or instruction did
not take place an error message will appear in the text
box on the top of the GUI, or an error message panel will
tell the user the proper actions to take. It is always a
good idea to update the GUI after an error has occurred
to prevent the board from differing from the GUI in any
way. This maybe accomplished by hitting either the
READ IXDP610 STATUS button or by hitting the RESET
button (the current settings will be lost if RESET is
used). Hit the close button on any error panels to close
the panel.
4.0 SERIAL OPERATION
4.1 RS-232 Serial Operation
This remote control port allows a user to connect a
personal computer as the remote host to the IXDP610.
Utilizing a standard three wire interface and DEI’s
defined communication protocol the user can write a
custom control program for their particular testing needs.
4.1.1 Serial Data Packets
The data packets sent to the IXDP610 over the serial bus
should be of the following format:
To Address From Address Op Code Data Stop Byte
EVDP610
4.1.2 Common Instruction Set & Serial Data Packet
Format:
Instruction
Get Version1
Get Version2
Set Dead Time
Set Pulse W idth
Set Resolution
Enable Outputs
Reset
Set Clock Divide
Set Lockout
Set Clock Select
Read Pulse W idth
Read Resolution
Read Lock Status
Read Clock Divide
Read Output Enable
Status
Opcode
(hex)
0x05
0x06
0x10
0x20
0x30
0x40
0x50
0x60
0x70
0x80
0x90
0x93
0x94
0x95
0x96
Format (number of
bytes=> all unsigned
chars)
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
Send-5, Receive-6
4.1.3 Common Error Codes
Error Code Description
0x00
No Error
Problem
N/A
0xE0
General Internal Error Timing Error on
evaluation board
0xE1
0xE2
Invalid Opcode
Control Latch locked
Command Packet
Incorrect or Corrupted
Can’t write to control latch
Action
Command was successful,
no errors.
None Recommended – reset
board. If error is repeatable
contact factory.
Verify packet data integrity with
emphasis on op-code byte.
Unlock control latch or reset board.
Where the data is as follows:
Data Byte
To Address
From Address
Operation Code
Data1
Stop Byte
Function
IXDP610 Address
Remote Host Address
The command hardware code
Any data to send to IXDP610
Serial termination byte
Value
0x02h
Variable [0 to255] Recommend
0x00h
See Instruction Set
See Instruction Set
0x0Ah
The data packets returned by the DEI IXDP610 will be of
the following format:
To Address From Address Op Code Data Error Code Stop Byte
Where the data is as follows:
Data Byte
To Address
From Address
Operation Code
Data
Error Code
Stop Byte
Function
Remote Host Address
IXDP610 Address
The command hardware code
Any data sent from the
IXDP610
Error is any non-zero byte,
No Error = 0
Serial termination byte
Value
Variable [0 to255]
Recommend 0x00h
0x02
See Instruction Set
One unsigned byte
See Error Code table
0x0Ah
5