WWW.NNC.IR
Macro Reference
572
Vision System FH/FZ5 Series
User’s Manual (Z340)
Example
Reads 6 bytes of binary data from the file
Useable Modules
Unit Calculation Macro / Scene Control Macro / Communication Command Macro / Unit Macro
Supported Versions
Version 3.50 or later
Related Items
Rem Open the file
Open "E:\input.dat" For Input As #1
Rem Read 6 bytes of data from the file.
DATA$ = Input$(6, #1)
Rem Close up the file.
Close #1
Close (Reference: X Details (p.432)) Input$ (Reference: X Details (p.571))
Line Input# (Reference: X Details (p.595)) Open For Input As# (Reference: X Details (p.629))