Difference between revisions of "MC-Basic:IDNSTRING"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 11: Line 11:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
This function is used to read the value of a specified element of an IDN from a specified drive. It should be used when reading an IDN that takes string values.
 
This function is used to read the value of a specified element of an IDN from a specified drive. It should be used when reading an IDN that takes string values.
 +
 +
{{Note/Important| '''THIS COMMAND IS OBSOLETE'''}}
  
 
|TYPE=
 
|TYPE=
Line 40: Line 42:
 
* [[Axystems:MC-Basic:WRITEIDNVALUE|WRITEIDNVALUE]]
 
* [[Axystems:MC-Basic:WRITEIDNVALUE|WRITEIDNVALUE]]
  
 +
[[Category:Axystems:Obsolete|IDNSTRING]]
  
 
}}
 
}}

Revision as of 11:33, 11 March 2014

This function is used to read the value of a specified element of an IDN from a specified drive. It should be used when reading an IDN that takes string values.

IMPORTANT.svgIMPORTANT
THIS COMMAND IS OBSOLETE

Short form

Istr

Syntax

?IdnString (<drive address>, <IDN>, <element>)

Availability

All versions

Range

<drive address>: 1 to 254
<IDN>: 1 to 65535
<element>: 1 to 7

Scope

Configuration, Task or Terminal

Limitations

Read-Only. Executed only in SERCOS communication phases 2, 3 and 4.

Examples

?IdnString(1, 95, 7)                                     ‘Get diagnostic message from drive

See Also