Data structure MC_PATH_DATA_REF

This data structure represents a reference to the data of the programmed path which is to be travelled by the axes of the axis group.

In the ISG implementation the reference contains the string FileName which includes either the absolute directory path or only the filename of a file and an NC program. The structure is used in relation with a job sent to the function block MC_MovePath.

TYPE MC_PATH_DATA_REF :

  STRUCT

(* Name of nc program to be executed *)

    Filename : MCV_STR_PROG_NAME;END_STRUCT;

END_TYPE