Mitsubishi Electronics FXCPU Video Game Controller User Manual


 
34 Applied Instructions (FX3U-CF-ADP)
34.1 FLCRT / File create • check
777
FXCPU Structured Programming Manual
[Basic & Applied Instruction]
31
Applied Instructions
(Data Transfer 3)
32
Applied Instructions
(High Speed
Processing 2)
33
Applied Instructions
(Extension File
Register Control)
34
Applied Instructions
(FX
3U
-CF-ADP)
35
Interrupt Function
and Pulse Catch
Function
A
Relationships
between devices
and addresses
B
Applied
Instruction List
Detailed explanation of setting data
Details of the setting data in the FLCRT instruction are as shown below.
*1. Adjust the maximum number of lines to specify the file size available in the used application software
used.
For the file size calculation formula, refer to FX
3U-CF-ADP User's Manual
Setting items Description Data Type
File ID
This ID number is associated with the file name.
The FLCRT instruction creates a file, and associates the file name with the file ID at
the same time. The user should use the file ID for specifying a file after that. Allowable
setting range : K0 to K63 ("K0" indicates "FIFO file".)
ANY16
File name
When is "K0 (FIFO file)"
Not used (ignored)
Use an unused device. (D or R)
When is "K1" to "K63"
Specify the file name in up to 8 characters until "null" or "null + null".
Half-width alphanumeric characters and half-width symbols permitted in the MS-DOS
are available.
Half-width symbols : !, #, $, %, &, ', (, ), +, -, @, ^, _, ', ~
The extension is fixed to "CSV"
String
File creation parameter
Time stamp setting
Set whether or not the time stamp is added to the file. Specify the format when adding
the time stamp.
K0 : None (NULL)
K1 : yyyy/mm/dd hh:mm:ss
K2 : yy/mm/dd hh:mm:ss
K3 : dd/mm/yyyy hh:mm:ss
K4 : dd/mm/yy hh:mm:ss
K5 : mm/dd/yyyy hh:mm:ss
K6 : mm/dd/yy hh:mm:ss
K7 : hh:mm:ss
ARRAY [0..3]
OF ANY16
+1
Data type
Set the data type to be saved.
K0 : No data type specification (mixed type)
K1 : Bit type
K2 : Decimal type (16-bit)
K3 : Decimal type (32-bit)
K4 : Hexadecimal type (16-bit)
K5 : Hexadecimal type (32-bit)
K6 : Real numbers(Floating point data) Exponent expression type (32-bit)
K7 : Character string
+2
Maximum number of lines
Set the maximum number of lines.
Allowable setting range : K1 to K32767
*1
+3
When is "K0 (FIFO file)"
Set the CompactFlash
TM
card use ratio.
Specify the ratio (%) out of the whole CompactFlash
TM
card capacity to be used.
Allowable setting range : 10 to 90 (%)
When is "K1" to "K63"
File processing to be executed when the specified maximum number of lines is
reached.
Set the file processing method to be executed when the number of lines reaches the
specified maximum value.
K0 : Stops execution. (The line position remains the specified maximum line position.)
K1 : Returns to the head (ring buffer file).
Channel number used by the CF-ADP
K1 : ch1
K2 : ch2
ANY16