Vai al contenuto

VAR_CHECK, definizione variable value check mode

Vai all indice del manuale di programmazione
Tipo: Definizione
Libreria LogicLab: eLLabCommonLib
Libreria Codesys: Non disponibile

Variabile USINT di definizione valore variabili per funzione VarVCheck.

NameDescritption
VCK_NORMALCheck if variable value is normal, normal means not NaN, not INF. Applicable to all types of variables.
VCK_ZEROCheck if variable value is “0”. Applicable to all types of variables.
VCK_POSITIVECheck if variable value is positive. Applicable to all signed variables.
VCK_NEGATIVECheck if variable value is negative.Applicable to all signed variables.
VCK_NANCheck if variable value is Not A Number. Applicable to all REAL variables.
VCK_INFINITECheck if variable value is infinite. Applicable to all REAL variables.
Was this article helpful?