Englisch
bit b31
21
xxxxxxxxxx 0 xxxxxxxxxxxxxxxxxxxxx
22
xxxxxxxxx 0 xxxxxxxxxxxxxxxxxxxxxx reserve
23
xxxxxxxx 0 xxxxxxxxxxxxxxxxxxxxxxx reserve
24
xxxxxxx 1 xxxxxxxxxxxxxxxxxxxxxxxx Command length exceeded (10 characters):
25
xxxxxx 1 xxxxxxxxxxxxxxxxxxxxxxxxx
26
xxxxx 1 xxxxxxxxxxxxxxxxxxxxxxxxxx At least one parameter is too long:
27
xxxx 1 xxxxxxxxxxxxxxxxxxxxxxxxxxx Parameters is not possible:
28
xxx 1 xxxxxxxxxxxxxxxxxxxxxxxxxxxx wrong number of parameters:
29
xx 1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
30
x 1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx wrong floating point format:
31
1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx wrong integer format:
*)
These errors are fatal errors. In the case of error nano box USB is no longer operational. Each actuator
motion and the high voltage is switched off. If the error no longer on the high voltage is switched on, not even
at bit 5 switched in the default double word, automatically.
2.9.4 default (doubleword)
With "b" the position of the respective bits in the status DW denotes the right starting with the bits b0 to b31
and to the left ascending:
89
Geschäftsführer: Dr. Bernt Götz • Telefon 03641/66880 • Fax 03641/668866 • www.piezojena.com
..........
b0 description
reserve
This command may only be 10 characters long. Command
length is exceeded, the controller stops the editing session and
generates an error.
Too many parameters specified:
seven parameters per command must be passed. If the
number of parameters is exceeded, the controller stops the
editing session and generates an error.
Each parameter must contain 30 characters. If the number
exceeds 30 characters, the controller stops the editing session
and generates an error.
It was passed a parameter even though the command does
not provide parameters.
A single parameter must be 30 characters long. Parameter
length is exceeded, the controller stops the editing session and
generates an error.
parameter exceeds a range limit:
At least one parameter exceeds its limits.
An error was detected in floating point. Tested is:
· a dot "." may occur at most 1*
· an "e" or "E" may occur at most 1 *
· moreover, only numbers allowed
· all other characters cause an error
Valid formats are eg.:
2.8876
1.223e-2
-1000
An error was detected in integer format. Tested is:
· there are only numbers and the letters a.. f, A.. F allows
· an "x" or "X" may occur at most 1*
· all other characters cause an error
Valid formats are eg.:
123 (decimal)
0x1abc2 (hexdecimal)