This System Configuration implements the Model+View+Control
testing architecture for the drilling example. It
is derived from the DRILL_MVL
System configuration by making the following addition and changes:
-
The
SUPPLY_CTL,LOAD_CTL,DRILL_CTL, andTAKEOFF_CTLResources are added to theMODELDevice to provide the logic for sequencing and interlocking of operations among the modeled physical elements. -
The
*_ACTUATORSResources of theHMIDevice are reconfigured to display the actuator outputs computed in the*_CTLResources of theMODELDevice. -
An instance of the
E_SPLITFB type is added to theMODEL.CLOCKResource to ensure proper startup sequencing. -
A RUN/STOP function is added to the
HMI.SUPPLY_ACTUATORSandMODEL.SUPPLY_MDLResources to enable/disable automatic workpiece loading when theSUPPLYconveyor returns to theHOMEposition. This adds aRUNchannel, as shown in the table below, to the Local Multicast channels defined in theDRILL_MVLSystem configuration.
| Tag Name | Type(s) | Description |
|---|---|---|
RUN
|
BOOL
|
ENABLE SUPPLY RELOAD
|