AX-Series Motion Controller Instructions Manual Chapter 2
326
2.3.2.12 DMC_CamDeleteTappet
Supported Devices: AX308E, AX-364E
DMC_CamDeleteTappet deletes the specified tappet track.
FB/FC Instruction Graphic Expression
FB DMC_CamDeleteTappet
ST Language
DMC_CamDeleteTappet_instance(
CamTable : =,
bExecute : =,
iTrackID : =,
bDone =>,
bBusy =>,
bError =>,
ErrorID =>) ;
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
bExecute
The instruction is run when
bExecute changes from False
BOOL
True/False
(True)
-
iTrackID
Specify the ID of the track to
be deleted.
INT
1~512
When bExecute is True.
Outputs
Output range (Default Value)
bDone
True when the instruction is
completed.
BOOL True/False (False)
bBusy
True when the instruction is
triggered to run.
BOOL True/False (False)
bError True when an error occurs.
BOOL
True/False (False)
ErrorID
Record the error code when an
error occurs. Refer to Appendix for
error code descriptions.
DMC_ERROR
*
DMC_ERROR (DMC_NO_ERROR)