...
byte 3 (*) | byte 2 | byte 1 (*) | byte 0 | |
---|---|---|---|---|
EEI Quadrupoles DC | 01 | 01 | 00 | 07 |
EEI Dipoles DC | 02 | 01 | 00 | 07 |
EEI Dipole pseudo-pulsed | 03 | 00 | 00 | 07 |
CAENels NGPS (new UFS) | ... | ... | ... | 08 |
NOTE (*): byte 1 and byte 3 are decoded by the elemType2InterfaceType VI only for some PS classes:
- byte 1 is meaningful only for SYS8X00 and serial Modbus
- byte 3 is meaningful only for E642 and EEI
- byte 0 and byte 2 do not depend on "protocol" and are passed through as they are.
...
byte 3 01 = Type quadrupole DC, 02 = Type dipole DC, 03 = Type dipole pseudo-pulsed
byte 2 00 = bipolar, 01 = unipolar with remote control of polarity change
byte 1 Interface xx = interface type (unique in this case ?) TO BE DECIDED: maybe the pseudo-pulsed should be different
byte 0 0 07 = Protocol EEI
Pattern for CAENels NGPS
byte 3 TO 3 xx = TO BE DECIDED
byte 2 TO 2 xx = TO BE DECIDED
byte 1 1 TO xx = TO BE DECIDED
byte 0 0 08 = Protocol CAENels NGPS
How to search for a specific elemType in all DBSta files
...