
Japanese(Multi-byte character) functions
Jananese character/string functions (Multi-byte character functions)
included in "MS-C extended C standard library" are not available for Series
30i C Executor.
Functions not available on FANUC Series 30i (FS30i) C Executor
The following functions are available on FS16i/18i C Executor, but not avail-
able on FS30i C Executor because of different system configurations and hard-
ware.
It is, however, possible to call these functions to create applications. This
is intended to maintain compatibility with applications developed for FS16.
With the FS30i, when these functions are called, they return a normal end
code without processing anything. The values they return are undefined.
When using these functions, be sure to bear what is described above in mind.
If you find any problem with your application in regard to the functions,
modify the application.
Libraries for 2-path system
crt_getcurscrn2() : Get current screen index.
(for 2-path system)
crt_setuserscrn2() : Register user screen index.
(for 2-path system)
crt_setuserskey2() : Customize softkey on CNC screen.
(for 2-path system)
Task management library
os_chng_duty() : set CPU time ratio between user task and CNC
task
os_chng_wdty() : Change CPU time of window task
os_new_mem() : Allocate new memory block
os_disp_mem() : Deallocate memory block
MS-C extended C standard library
_clear87() : Get and clear the floating point status word.
_control87() : Get and set the floating point status word.
_status87() : Get the floating point status word.
Super CAP M window library
capm_rdtool() : Read tool data file.
capm_wrtool() : Write tool data file.
capm_rdpretool() : Read pre-tool list.
capm_wrpretool() : Write pre-tool list.
capm_rdmcncond() : Read machining condition file.
capm_wrmcncond() : Write machining condition file.
capm_rddef() : Read default data file.
capm_wrdef() : Write default data file.
capm_closebge() : Terminate back ground editing.
crt_capmaccess() : Set accessing method to Super CAP M.
crt_capmscrn() : Switch to Super CAP M screen.