Difference between revisions of "Template:EtherCAT-Function"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "<includeonly><!-- -->__NOTOC__<!-- -->__NOEDITSECTION__<!-- ### DESCRIPTION -->{{{DESCRIPTION}}}<!-- ### SHORT FORM -->{{#if:{{{SHORT FORM|}}}|: == Short form == {{{...")
 
Line 8: Line 8:
 
-->{{{DESCRIPTION}}}<!--  
 
-->{{{DESCRIPTION}}}<!--  
  
### SHORT FORM
 
 
-->{{#if:{{{SHORT FORM|}}}|:
 
== Short form ==
 
{{{SHORT FORM}}}
 
}}<!--
 
  
  
Line 142: Line 136:
 
<nowiki>
 
<nowiki>
 
{{AXY:Template:EtherCAT Function
 
{{AXY:Template:EtherCAT Function
|SHORT FORM=
+
|DESCRIPTION
 +
|Input
 +
|Output
 +
|Return Value
 +
|DECLARATION
 
|SYNTAX=
 
|SYNTAX=
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 08:29, 9 January 2013

Template for MC-Reference command pages.

Template

{{AXY:Template:EtherCAT Function
|DESCRIPTION
|Input
|Output
|Return Value
|DECLARATION
|SYNTAX=
|AVAILABILITY=
|DESCRIPTION=
|TYPE=
|RANGE=
|UNITS=
|DEFAULT=
|SCOPE=
|LIMITATIONS=
|EXAMPLE=
|SEE ALSO=
}}

Parameters

SHORT FORM
SYNTAX
AVAILABILITY
DESCRIPTION
TYPE
RANGE
UNITS
DEFAULT
SCOPE
LIMITATIONS
EXAMPLE
SEE ALSO

Operation

Examples

{{AXY:Template:EtherCAT Function
|SHORT FORM=
|SYNTAX=
BIN$(<''number''>)

|AVAILABILITY=
Versions 4.0.0  and higher

|DESCRIPTION=
BIN$ returns the string representation of a number in a binary format.

|TYPE=
<''return'' ''value''>: String<br>

<''number''>: Long

|RANGE=
<''return'' ''value''>: N/A

<''number''>: MinLong to MaxLong

|UNITS=
|DEFAULT=
|SCOPE=
Configuration, Task or Terminal

|LIMITATIONS=
|EXAMPLE=
<pre>
-->myStr = Bin$(58699)
-->?myStr
1110010101001011
</pre>

|SEE ALSO=
* [[Axystems:MC-Basic:HEX$|HEX$]]
}}

For more examples refer to pages, which use this template: What links here.

Help:Templates describes general usage of templates, including treatment of special characters.