Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 75 -
(5) Task control library
These are the functions which control task execution.
---------------------------------------------------------------------------
Name CExe Function
---------------------+----+------------------------------------------------
os_show_tim MAC Read timer.
os_set_tim MAC Set timer.
os_sync_tim MAC Wait until specified time.
os_wait_tim MAC Wait until specified term.
os_make_flg MAC Make event flag.
os_delt_flg MAC Delete event flag.
os_sign_flg MAC Signal event flag.
os_wait_flg MAC Wait event flag signal.
os_clar_flg MAC Clear event flag.
os_puls_flg MAC Signal event flag. (pulse type)
os_make_sem MAC Make counter-type semaphore.
os_delt_sem MAC Delete semaphore.
os_sign_sem MAC Signal semaphore.
os_wait_sem MAC Wait semaphore signal.
os_chng_duty MAC Change CPU time of user task and CNC task.
os_new_mem MAC Allocate new memory block.
os_disp_mem MAC Deallocate memory block.
os_strt_wtsk M Start window task.
os_chng_wdty M Change CPU time of window task.
---------------------------------------------------------------------------
(6) FCA library
These are the functions which communicate with FCA (FANUC CASSETTE ADAPTOR)
or FANUC Handy File.
---------------------------------------------------------------------------
Name CExe Function
---------------------+----+------------------------------------------------
fca_setparam MAC Initialize communication line.
fca_bye MAC Close communication line.
fca_open MAC Open a binary file on FCA device.
fca_close MAC Close a binary file.
fca_read MAC Read binary data from the file.
fca_write MAC Write binary data to the file.
fca_fopen MAC Open a text file on FCA device.
fca_fclose MAC Close a text device.
fca_getc MAC Read a character from the text file.
fca_putc MAC Write a character to the text file.
fca_delete MAC Delete a file on FCA device.
fca_rename MAC Change name of a file on FCA device.
fca_readdir MAC Read directory information of FCA device.
fca_status MAC Read status information of FCA device.
fca_remains MAC Read free space size of a floppy disk.
---------------------------------------------------------------------------