HandleTempConfigQuery


function HandleTempConfigQuery(TempSymbol: TcHmi.Symbol, TempConfigList: TcHmi.Symbol, ListQueryPlcOperation: TcHmi.Symbol): void

The HandleTempConfigQuery function lists the available hardware configurations per group of a temperature control. For this purpose, the ListQueryPlc and TempConfigQuery functions are executed internally for all groups of an FB_TemperatureHmi temperature controller. In addition, the selected entries in the list can be requested from the PLC using the Select command.

Parameter

Name

Type

Description

TempSymbol

TcHmi.Symbol

ADS symbol for the temperature controller

TempConfigList

TcHmi.Symbol

Server symbol for buffering the results

ListQueryPlcOperation

String (ListQueryPlcOperation) [enum]

Order with which the handling is to be carried out:

  • List: Lists the configurations
  • Select: Loads the entries marked in the buffer
  • Abort: Cancels the active listing process

Return value

Type

Description

void

no return value

NuGet package: Beckhoff.TwinCAT.HMI.Plastic.Functions

Available: from version 12.16.0

Use: TC3 Plastic Application HMI Projects