Difference between revisions of "MC-Basic:PlcMotionStatusDestroy"
m (Miborich moved page Axystems:MC-Basic:PlcMotionStatusDestroy to MC-Basic:PlcMotionStatusDestroy: Global renaming of Axystems: namespace into (Main):) |
|||
Line 48: | Line 48: | ||
* [[Axystems:MC-Basic:element.PlcMotionStatus|element.PlcMotionStatus]] | * [[Axystems:MC-Basic:element.PlcMotionStatus|element.PlcMotionStatus]] | ||
* [[MC-Basic:PlcMotionStatusCreate|PlcMotionStatusCreate]] | * [[MC-Basic:PlcMotionStatusCreate|PlcMotionStatusCreate]] | ||
− | * [[ | + | * [[MC-Basic:PlcMotionStatusQuery|PlcMotionStatusQuery]] |
}} | }} | ||
[[Category:Axystems:PLC]] | [[Category:Axystems:PLC]] |
Revision as of 08:39, 22 May 2014
Destroys a PlcMotionStatus object and frees its memory.
Syntax
PlcMotionStatusDestroy(<handle>)
Availability
4.10.x
Type
<handle>: Long
Scope
Task or Terminal
Examples
dim MotStatHanlde as long MotStatHanlde = PlcMotionStatusCreate Move A1 100 PlcMotionStatus= MotStatHanlde while A1.isMoving sleep 100 Print PlcMotionStatusQuery(MotStatHanlde, 1) end while PlcMotionStatusDestroy(MotStatHanlde)