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 | ADS symbol for the temperature controller | |
TempConfigList | Server symbol for buffering the results | |
ListQueryPlcOperation | String (ListQueryPlcOperation) [enum] | Order with which the handling is to be carried out:
|
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