Difference between revisions of "Template:CANopen Firmware Functions"
m (Rasty moved page Template:CANOpen:Firmware-Functions to Template:CANOpen-Firmware-Functions) |
|||
Line 149: | Line 149: | ||
|SYNTAX= | |SYNTAX= | ||
|AVAILABILITY= | |AVAILABILITY= | ||
+ | SOCKCAN 0.4.11.2rc8 | ||
|DESCRIPTION= | |DESCRIPTION= | ||
|TYPE= | |TYPE= |
Revision as of 15:06, 2 July 2014
Template for MC-Basic:Commands reference pages related to CANOpen functions.
Template
{{Template:CANOpen Firmware Function |DESCRIPTION |Input |Output |Return Value |DECLARATION |SYNTAX= |AVAILABILITY= SOCKCAN 0.4.11.2rc8 |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
- Pages with this template are automatically added to the Category:CANOpen:Firmware-Functions.
Examples
{{Template:CANOpen Firmware 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.