AppendTempChannels()

AppendTempChannels() 1:

Appends the temperature configuration to the trend. If the group configuration of all zones changes, this is automatically taken over by FB_TrendHmi.

Syntax:

METHOD AppendTempChannels : HRESULT
VAR_INPUT
    ipTemp:              I_Temperature;
    nYAxisID:            INT;
END_VAR

AppendTempChannels() 2: Inputs

Name

Type

Description

ipTemp

I_Temperature

Instance of the temperature control class (FB)

nYAxisID

INT

Y-axis in the HMI on which the value is displayed

The YAxisID is predefined for the following units:

ID

Unit

Description

1

°C

Temperature

2

A

Current

3

Bar

Pressure

4

RPM

Turnrate

AppendTempChannels() 3: Outputs

Name

Type

Description

AppendTempChannels

HRESULT

Return value with feedback on the success of the execution

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT v3.1.4024.42

PC or CX (x64, x86)

Tc3_PlasticBaseApplication (>= v3.12.6.0)