Error Code
Error
Description
0500
H
Write Error
0501
H
Permission error
You do not have permission to write to this register.
0502
H
Unknown type error
Internal error: Register type is not known to RinCmd.
0503
H
No type data error
Internal error: Unable to write to the registers data structure.
0504
H
Command error
The
CMD
is not valid for this register type.
0505
H
Parse error
Unable to parse the data for the command type. If this is a decimal
write, ensure all characters numbers. If this is a hexadecimal write,
ensure all characters are hex (0-9, A-F). If this is a string register,
the characters are outside the range of the
0506
H
Range low error
The value that is attempting to be written is below the minimum
for the register.
0507
H
Range high error
The value that is attempting to be written is above the maximum
for the register.
0508
H
Length low error
The string that is attempting to be written to the register is below
the minimum length.
0509
H
Length low error
The string that is attempting to be written to the register is above
the maximum length.
050A
H
Null register error
The register cannot be found.
050B
H
Buffer size error
Internal error: The entire string is not able to be written to the
buffer.
050C
H
Snprintf error
A function within the library has failed to run correctly.
050D
H
Snprintf error
A function within the library has failed to run correctly.
050E
H
Type length error
A number above the maximum for the register cannot be written
(e.g. UINT8 register cannot store a number greater than 255.)
0600
H
Exec Error
0601
H
Permission error
You do not have permission to execute this register.
0602
H
Unknown type error
Internal error: Register type is not known to RinCmd.
0603
H
No type data error
Internal error: Unable to execute using the registers data structure.
0604
H
Command error
The
CMD
is not valid for this register type.
0605
H
Null register error
The register cannot be found.
0606
H
Writeback error
The register execute function returned an improper value.
0700
H
Not Implemented Error
A non-implemented
CMD
was given.
18.3
rinCMD Examples
Read Gross Weight
COMMAND A:
20110026:;
COMMAND A:
Read Gross Weight (Register 0026
H
):
ADDR
= 20
H
: Reply required from any instrument
CMD
= 11
H
: Read Final
REG
= 0026
H
: Gross Weight
RESPONSE A:
81110026:00000064;
RESPONSE A:
Response is from instrument #1 which currently has a Gross weight
of 64
H
(100) kg.
75
C500-600-2.0.3
Summary of Contents for C500 series
Page 1: ...C500 Series Digital Indicator Reference Manual ...
Page 54: ...8 3 Custom Format Tokens 8 3 1 Formatting 49 C500 600 2 0 3 ...
Page 56: ...230 Send time in format hh mm ss 231 Send Date in format dd mm yyyy 51 C500 600 2 0 3 ...
Page 123: ...118 C500 600 2 0 3 ...
Page 182: ...177 C500 600 2 0 3 ...