Jump to content

Component: K8055 PCB (Misc): Difference between revisions

From Flowcode Help
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead""
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
 
Line 101: Line 101:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetAnalog'''
| width="90%" class="mtx-class-macrohead" | '''GetAnalog'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 120: Line 120:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetButton'''
| width="90%" class="mtx-class-macrohead" | '''GetButton'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 139: Line 139:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetCounter'''
| width="90%" class="mtx-class-macrohead" | '''GetCounter'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 158: Line 158:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetDigital'''
| width="90%" class="mtx-class-macrohead" | '''GetDigital'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 172: Line 172:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ResetAll'''
| width="90%" class="mtx-class-macrohead" | '''ResetAll'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 186: Line 186:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ResetCounter'''
| width="90%" class="mtx-class-macrohead" | '''ResetCounter'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 205: Line 205:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetAnalog'''
| width="90%" class="mtx-class-macrohead" | '''SetAnalog'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 229: Line 229:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetByte'''
| width="90%" class="mtx-class-macrohead" | '''SetByte'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 248: Line 248:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetLED'''
| width="90%" class="mtx-class-macrohead" | '''SetLED'''
|-
|-
| colspan="2" |  
| colspan="2" |  
Line 273: Line 273:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
| width="90%" class="mtx-class-macrohead" | '''Properties'''  
|-
|-
|-
|-

Latest revision as of 14:23, 13 July 2026

Author Matrix TSL
Version 1.1
Category Misc


K8055 PCB component

Hidden component to embed inside Velleman K8055 component. Simulates a single K8055 board's inputs and outputs.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_K8055_PCB.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_K8055_PCB.fcsx

Detailed description

No detailed description exists yet for this component

Examples

An example project showing the capabilities of the Velleman K8055D board combined with a Pico Technology series 2 scope.

Velleman and Picoscope Demo






Macro reference

GetAnalog

GetAnalog
 
- BYTE Input
 
- BYTE Return


GetButton

GetButton
 
- BYTE Button
 
- BOOL Return


GetCounter

GetCounter
 
- BYTE Counter
 
- ULONG Return


GetDigital

GetDigital
 
- BYTE Return


ResetAll

ResetAll
 
- VOID Return


ResetCounter

ResetCounter
 
- BYTE Counter
 
- VOID Return


SetAnalog

SetAnalog
 
- BYTE Output
 
- BYTE Value
 
- VOID Return


SetByte

SetByte
 
- BYTE Data
 
- VOID Return


SetLED

SetLED
 
- BYTE LED
 
- BOOL State
 
- VOID Return


Property reference

Properties
Label