Component: MIAC Zigbee Router (MIAC: Addon Modules)

From Flowcode Help
Jump to navigationJump to search


Author Matrix TSL
Version 1.0 (Release)
Category MIAC: Addon Modules


Image MIAC Zigbee Router component

MIAC Zigbee Router Addon component for MIAC System. Add the Zigbee component to the panel to add functionality.

Examples

No additional examples


Downloadable macro reference

LED_Control

Sets the indicator LED On (State=1) or Off (State=0)

Parameters

BYTE State


Return value

This call does not return a value


DigitalOutput

Set a Terminal Output to High (Value=1) or Low (Value=0)

Parameters

BYTE Terminal
BYTE Value


Return value

BYTE


AnalogInput

Read the ADC value of a Terminal

Returns 12 bit ADC reading

Parameters

BYTE Terminal
Terminal number to be read


Return value

UINT


Initialize

Forces a software reset on the module

Parameters

This macro has no parameters


Return value

This call does not return a value


DigitalInput

Read the value of a terminal

Parameters

BYTE Terminal


Return value

BYTE


Simulation macro reference

This component does not contain any simulation macros


Property reference

Module Type

This property is of type Fixed list of ints and can be referenced with the variable name MODULE_TYPE.

No additional information


Module Address

This property is of type Fixed list of ints and can be referenced with the variable name ORDINAL.

No additional information