Component: Power Board (BL0110) (E-blocks 2)

From Flowcode Help
Revision as of 08:58, 9 June 2025 by Wiki bot (talk | contribs) (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Author Matrix TSL
Version 1.0
Category E-blocks 2


Power Board (BL0110) component

A component to drive the power board BL0110 either as a full bridge or as two half bridges.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Macro reference

Disable

Fc9-comp-macro.png Disable
 
Fc9-void-icon.png - VOID Return


Enable

Fc9-comp-macro.png Enable
 
Fc9-void-icon.png - VOID Return


SetDirection

Fc9-comp-macro.png SetDirection
Allows the direction of current to be reversed. Only applies to the Full Bridge mode.  
Fc9-bool-icon.png - BOOL Direction
0=Forwards, 1=Reverse 
Fc9-void-icon.png - VOID Return


SetDuty

Fc9-comp-macro.png SetDuty
 
Fc9-u8-icon.png - BYTE Channel
0=A, 1=B 
Fc9-u16-icon.png - UINT Duty
Range: 0 to Resolution - 1 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Setup
Fc9-type-16-icon.png Mode
Defines how the driver is connected. A full bridge is capable of controlling a load like a DC motor offering speed and direction control. A half bridge is capable of controlling a load like a DC motor with speed control only. 
Fc9-type-5-icon.png PWM A
 
Fc9-type-5-icon.png Enable A
 
Fc9-type-5-icon.png PWM B
 
Fc9-type-5-icon.png Enable B
 
Fc9-conn-icon.png Timer Properties
Fc9-type-16-icon.png Timer
Timer Peripheral to use to monitor the passage of time. 
Fc9-type-21-icon.png Frequency (Hz)
Sets the control frequency of the PWM output. Recommend between 100 and 5000 Hz 
Fc9-type-21-icon.png Resolution
Defines how many possible steps there are in the output PWM duty. Recommend 100 - 256 100 would allow for duty control values in the range of 0 (fully off) to 99 (fully on) 
Fc9-type-21-icon.png Interrupt Rate (Hz)
The overall timer interrupt rate. Try to keep this as low as possible to avoid slowing down the system with excessive interrupts. 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_Eblocks2_Power_BL0110.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_Eblocks2_Power_BL0110.fcfx