6.
Down load select (In IFACE mode only)
Send the command and the numbers from Tab1.
INF8 sends the answer immediately after <LF> (see Tab. 1):
MENU#aa #bb #sel<CR>LF>
#aa is a string of an integer number, which represent the address of INF8.
For RS232 equal zero, for RS485 between 01 and 32
and #sel is a string of requested integer number such as 12 etc.
Tab. 1.
PCSETTAB
SCALE
OFFSET
SP 1
SP 2
SP 3
SP 4
AOUT L
AOUT H
BAUD
ADDR
ORDER
DSCALE
FILTER
SELINF
RSSET
CIRCLE
FBASE
OBASE
FNUL
Notice 2:
#num is a string of real numbers such as 1.23456 etc.
Notice 3:
#sel is a string of integer numbers which correspond to the table bellow Tab. 2....Tab 10.
Tab. 2 #sel
BAUD
0
1200
1
2400
2
4800
3
9600
4
19200
5
39400
Tab. 3 #sel
ADDR
0
RS232
1
01
2
02
..
..
30
30
31
31
Tab. 4 #sel
ORDER
0
C.DDDDD
1
CC.DDDD
2
CCC.DDD
3
CCCC.DD
4
CCCCC.D
5
CCCCCC.
Up Load
to INF8
'N'+'0'+'1'+<CR>+<LF>
'N'+'0'+'2'+<CR>+<LF>
'N'+'0'+'3'+<CR>+<LF>
'N'+'0'+'4'+<CR>+<LF>
'N'+'0'+'5'+<CR>+<LF>
'N'+'0'+'6'+<CR>+<LF>
'N'+'0'+'7'+<CR>+<LF>
'N'+'0'+'8'+<CR>+<LF>
'M'+'0'+'9'+<CR>+<LF>
'M'+'1'+'0'+<CR>+<LF>
'M'+'1'+'1'+<CR>+<LF>
'N'+'1'+'2'+<CR>+<LF>
'M'+'1'+'3'+<CR>+<LF>
'M'+'1'+'4'+<CR>+<LF>
'M'+'1'+'5'+<CR>+<LF>
'N'+'1'+'6'+<CR>+<LF>
'M'+'1'+'7'+<CR>+<LF>
'M'+'1'+'8'+<CR>+<LF>
'M'+'1'+'9'+<CR>+<LF>
Down Load
to PC
'N'+'0'+'1'+' '+"#num"+<CR>+<LF>
'N'+'0'+'2'+' '+"#num"+<CR>+<LF>
'N'+'0'+'3'+' '+"#num"+<CR>+<LF>
'N'+'0'+'4'+' '+"#num"+<CR>+<LF>
'N'+'0'+'5'+' '+"#num"+<CR>+<LF>
'N'+'0'+'6'+' '+"#num"+<CR>+<LF>
'N'+'0'+'7'+' '+"#num"+<CR>+<LF>
'N'+'0'+'8'+' '+"#num"+<CR>+<LF>
'M'+'0'+'9'+' '+"#sel"+<CR>+<LF>
'M'+'1'+'0'+' '+"#sel"+<CR>+<LF>
'M'+'1'+'1'+' '+"#sel"+<CR>+<LF>
'N'+'1'+'2'+' '+"#num"+<CR>+<LF>
'M'+'1'+'3'+' '+"#sel"+<CR>+<LF>
'M'+'1'+'4'+' '+"#sel"+<CR>+<LF>
'M'+'1'+'5'+' '+"#sel"+<CR>+<LF>
'N'+'1'+'6'+' '+"#num"+<CR>+<LF>
'M'+'1'+'7'+' '+"#sel"+<CR>+<LF>
'M'+'1'+'8'+' '+"#sel"+<CR>+<LF>
'M'+'1'+'9'+' '+"#sel"+<CR>+<LF>
17