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_CTL
Resources are added to theMODEL
Device to provide the logic for sequencing and interlocking of operations among the modeled physical elements. -
The
*_ACTUATORS
Resources of theHMI
Device are reconfigured to display the actuator outputs computed in the*_CTL
Resources of theMODEL
Device. -
An instance of the
E_SPLIT
FB type is added to theMODEL.CLOCK
Resource to ensure proper startup sequencing. -
A RUN/STOP function is added to the
HMI.SUPPLY_ACTUATORS
andMODEL.SUPPLY_MDL
Resources to enable/disable automatic workpiece loading when theSUPPLY
conveyor returns to theHOME
position. This adds aRUN
channel, as shown in the table below, to the Local Multicast channels defined in theDRILL_MVL
System configuration.
Tag Name | Type(s) | Description |
---|---|---|
RUN
|
BOOL
|
ENABLE SUPPLY RELOAD
|