Model Macro Variables
The $VMFEDMAC Variable
Whether the model Feed Event macro is activated Type: Logical, Read/Write |
The model Feed Event macro is invoked only if the $VMFEDMAC variable is set to $TRUE. It is initialized to $TRUE at the start of processing. If it is set to $FALSE, the model feed event macro will not be executed.
The $VMMTNMAC Variable
Whether the model Motion Event macro is activated Type: Logical, Read/Write |
The model Motion Event macro is invoked only if the $VMMTNMAC variable is set to $TRUE. It is initialized to $TRUE at the start of processing. If it is set to $FALSE, the model motion event macro will not be executed.
The $VMRAPMAC Variable
Whether the model Rapid Event macro is activated Type: Logical, Read/Write |
The model Rapid Event macro is invoked only if the $VMRAPMAC variable is set to $TRUE. It is initialized to $TRUE at the start of processing. If it is set to $FALSE, the model rapid event macro will not be executed.
The $VMTAPMAC Variable
Whether the model Tape Event macro is activated Type: Logical, Read/Write |
The model Tape Event macro is invoked only if the $VMTAPMAC variable is set to $TRUE. It is initialized to $TRUE at the start of processing. If it is set to $FALSE, the model tape event macro will not be executed.
The $VMTCMAC Variable
Whether the model Tool Event macro is activated Type: Logical, Read/Write |
The model Tool Event macro is invoked only if the $VMTCMAC variable is set to $TRUE. It is initialized to $TRUE at the start of processing. If it is set to $FALSE, the model tool event macro will not be executed.