Difference between revisions of "Component: DALI Master (Comms: System)"
| Line 76: | Line 76: | ||
| For a DALI Slave example see: [[Component: DALI Slave (Comms: System)]] | For a DALI Slave example see: [[Component: DALI Slave (Comms: System)]] | ||
| + | |||
| + | |||
| Line 81: | Line 83: | ||
| ==Macro reference== | ==Macro reference== | ||
| + | ===ReceiveBackwardFrame=== | ||
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| |- | |- | ||
| Line 94: | Line 97: | ||
| + | ===TransmitForwardFrame=== | ||
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| |- | |- | ||
| Line 117: | Line 121: | ||
| + | ===TransmitIndividualForwardFrame=== | ||
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| |- | |- | ||
| Line 145: | Line 150: | ||
| + | ===TransmitGroupForwardFrame=== | ||
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| |- | |- | ||
| Line 173: | Line 179: | ||
| + | ===Initialise=== | ||
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| |- | |- | ||
Revision as of 11:49, 3 February 2023
| Author | MatrixTSL | 
| Version | 1.0 | 
| Category | Comms: System | 
Contents
DALI Master component
A serial based communications protocol designed for controlling lighting, specifically digitally controlled dimmable fluorescent ballasts. DALI requires the signals to be level shifted from VCC and GND to +9.5V - +25.5V and GND. The master component can addess up to 64 individual slaves & up to 16 groups.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DALI_Master.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DALI_Master.fcfx
Detailed description
No detailed description exists yet for this component
Examples
DALI Master Example, reads the value of a keypad and sends out DALI commands based on the key pressed, 1 = switch on a slave's light, 2 = switch off a slave's light, 3 = read the slave's light level.
 DALI Master Example1
DALI Master Example1
For a DALI Slave example see: Component: DALI Slave (Comms: System)
Macro reference
ReceiveBackwardFrame
|   | ReceiveBackwardFrame | 
| Attempts to receive an 8-bit reply 0 indicates timeout or no reply | |
|  - BYTE | Return | 
TransmitForwardFrame
TransmitIndividualForwardFrame
TransmitGroupForwardFrame
Initialise
|   | Initialise | 
| Configures the UART serial interface. | |
|  - VOID | Return | 
Property reference
|   | Properties | 
|   | Serial Properties | 
|   | TX Pin | 
|   | RX Pin | 
|   | Simulation | 
|   | API | 
