100
Sensaphone
®
ISACC Instruction Manual
RESET
Summary:
int reset(n);
int n;
Input number
Description:
The reset function resets the values automatically maintained by the system for an
input specified by n. If the input is analog, reset resets the max and min values. If the
input is a pulse counter, reset sets the pulse count to zero. If the input is a dry contact,
reset has no effect.
Return value:
The reset function always returns a zero.
Example:
If input 7 is a pulse counting input, this program will initiate an alarm 7 condition if
input 7 is greater than 100, and reset the counter to zero.
main()
{
if (input(7) > 100)
{
reset(7);
alarm(7);
}
}
Содержание Sensaphone ISACC
Страница 1: ...Sensaphone ISACC Operator s Manual version 3 49...
Страница 22: ...22 Sensaphone ISACC Instruction Manual...
Страница 52: ...52 Sensaphone ISACC Instruction Manual...
Страница 76: ...76 Sensaphone ISACC Instruction Manual...
Страница 114: ...114 Sensaphone ISACC Instruction Manual...
Страница 120: ...120 Sensaphone ISACC Instruction Manual...
Страница 124: ...124 Sensaphone ISACC Instruction Manual...
Страница 130: ...130 Sensaphone ISACC Instruction Manual...
Страница 132: ...132 Sensaphone ISACC Instruction Manual...
Страница 140: ...140 Sensaphone ISACC Instruction Manual...
Страница 142: ...142 Sensaphone ISACC Instruction Manual...