Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 1002 -
------------------------------------------------------------------------------
4. Call CNC window. <Main,Alarm>
------------------------------------------------------------------------------
[Name]
cnc_windowma
[Syntax]
#include <fwindow.h>
int cnc_windowma( unsigned int *iodata ) ;
[Arguments]
iodata Input/Output data area.
[Return]
Returns "return code" of CNC window procedure. This is same as the
contents of "iodata[1]".
[Description]
CNC window is called out.
Input/Output data area for CNC window is defined by "iodata", and the
pointer, shown the area, is set to DS:SI and is referred in the CNC
window procedure. Call this function after setting needed data to
the area by an application program. The returned data by CNC window
procedure is stored in "iodata" area. The working ram area which are
needed by CNC window procedure are provided in the inside of this
function.