SetHMI
Syntax
METHOD SetHMI : BOOL
VAR_INPUT
nContent : DINT
pContent : PVOID
bHMIReinit : BOOL
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 |
bHMIReinit | BOOL | Initialize the HMI content structure |
Return value
Name | Type | Description |
---|---|---|
SetHMI | BOOL | Is TRUE when completed |