Difference between revisions of "Template:EtherCAT-Advanced Function"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Axystems:" to "")
 
Line 115: Line 115:
 
### Categories
 
### Categories
 
-->
 
-->
{{#ifeq:{{NAMESPACE}}|Axystems
+
{{#ifeq:{{NAMESPACE}}|
 
|<!-- Public basic command -->
 
|<!-- Public basic command -->
 
[[Category:EtherCAT:Advanced Functions|{{#explode:{{PAGENAME}}|:|-1}}]]
 
[[Category:EtherCAT:Advanced Functions|{{#explode:{{PAGENAME}}|:|-1}}]]
 
|<!-- Not ready basic command -->
 
|<!-- Not ready basic command -->
[[Category:AXY:EtherCAT:Advanced Functions|{{#explode:{{PAGENAME}}|:|-1}}]]
+
[[Category:EtherCAT:Advanced Functions|{{#explode:{{PAGENAME}}|:|-1}}]]
 
}}
 
}}
 
</includeonly><!--  
 
</includeonly><!--  
Line 135: Line 135:
 
|template=
 
|template=
 
<nowiki>
 
<nowiki>
{{AXY:Template:EtherCAT Function
+
{{Template:EtherCAT Function
 
|DESCRIPTION
 
|DESCRIPTION
 
|Input
 
|Input
Line 185: Line 185:
 
|examples=
 
|examples=
 
<pre>
 
<pre>
{{AXY:Template:EtherCAT Function
+
{{Template:EtherCAT Function
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=

Latest revision as of 14:13, 22 May 2014

Template for MC-Basic Commands reference pages.

Template

{{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

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

|AVAILABILITY=
Since Version 5.0.0

|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=
* [[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.