Component: HBRIDGE (CAL) (Misc)
From Flowcode Help
(Redirected from Component: ID 71d6cb24 d865 4ea8 b147 734ef7f76850)
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 2.1 |
Category | Misc |
Contents
HBRIDGE component
CAL = Code Abstraction Layer - Allows one code base to run on a wide range of chips. A low level implementation giving direct access to the H-Bridge peripheral. Currently only supports compatible 8-bit PIC devices.
Component Pack
FREE
Detailed description
Half Bridge Application
A Half Bridge type output has two output signals A and B.
Full Bridge Application
Full Bridge type output has four output signals A, B, C and D.
Examples
A simple proof of concept example to drive a full bridge output with varying speed and direction.
Downloadable macro reference
![]() |
GetValue |
Returns Named property Value | |
![]() |
Name |
![]() |
Return |
![]() |
Disable |
Disable this PWM Channel | |
![]() |
Return |
![]() |
Enable |
Enable this PWM Channel | |
![]() |
Return |
![]() |
SetSpeed |
Sets the motor speed by varying the PWM duty. | |
![]() |
duty |
Duty value 0 - 1023 | |
![]() |
Return |
![]() |
SetValue |
Sets the Value of the property PERIOD, PRESCALE or CHANNEL (if CHANNEL also updates the PORT from FCD) | |
![]() |
Name |
![]() |
Value |
![]() |
Return |
![]() |
SetDirection |
Set the motor direction. | |
![]() |
direction |
0 = Forwards, 1 = Reverse | |
![]() |
Return |
![]() |
GetList |
Returns CHANNEL or PRESCALE list from the FCD and updates the internal property | |
![]() |
Name |
![]() |
Return |