Difference between revisions of "MC-Basic:IdentificationStatus"

From SoftMC-Wiki
Jump to: navigation, search
m (draft)
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:IdentificationStart|IdentificationStart]]
+
* [[Axystems:MC-Basic:IdentificationStart|IdentificationStart]]
 
* [[Axystems:Motion Dynamics]]
 
* [[Axystems:Motion Dynamics]]
  

Revision as of 06:19, 6 May 2012

Queries the status of the dynamic parameters identification.

Syntax

IdentificationStatus

Availability

AMCS FW 4.9.x

Type

Long

Range

return values
0 = not started or aborted
1 = started (running)
-1 = finished successfully
-2 = finished with errors, because some of the quality criteria were not achieved.

Scope

Task or Terminal

Examples

Print IdentificationStatus

See Also