[r13]: / trunk / IoDrvFB.library.md  Maximize  Restore  History

Download this file

27 lines (22 with data), 419 Bytes


FUNCTION_BLOCK TheFB
VAR_INPUT
    udtInput: IoDrvInput;
    udtConfig: IoDrvConfig;
END_VAR
VAR_OUTPUT
    udtOutput: IoDrvOutput;
END_VAR
// Implementation of the driver
udtInput.dwIn := udtOutput.dwOut * udtConfig.dwConfig;

VAR_GLOBAL
cClassID: DWORD;
cDriverName: string;
cDeviceName: string;
cVendorName: string;
cModuleType: WORD;
END_VAR