Difference between revisions of "MC-Basic:PlcMotionStatusCreate"
Line 48: | Line 48: | ||
* [[Axystems:MC-Basic:element.PlcMotionStatus|element.PlcMotionStatus]] | * [[Axystems:MC-Basic:element.PlcMotionStatus|element.PlcMotionStatus]] | ||
* [[Axystems:MC-Basic:PlcMotionStatusDestroy|PlcMotionStatusDestroy]] | * [[Axystems:MC-Basic:PlcMotionStatusDestroy|PlcMotionStatusDestroy]] | ||
− | * [[ | + | * [[Axystems:MC-Basic:PlcMotionStatusQuery|PlcMotionStatusQuery]] |
}} | }} | ||
[[Category:Axystems:PLC]] | [[Category:Axystems:PLC]] |
Revision as of 15:25, 8 October 2013
Creates a new PlcMotionStatus object and returns a pointer in memory to it.
Syntax
<handle> = PlcMotionStatusCreate
Availability
4.10.x
Type
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)