Difference between revisions of "Component: Dual Potentiometer Trimmer (EBM006) (EBM Modules)"
From Flowcode Help
Jump to navigationJump to search (XML import - Pre 8.0 release) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {| style="width:50%" | |
− | |||
− | {| | ||
|- | |- | ||
− | | width="20%" style="color: gray;" | Author | + | | width="20%" style="color:gray;" | Author |
| Matrix TSL | | Matrix TSL | ||
|- | |- | ||
− | | width="20%" style="color: gray;" | Version | + | | width="20%" style="color:gray;" | Version |
− | | 1.1 | + | | 1.1 |
|- | |- | ||
− | | width="20%" style="color: gray;" | Category | + | | width="20%" style="color:gray;" | Category |
| EBM Modules | | EBM Modules | ||
|} | |} | ||
+ | ==Dual Potentiometer - Trimmer component== | ||
+ | This board provides two rotary potentiometers. This component directly interfaces with the EBM006 Dual Trimmers sensors board. | ||
− | == | + | ==Component Pack== |
− | |||
− | |||
− | + | SENSORS | |
− | |||
+ | ==Detailed description== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ''No detailed description exists yet for this component'' | |
− | |||
+ | ==Examples== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ''<span style="color:red;">No additional examples</span>'' | ||
− | |||
− | + | ==Downloadable macro reference== | |
− | '' | + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ReadPotentiometer2''' | ||
+ | |- | ||
+ | | colspan="2" | Read Potentiometer 2 as a byte or integer. | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL | ||
+ | | width="90%" | Mode | ||
+ | |- | ||
+ | | colspan="2" | 0 = read as byte, 1 = read as int. | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-s16-icon.png]] - INT | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ReadPotentiometer1''' | ||
+ | |- | ||
+ | | colspan="2" | Read Potentiometer 1 as a byte or integer. | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL | ||
+ | | width="90%" | Mode | ||
+ | |- | ||
+ | | colspan="2" | 0 = read as byte, 1 = read as int. | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-s16-icon.png]] - INT | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
− | |||
− | |||
− | |||
− | + | ==Property reference== | |
− | + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | |
− | + | |- | |
− | + | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | |
− | + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | |
− | Defines what is used as the ADC Vref source. | + | |- |
− | + | |- | |
− | + | | width="10%" align="center" | [[File:Fc9-type-6-icon.png]] | |
− | + | | width="90%" | Channel 1 | |
− | + | |- | |
− | + | | colspan="2" | | |
− | Clock setting to set how fast the ADC peripheral is driven. | + | |- |
− | + | | width="10%" align="center" | [[File:Fc9-type-6-icon.png]] | |
− | + | | width="90%" | Channel 2 | |
− | + | |- | |
− | + | | colspan="2" | | |
− | + | |- | |
− | Number of micro seconds to wait for the ACD input to charge before starting the analogue sample. | + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] |
+ | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Settings | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-14-icon.png]] | ||
+ | | width="90%" | VRef voltage | ||
+ | |- | ||
+ | | colspan="2" | +Vref voltage x 10mV Default 500 = 5V | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="90%" | VRef option | ||
+ | |- | ||
+ | | colspan="2" | Defines what is used as the ADC Vref source. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="90%" | Conversion speed | ||
+ | |- | ||
+ | | colspan="2" | Clock setting to set how fast the ADC peripheral is driven. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-14-icon.png]] | ||
+ | | width="90%" | Aquisition cycles | ||
+ | |- | ||
+ | | colspan="2" | Number of micro seconds to wait for the ACD input to charge before starting the analogue sample. | ||
+ | |} |
Latest revision as of 17:23, 9 November 2022
Author | Matrix TSL |
Version | 1.1 |
Category | EBM Modules |
Contents
Dual Potentiometer - Trimmer component
This board provides two rotary potentiometers. This component directly interfaces with the EBM006 Dual Trimmers sensors board.
Component Pack
SENSORS
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
ReadPotentiometer2 |
Read Potentiometer 2 as a byte or integer. | |
![]() |
Mode |
0 = read as byte, 1 = read as int. | |
![]() |
Return |
![]() |
ReadPotentiometer1 |
Read Potentiometer 1 as a byte or integer. | |
![]() |
Mode |
0 = read as byte, 1 = read as int. | |
![]() |
Return |