This system configuration implements the View development step for the drilling example. It can be launched with the FBDK to produce the illustrations of operational sequences in the Animation step of the MVCD engineering methodology.
-
The
HMI.RES1Resource encapsulates the functionality of the Human Interface layer. -
The
VIEWDevice encapsulates the functionality of the View layer.-
The
INPUTResource provides the View elements for the SUPPLY conveyor, LOAD solenoid, and DRILL station. -
The
OUTPUTResource provides the View elements for the SLIDE conveyor, UNLOAD solenoid, and TAKEOFF conveyor. -
The Local
Multicast Design Pattern is used to transport variables from
instances of the
MECH_HMILandMECHC_HMILFB types in theHMIDevice to the correspondingly named instances of theMECH_VIEWL(as well asSOL_VIEWL) andMECHC_VIEWLFB types in theVIEWDevice, respectively.
-
The