GetHMI (4.1)
Syntax
METHOD GetHMI : BOOL
VAR_INPUT
nContent : DINT
pContent : PVOID
END_VAR
VAR
pHMI_C[n]_[Content] : POINTER TO ST_HMI_C[n]_[Content];
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nContent | DINT | HMI Content Index |
pContent | PVOID | Pointer to the HMI content structure |
Return value
Name | Type | Description |
---|---|---|
GetHMI | BOOL | Is TRUE when completed |