Difference between revisions of "MC-Basic:IdentificationStatus"

From SoftMC-Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 15: Line 15:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS FW 4.9.7
+
Since Version 4.9.7
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 41: Line 41:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:IdentificationStart|IdentificationStart]]
+
* [[MC-Basic:IdentificationStart|IdentificationStart]]
* [[Axystems:Motion Dynamics]]
+
* [[Motion Dynamics]]
  
 
}}
 
}}
  
[[Category:Axystems:Motion Dynamics]]
+
[[Category:Motion Dynamics]]

Latest revision as of 09:19, 22 May 2014

Queries the status of the dynamic parameters identification.

Syntax

IdentificationStatus

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.

Availability

Since Version 4.9.7

Type

Long

Scope

Task or Terminal

Examples

Print IdentificationStatus

See Also