Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 764 -
Lists of Functions
~~~~~~~~~~~~~~~~~~
--------------------------------------------------------------------------
Name Function
--------------------------------------------------------------------------
1. aux_file_format Format specified drive
2. aux_file_mount Mount memory card.
3. aux_file_unmount Unmount memory card.
4. aux_file_memcinfo Get memory card information.
--------------------------------------------------------------------------
Function Reference
~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------------------
1. Format specified drive <Main>
------------------------------------------------------------------------------
[Name]
aux_file_format
[Syntax]
#include <auxfile.h>
int aux_file_format( unsigned char drive ) ;
[Arguments]
drive Drive name ( ='A' )
[Return]
0 normal completion
9 invalid drive name
[Description]
This function formats the drive specified by the argument.
Specify the name of the drive to be formatted by the argument "drive".
When formatting S-RAM disk, call this function as
aux_file_format( 'A' ) ; .
When this function is called, whole data stored in the specified drive
is lost.
S-RAM disk is automatically initialized by changing the CNC parameter
No.8662, memory size of the S-RAM disk, and cycling the power.