Many
Manuals
search
Categorias
Marcas
Inicio
Denso
Lectores De Códigos De Barras
Power Net Terminal BHT-103
Especificaciones
Denso Power Net Terminal BHT-103 Especificaciones Pagina 304
Descarga
Compartir
Compartiendo
Añadir a mis manuales
Imprimir
Pagina
/
577
Tabla de contenidos
MARCADORES
Valorado
.
/ 5. Basado en
revisión del cliente
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
Chapter 14. Statem
ent Reference
296
Syntax err
ors:
Refer
ence:
Error code and mess
age
Meaning
error 71:
Syntax error
data
co
ntains a co
mma (,
) or sem
ico-
lon (;)
.
S
tatem
ent
s:
LOCATE, PRINT
USING,
and
SCREEN
1
2
...
299
300
301
302
303
304
305
306
307
308
309
...
576
577
How this book is organized
4
Bar Code and 2D Code
8
Abbreviations
8
Related Publications
8
Screen Indication
8
Chapter 1
9
Software Overview for the BHT
9
1.1 Software Overview
10
1.1.2 Overview of BHT-BASIC
12
1.2 BHT-BASIC
13
BHT-BASIC 3.0?
14
PRIVATE or GLOBAL statement)
15
1.3.1 Compiler
16
1.3.2 Interpreter
16
Chapter 2
17
2.1.1 Required Hardware
19
2.1.2 Required Software
20
2.2.1 Developing Procedures
21
2.3 Writing a Source Program
23
2.4 Producing a User Program
25
Procedure
26
[ 1 ] Select a source file
27
[ 1 ] Create a new project
28
2.4.4 Compiling and Building
33
[ 2 ] Compiling
34
[ 3 ] Building
34
Main Window
36
2.4.7 Options
38
[ 2 ] Linking options
39
• Label–address file (.LBL)
39
[ 4 ] Outputting list files
40
Address-source list
40
Symbol table
41
Cross reference
42
[ 5 ] Outputting a mapfile
43
• Details of object codes
44
Command Line
45
[ 2 ] Options
46
2.5 Downloading
52
2.6 Executing a User Program
53
Chapter 3
54
3.1 Program Overview
55
[ 3 ] User-defined Functions
56
3.2 Handling User Programs
58
3.2.3 Included Files
59
Chapter 4
60
[ 1 ] Labels
61
[ 2 ] Statements
62
[ 3 ] Comments
62
4.1.2 Program Line Length
63
4.2 Usable Characters
64
PRINT USING statement
65
DATE$ function
65
4.3 Labels
67
4.4 Identifiers
68
4.5 Reserved Words
69
Chapter 5
70
5.1 Constants
71
Real Constants
72
[ 1 ] String Variables
73
[ 2 ] Numeric Variables
74
Work Variables
75
Common Variables
75
Register Variables
75
5.3 User-defined Functions
76
5.4 Type Conversion
77
AND, OR, NOT, and XOR
78
5.5 Scope of Variables
79
5.5.2 Local Variables
81
5.5.4 Common Variables
83
Chapter 6
84
6.1 Overview
85
6.2 Operator Precedence
86
5.0/20 (=0.25)
87
0.25*2 (=0.5)
87
4+0.5 (=4.5)
87
4.5-1 (=3.5)
87
6.3 Operators
88
6.3.2 Relational Operators
89
NOT operator
90
AND operator
91
OR operator
91
XOR operator
91
6.3.4 Function Operators
92
6.3.5 String Operators
92
PRINT a1$<b1$
93
Chapter 7
94
7.1 Output to the LCD Screen
96
Screen mode
97
Font size
97
Display angle
97
Reverse font attribute
98
Enlargement attribute
98
Tone attribute
98
7.1.2 Coordinates on the LCD
99
12 x 12 dots (Regular)
102
24 x 12 dots (Double-width)
102
12 x 24 dots
102
(Double-height)
102
24 x 24 dots (Quadruple)
102
Chapter 7. I/O Facilities
103
Two-byte Kanji Mode
103
• Standard-size font
103
• Small-size font
104
Cursor shape
105
In regular size
107
In double-width
107
In double-height
107
In quadruple size
107
16 dots12 dots
110
Moves the cursor position
110
Small-size font coordinates
110
Display position of the
111
Coordinates
111
Loading a user-defined font
112
7.1.6 VRAM
113
’Set bit 7 only to 1
114
Setting national characters
115
Specifying the cursor shape
115
7.2 Input from the Keyboard
116
Alphabet Entry Procedure
117
[ 1 ] Auto-repeat
118
[ 2 ] Shift key
118
7.3 Timer and Beeper
119
OUT Statement
120
INP Function
120
WAIT Statement
121
7.5.1 Outline
122
13 14 15 16
123
Non-shift mode Shift mode
123
F1 F2 F3 F4
125
F5 F6 F7 F8
125
F9 F10 F11 F12
125
F13 F14 F15 F16
125
[ 5 ] Keystroke trapping
126
7.5.3 User-Defined Touch Keys
127
"CONSOLE
128
FN3"
128
7.5.4 Software Keyboard
129
OUT statement
130
OUT 5,0)
130
OUT 5,3)
130
Chapter 8
133
8.1 File Overview
134
8.2 Data Files
135
8.2.3 Structure of Data Files
136
• Number of Written Records
137
Input/Output for Numeric Data
138
Data Retrieval
138
Deletion of Data Files
138
Drive Defragmentation
139
8.2.6 About Drives
140
8.3 Bar Code Device
141
BHT-100B
142
EOF, INP
144
Code Mark
145
Multiple Code Reading
145
Reading
146
8.4 Communications Device
149
[ 1 ] BHT-protocol
150
[ 2 ] BHT-Ir protocol
151
8.4.4 File Transfer Tools
152
Chapter 9
153
9.1 Overview
154
9.2 Event Polling
155
9.3 Error Trapping
157
[ 1 ] Overview
159
Chapter 10
161
10.1 Sleep Function
162
Chapter 11
163
11.1 Resume Function
164
Chapter 12
165
12.1 Low Battery Warning
166
12.3 Wakeup Function
167
12.4 Remote Wakeup Function
168
[ 3 ] Remote wakeup program
170
CHAIN statement, the
171
Chapter 13
173
Chapter 14
176
Parameter:
177
Description:
177
0123 5678910114
179
Syntax errors:
180
Run-time errors:
180
Example:
180
Reference:
181
DEF FN (Single-line form)
202
(Block form)
206
FOR...NEXT
220
FUNCTION…END FUNCTION
222
IF...THEN...ELSE...END IF
234
KEY ON and KEY OFF
246
LINE INPUT
256
LINE INPUT #
259
This cursor is invisible
262
This cursor is visible
262
LOCATE ,25
263
PRINT “A”;
263
ON ERROR GOTO
265
ON...GOSUB and ON...GOTO
266
ON KEY...GOSUB
268
OPEN "BAR:"
272
W instead of K
284
OPEN statement
284
"A:A12"
287
OPEN "COM:"
294
PRINT USING
307
SELECT...CASE...END SELECT
327
SUB...END SUB
329
WHILE...WEND
335
$INCLUDE
342
Fatal Error:
343
COMMON statement)
344
DEFREG statement)
344
Chapter 15
345
COUNTRY$
356
LOC function
381
TIMEA/TIMEB/TIMEC
393
Chapter 16
395
Extended Functions
395
16.1 Overview
396
(SYSTEM.FN3)
397
R/W: Read and write possible
398
RO: Read only
398
8 bytes 2 bytes 8 bytes
404
.syOkOthLk
405
.syLkNoRes
405
Screen (CONSOLE.FN3)
407
.fcDot Draw a dot
408
.fcLine Draw a full line
409
.fcDtLine Draw a dotted line
410
.fcRect Draw a rectangle
413
.fcDotGet Get drawn dot state
414
.cnW1H1 0 Regular-size
417
.cnW2H1 1 Double-width
417
.cnW1H2 2 Double-height
417
.cnW2H2 3 Quadruple-size
417
.fcLcdClr Clear the LCD
418
(SYSMDFY.FN3)
419
.fcCrc16 Calculate a CRC-16
424
Chapter 17
425
PWBS C SF
426
FTP.FN3) for file transfer
428
17.4.1 Overview
430
Chapter 18
436
18.1 Two Sides
438
18.2.1 General Procedure
439
[ 2 ] Configure TCP/IP System
440
Note for run-time error 105h
448
18.2.4 Sample Program
449
18.3.1 General Procedure
450
18.3.4 Sample Program
456
Chapter 18. TCP/IP
457
18.4 Socket API
459
According to TCP and UDP
461
(Example)
463
18.5 FTP Client
467
[ 3 ] Data Files
470
18.5.3 Using FTP Client
473
User Programs (*.PD3)
474
[ 5 ] FTP Transfers
475
18.6.1 Overview
476
Function Number List
477
.fcConnect Connect socket
480
.fcGSckOpt Get socket option
481
32-bit integer
482
• • • • • • • •
484
.fcSSckOpt Set socket options
494
.fcShutdwn Shut down socket
495
.fcSocket Create socket
496
.fcClose Close socket
497
18.7 FTP Library (FTP.FN3)
503
Reply Codes
504
PARA% Item number
516
FTP.PARA%/FTP.PARA$)
516
Appendices
520
Appendix A
521
A2. Compilation Errors
525
Error code & Message
526
Syntax Errors
527
Linking Errors
531
Error Message
532
Library Errors
533
Appendix B
534
Reserved Words
534
Appendix C
535
Character Sets
535
C2. National Character Sets
536
Appendix D
537
I/O Ports
537
TIME$ function -0System time
538
RS/CS control
541
Output Ports
543
Appendix E
548
Appendix F
549
Memory Area
549
Memory Management
550
Battery Backup of Memory
550
Host computer
551
SEARCH function
552
Example 3
553
XFILE statement
554
Appendix H
555
Programming Notes
555
Appendix I
556
Program Samples
556
Appendix J
559
Quick Reference
559
Handling errors
560
Controlling the LCD screen
561
Communicating with I/Os
563
Commenting a program
565
Manipulating numeric data
565
Manipulating string data
566
Specifying included files
566
Appendix K
567
BHT-BASIC
577
Programmer’s Manual
577
Comentarios a estos manuales
Sin comentarios
Publish
Relacionado con productos y manuales para Lectores De Códigos De Barras Denso Power Net Terminal BHT-103
Lectores De Códigos De Barras Denso BTH-300BW Manual de usuario
(4 paginas)
Lectores De Códigos De Barras Denso GT11B-SM Guía de instalación
(29 paginas)
Lectores De Códigos De Barras Denso BHT-7500S Manual de usuario
(207 paginas)
Lectores De Códigos De Barras Denso GT10B-SB Manual de usuario
(144 paginas)
Lectores De Códigos De Barras Denso BHT-7000 Manual de usuario
(4 paginas)
Lectores De Códigos De Barras Denso BHT-7500W Manual de usuario
(223 paginas)
Lectores De Códigos De Barras Denso BHT-8000 Manual de usuario
(4 paginas)
Lectores De Códigos De Barras Denso BHT-825QW Manual de usuario
(4 paginas)
Lectores De Códigos De Barras Denso Power Net Terminal BHT-7500 Especificaciones
(560 paginas)
Lectores De Códigos De Barras Denso BHT-7000 Manual de usuario
(175 paginas)
Imprimir documento
Imprimir pagina 304
Comentarios a estos manuales