Difference between revisions of "Component: DALI Slave (Comms: System)"
From Flowcode Help
Jump to navigationJump to searchLine 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
− | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/ | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_DALI_Slave.fcfx FC_Comp_Source_DALI_Slave.fcfx] |
− | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/ | + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_DALI_Slave.fcfx FC_Comp_Source_DALI_Slave.fcfx] |
==Detailed description== | ==Detailed description== | ||
Line 48: | Line 48: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Revision as of 13:09, 7 February 2023
Author | MatrixTSL |
Version | 1.0 |
Category | Comms: System |
Contents
DALI Slave 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 using external circuitry.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DALI_Slave.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DALI_Slave.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
CheckForGroupAddress
![]() |
CheckForGroupAddress |
Tests the 16-bit incoming data for the defined group address Returns 0 for no match, returns 1 for a match | |
![]() |
Data |
![]() |
Return |
CheckForIndividualAddress
![]() |
CheckForIndividualAddress |
Tests the 16-bit incoming data for the defined individual address Returns 0 for no match, returns 1 for a match | |
![]() |
Data |
![]() |
Return |
CollectDataByte
![]() |
CollectDataByte |
Returns the data byte from a 16-bit data packet | |
![]() |
Data |
![]() |
Return |
CollectPacketType
![]() |
CollectPacketType |
Returns if the incoming packet was data or a command. Return of 0 = Data Return of 1 = Command | |
![]() |
Data |
![]() |
Return |
Initialise
![]() |
Initialise |
Configures the UART serial interface. | |
![]() |
Return |
ReceiveForwardFrame
![]() |
ReceiveForwardFrame |
Attempts to receive an 16-bit command from the master controller. 0xFFFF indicates timeout or no reply | |
![]() |
Return |
TransmitBackwardFrame
![]() |
TransmitBackwardFrame |
Send out a 8-bit frame consisting of a data byte. | |
![]() |
Data |
Data Byte | |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Serial Properties |
![]() |
TX Pin |
![]() |
RX Pin |
![]() |
DALI Slave Properties |
![]() |
Individual Address |
Address ranging from 0-63 | |
![]() |
Group Address |
Address ranging from 0-15 | |
![]() |
Simulation |
![]() |
API |