Component: Fan Pump (Industrial)

From Flowcode Help
Jump to navigationJump to search


Author Matrix TSL
Version 1.0 (Release)
Category Industrial


Image Fan Pump component

A simple rotating fan or pump. The component has macros to set and get the current rotational speed. Compatible with SCADA interconnecting pipe components.

Examples

No additional examples


Downloadable macro reference

This component does not contain any downloadable macros

Simulation macro reference

GetSpeed

Gets the current speed of the fan in RPM.

Parameters

This macro has no parameters


Return value

FLOAT


SetSpeed

Sets the speed of the fan in RPM.

Parameters

FLOAT Speed
Speed in RPM


Return value

This call does not return a value



Property reference

Show Title

This property is of type True or false and can be referenced with the variable name ShowTitle.

Decides if the fan title is shown

Title Colour

This property is of type Color picker and can be referenced with the variable name TitleColour.

Title Label Color

Title Text

This property is of type Line of text and can be referenced with the variable name TitleText.

Title Label Text

Title Scale

This property is of type Floating point and can be referenced with the variable name TitleScale.

Controls the size of the title text on the panel, default 1.2

Show Label

This property is of type True or false and can be referenced with the variable name ShowLabel.

Decides if a label is shown detailing current amount of produce in the hopper

Label Colour

This property is of type Color picker and can be referenced with the variable name LabelColour.

Sets the label colour

Label Units

This property is of type Line of text and can be referenced with the variable name LabelUnits.

Adds a unit to the end of the label

Label Decimal Points

This property is of type Unsigned integer and can be referenced with the variable name LabelDecPoints.

Number of decimal points to round the label value to.

Label Scale

This property is of type Floating point and can be referenced with the variable name LabelScale.

Sets the size of the label on the panel, default 1.0

Propeller Colour

This property is of type Color picker and can be referenced with the variable name PropColour.

Sets the colour of the propeller.

Background Colour

This property is of type Color picker and can be referenced with the variable name BgColour.

No additional information