Difference between revisions of "Template:HANcoder/Block"

From OpenMBD
Jump to: navigation, search
Line 14: Line 14:
 
[[File:{{{maskImage}}}]]
 
[[File:{{{maskImage}}}]]
  
==Settings==
+
==Block Parameters==
  
 
<table class="wikitable">
 
<table class="wikitable">
 
{{#if:{{{SampleTime|}}}
 
{{#if:{{{SampleTime|}}}
|<tr><th>SampleTime</th><td>{{{SampleTime}}}</td></tr>}}
+
|<tr><th>Sample Time</th><td>{{{SampleTime}}}</td></tr>}}
 +
 
 
{{#if:{{{CANChannel|}}}
 
{{#if:{{{CANChannel|}}}
|<tr><th>CANChannel</th><td>{{{CANChannel}}}</td></tr>}}
+
|<tr><th>CAN Channel</th><td>{{{CANChannel}}}</td></tr>}}
 +
 
 +
{{#if:{{{InputPorts|}}}
 +
|<tr><th>Input Ports</th><td>{{{InputPorts}}}</td></tr>}}
 +
 
 +
{{#if:{{{InputDataType|}}}
 +
|<tr><th>Input Data Type</th><td>{{{InputDataType}}}</td></tr>}}
 +
 
 
{{#if:{{{OutputPorts|}}}
 
{{#if:{{{OutputPorts|}}}
|<tr><th>OutputPorts</th><td>{{{OutputPorts}}}</td></tr>}}
+
|<tr><th>Output Ports</th><td>{{{OutputPorts}}}</td></tr>}}
{{#if:{{{OutputDataType|}}}
+
 
 +
{{#if:{{{OutputData Type|}}}
 
|<tr><th>OutputDataType</th><td>{{{OutputDataType}}}</td></tr>}}
 
|<tr><th>OutputDataType</th><td>{{{OutputDataType}}}</td></tr>}}
 +
 
{{#if:{{{ByteOrder|}}}
 
{{#if:{{{ByteOrder|}}}
|<tr><th>ByteOrder</th><td>{{{ByteOrder}}}</td></tr>}}
+
|<tr><th>Byte Order</th><td>{{{ByteOrder}}}</td></tr>}}
 +
 
 
{{#if:{{{IdentifierType|}}}
 
{{#if:{{{IdentifierType|}}}
|<tr><th>IdentifierType</th><td>{{{IdentifierType}}}</td></tr>}}
+
|<tr><th>Identifier Type</th><td>{{{IdentifierType}}}</td></tr>}}
 
</table>
 
</table>

Revision as of 10:22, 21 March 2017


General information about HANcoder/Block

{{{info}}}

Block Screenshot

[[File:{{{blockImage}}}]]

Mask Screenshot

[[File:{{{maskImage}}}]]

Block Parameters