Scanner..::..GetStatusValues Method
Get an array of status values supported by this head.
Namespace:
JoeScan.JCamNetAssembly: JoeScan.JCamNet (in JoeScan.JCamNet.dll)
Syntax
Return Value
An array of uints containing the status values. The index of the value can be used to get a textual description from GetStatusDescription(Int32).Remarks
| Index | Description | Example Value |
|---|---|---|
| 0 | DSP Version Code [OBSOLETE] | 0 |
| 1 | Mode: 0-init, 1-idle, 2-expose, 3-scan [OBSOLETE] | 0 |
| 2 | Host Request: 0-none,1-scan cam, 2-laser scan [OBSOLETE] | 0 |
| 3 | Current camera exposure time | 205895 |
| 4 | Current laser on time | 250 |
| 5 | Current encoder count | 4294966296 |
| 6 | Optically Isolated inputs | 415 |
| 7 | Results of last Host Interface communication [OBSOLETE] | 0 |
| 8 | Encoder value, reset to zero at scan start | 4294966296 |
| 9 | FPGA Version | 517 |
| 10 | Cable ID | 0 |
| 11 | Scan Server Version | 133295 |
| 12 | Serial Number | 1465 |
| 13 | Scale Factor. Divide by this to convert to inches. | 25400 |
| 14 | Temp in 0.001 deg. C | 1000000 |

