Difference between revisions of "Template:HANcoder/Block"

From OpenMBD
Jump to: navigation, search
Line 15: Line 15:
  
 
==Block Parameters==
 
==Block Parameters==
 
<table class="wikitable">
 
<tr>
 
<td>1</td>
 
<td>2</td>
 
</tr>
 
<tr>
 
<td>3</td>
 
<td>4</td>
 
</tr>
 
</table>
 
 
  
 
<table class="wikitable">
 
<table class="wikitable">
 
{{#if:{{{SampleTime|}}}
 
{{#if:{{{SampleTime|}}}
|<tr><th>Sample Time</th><td>{{{SampleTime}}}</td></tr>}}
+
<tr><th>Sample Time</th><td>{{{SampleTime}}}</td></tr>}}
 
{{#if:{{{CANChannel|}}}
 
{{#if:{{{CANChannel|}}}
|<tr><th>CAN Channel</th><td>{{{CANChannel}}}</td></tr>}}
+
<tr><th>CAN Channel</th><td>{{{CANChannel}}}</td></tr>}}
 
{{#if:{{{InputPorts|}}}
 
{{#if:{{{InputPorts|}}}
|<tr><th>Input Ports</th><td>{{{InputPorts}}}</td></tr>}}
+
<tr><th>Input Ports</th><td>{{{InputPorts}}}</td></tr>}}
 
{{#if:{{{InputDataType|}}}
 
{{#if:{{{InputDataType|}}}
|<tr><th>Input Data Type</th><td>{{{InputDataType}}}</td></tr>}}
+
<tr><th>Input Data Type</th><td>{{{InputDataType}}}</td></tr>}}
 
{{#if:{{{OutputPorts|}}}
 
{{#if:{{{OutputPorts|}}}
|<tr><th>Output Ports</th><td>{{{OutputPorts}}}</td></tr>}}
+
<tr><th>Output Ports</th><td>{{{OutputPorts}}}</td></tr>}}
 
{{#if:{{{OutputData Type|}}}
 
{{#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>Byte Order</th><td>{{{ByteOrder}}}</td></tr>}}
+
<tr><th>Byte Order</th><td>{{{ByteOrder}}}</td></tr>}}
 
{{#if:{{{IdentifierType|}}}
 
{{#if:{{{IdentifierType|}}}
|<tr><th>Identifier Type</th><td>{{{IdentifierType}}}</td></tr>}}
+
<tr><th>Identifier Type</th><td>{{{IdentifierType}}}</td></tr>}}
 
</table>
 
</table>

Revision as of 10:32, 21 March 2017


General information about HANcoder/Block

{{{info}}}

Block Screenshot

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

Mask Screenshot

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

Block Parameters