Component: Output Digital (DSP)

From Flowcode Help
Revision as of 09:11, 12 October 2020 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix Ltd
Version 1.2 (Release)
Category DSP


Image Output Digital component

Allows the values from a buffer to be read. Either a value at a time or as an array.

Examples

No additional examples


Downloadable macro reference

GetIntArray

Returns an array of values from the specified buffer and scales it appropriatley if required.

Auto increments the read location.

Parameters

UINT Data
UINT Count


Return value

This call does not return a value


GetLongArray

Returns an array of values from the specified buffer and scales it appropriatley if required.

Auto increments the read location.

Parameters

ULONG Data
UINT Count


Return value

This call does not return a value


GetLong

Returns a value from the specified buffer and scales it appropriatley if required.

Auto increments the read location.

Parameters

This macro has no parameters


Return value

ULONG


GetInt

Returns a value from the specified buffer and scales it appropriatley if required.

Auto increments the read location.

Parameters

This macro has no parameters


Return value

UINT


GetByteArray

Returns an array of values from the specified buffer and scales it appropriatley if required.

Auto increments the read location.

Parameters

BYTE Data
UINT Count


Return value

This call does not return a value


GetByte

Returns a value from the specified buffer and scales it appropriatley if required.

Auto increments the read location.

Parameters

This macro has no parameters


Return value

BYTE


Simulation macro reference

This component does not contain any simulation macros


Property reference

Connect To

This property is of type Panel object and can be referenced with the variable name ConnectTo.

No additional information