Difference between revisions of "Component: One Wire Dummy (Misc)"
From Flowcode Help
Jump to navigationJump to search| Line 77: | Line 77: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 83: | Line 85: | ||
==Macro reference== | ==Macro reference== | ||
| + | ===ReceiveByte=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 96: | Line 99: | ||
| + | ===TransmitByte=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 114: | Line 118: | ||
| + | ===SkipROM=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 127: | Line 132: | ||
| + | ===BusReset=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 140: | Line 146: | ||
| + | ===MatchROM=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 163: | Line 170: | ||
| + | ===ScanBus=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 176: | Line 184: | ||
| + | ===GetDeviceCount=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 189: | Line 198: | ||
| + | ===GetIDByte=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 212: | Line 222: | ||
| + | ===Initialise=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Revision as of 11:51, 3 February 2023
| Author | Matrix Ltd |
| Version | 1.4 |
| Category | Misc |
Contents
One Wire Dummy component
Low level routines for controlling or interacting with a standard one wire interface.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_One_Wire_Dummy.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_One_Wire_Dummy.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ReceiveByte
| ReceiveByte | |
| Receives a byte from the one wire bus a bit at a time | |
| Return | |
TransmitByte
| TransmitByte | |
| Transmit a byte to the one wire bus a bit at a time | |
| Command | |
| Return | |
SkipROM
| SkipROM | |
| Performs a bus reset and the sends the SkipROM command byte | |
| Return | |
BusReset
MatchROM
| MatchROM | |
| Performs a reset followed by the MatchROM code and then the 8-bit ROM code. | |
| FamilyCode | |
| SerialNumber | |
| Return | |
ScanBus
| ScanBus | |
| Scans the one wire bus to detect all connected devices. Returns the number of one wire devices found. | |
| Return | |
GetDeviceCount
| GetDeviceCount | |
| Returns the number of devices found by the last ScanBus operation. | |
| Return | |
GetIDByte
Initialise
| Initialise | |
| Sets up the 1-Wire output pin ready for communications. | |
| Return | |
Property reference
| Properties |