Difference between revisions of "Template:EtherCAT-Advanced Function"
(Created page with "<includeonly><!-- -->__NOTOC__<!-- -->__NOEDITSECTION__<!-- ### DESCRIPTION -->{{{DESCRIPTION}}}<!-- ### Input -->{{#if:{{{INPUT|}}}|: == Input == {{{INPUT}}} }}<!...") |
m |
||
Line 130: | Line 130: | ||
{{Template | {{Template | ||
|description= | |description= | ||
− | Template for [[:Category:Axystems:MC-Basic:Commands|MC- | + | Template for [[:Category:Axystems:MC-Basic:Commands|MC-Basic Commands]] reference pages. |
Line 191: | Line 191: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 5.0.0 | |
|DESCRIPTION= | |DESCRIPTION= |
Revision as of 06:12, 3 April 2014
Template for MC-Basic Commands reference 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
- Pages with this template are automatically added to the Category:Axystems:MC-Basic:Commands.
Examples
{{AXY: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= * [[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.