6 creating the program that calls the function – Yaskawa MP940 User Manual
Page 79

Basic System Operation
3.5.6 Creating the Program that Calls the Function
3-32
3.5.6 Creating the Program that Calls the Function
The user function is completed when the graphic representation and body program of the
function have been created. As with the standard system functions, user functions can be
called from any parent, child, or grandchild drawing or any other user function.
Functions can be called from a drawing or from within the program of another user function
by using the following procedure. For details on the operation methods, refer to the
MP9
Machine Controller User’s Manual Ladder Programming (SIEZ-C887-1.2).
1. Input the function name using the FSTART instruction.
Example: Input FSTART, Enter Key, TEST, Enter Key.
The previously defined graphic representation of the function will be displayed.
2. Use the FIN instruction to create the input data program.
Provide input data for the function inputs and address inputs.
3. Use the FOUT instruction to create the output data program.
Example: I/O data is provided for the graphic representation as shown in the following
illustration.
Fig 3.8 Graphic Representation for which Input Data is Provided (Example)
Table 3.10 Relationship Between I/O Data and Internal Function Registers
Name
I/O Data Internal Function Register
BIT1
DB000000
XB000000
BIT2
DB000001
XB000001
FLT1
DF00001
XF00001
INT1
DW00003
XW00003
ADR
MA00300
AW00000
BIT3
OB00020
YB000000
BIT4
OB00021
YB000001
LNG1
DL00010
YL00001
INT2
DW0012
YW00003
TEST
BIT1
BIT2
FLT1
INT1
INT2
LNG1
BIT4
BIT3
===>
===>
====>
====>
ADR
DF00001
DW00003
DB000000
DB000001
DB000020
DB000021
DL00010
DW00012
MA00300