-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy patherror_codes.txt
65 lines (65 loc) · 2.47 KB
/
error_codes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/****************************Error Codes*********************/
-------------------------------------------------------------
isActive: Error Codes - returns (int)
0 = success
-1 = "send_command" error
-2 = address mismatch, returned address does not match constructor
-------------------------------------------------------------
identification: Error Codes - returns (int)
0 = success
-1 = "send_command" error
-------------------------------------------------------------
changeAddress: Error Codes - returns (int)
+0 = success, returns new address
-1 = "send_command" error
-2 = address match, new address is same as constructor
-3 = address not valid
-4 = address mismatch, returned address does not match supplied address
-------------------------------------------------------------
queryAddress: Error Codes - returns (int)
+0 = success, returns address
-1 = "send_command" error
-------------------------------------------------------------
verification: Error Codes - returns (int)
0 = success
-1 = "send_command" error
-2 = command response address mismatch
-3 = returned timeout string malformed
-4 = service request timeout
-5 = service request address mismatch
-------------------------------------------------------------
measurement: Error Codes - returns (int)
0 = success
-1 = "send_command" error
-2 = command response address mismatch
-3 = returned timeout string malformed
-4 = service request timeout
-5 = service request address mismatch
-------------------------------------------------------------
concurrent: Error Codes - returns (int)
0 = success, returns address.
-1 = "send_command" error
-------------------------------------------------------------
continuous: Error Codes - returns (int)
0 = success
-1 = "send_command" error
-------------------------------------------------------------
transparent: Error Codes - returns (int)
0 = success
-1 = "send_command" error
-2 = command response address mismatch
-3 = returned timeout string malformed
-4 = service request timeout if "M" command
-------------------------------------------------------------
returnMeasurement: Error Codes - returns (int)
0 = success
-1 = "send_command" error
-2 = CRC error
-------------------------------------------------------------
send_command: Error Codes - returns (int)
0 = Success
-1 = Command Size > Max Buffer Size
-2 = Retry Command Exhausted
-3 = Command Return Timeout
-------------------------------------------------------------
/****************************Error Codes*********************/