Difference between revisions of "Template:CANopen Functions"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "<includeonly><!-- -->__NOTOC__<!-- -->__NOEDITSECTION__<!-- ### DESCRIPTION -->{{{DESCRIPTION}}}<!-- ### Input -->{{#if:{{{INPUT|}}}|: == Input == {{{INPUT}}} }}<!...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 124: Line 124:
 
{{#ifeq:{{NAMESPACE}}|Axystems
 
{{#ifeq:{{NAMESPACE}}|Axystems
 
|<!-- Public basic command -->
 
|<!-- Public basic command -->
[[Category:CANOpen:Functions|{{#explode:{{PAGENAME}}|:|-1}}]]
+
[[Category:CANopen:Functions|{{#explode:{{PAGENAME}}|:|-1}}]]
 
|<!-- Not ready basic command -->
 
|<!-- Not ready basic command -->
[[Category:CANOpen:Functions|{{#explode:{{PAGENAME}}|:|-1}}]]
+
[[Category:CANopen:Functions|{{#explode:{{PAGENAME}}|:|-1}}]]
 
}}
 
}}
 
</includeonly><!--  
 
</includeonly><!--  
Line 137: Line 137:
 
{{Template
 
{{Template
 
|description=
 
|description=
Template for [[:Category:MC-Basic:Commands|MC-Basic:Commands]] reference pages related to CANOpenfunctions.
+
Template for [[:Category:MC-Basic:Commands|MC-Basic:Commands]] reference pages related to CANopen functions.
  
 
|template=
 
|template=
 
<nowiki>
 
<nowiki>
{{Template:EtherCAT Function
+
{{Template:CANopen Function
 
|DESCRIPTION
 
|DESCRIPTION
 
|Input
 
|Input
Line 190: Line 190:
  
 
|operation=
 
|operation=
* Pages with this template are automatically added to the [[:Category:CANOpen:Functions]].
+
* Pages with this template are automatically added to the [[:Category:CANopen:Functions]].
  
 
|examples=
 
|examples=
 
<pre>
 
<pre>
{{Template:CANOpen Function
+
{{Template:CANopen Function
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=

Latest revision as of 14:41, 26 August 2014

Template for MC-Basic:Commands reference pages related to CANopen functions.

Template

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

Parameters

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

Operation

Examples

{{Template:CANopen 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.