Subversion Repositories HomeAutomation

Rev

Rev 1534 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1534 Rev 1537
Line 31... Line 31...
31
act_protectedOutput_DIAG_PIN_POLARITY=0
31
act_protectedOutput_DIAG_PIN_POLARITY=0
32
 
32
 
33
# Enables internal pull-up resistor for the DIAG pin. This is only used if polarity is defined as 0 (i.e. active low).
33
# Enables internal pull-up resistor for the DIAG pin. This is only used if polarity is defined as 0 (i.e. active low).
34
act_protectedOutput_DIAG_PIN_PULL_ENABLED=0
34
act_protectedOutput_DIAG_PIN_PULL_ENABLED=0
35
 
35
 
-
 
36
# If this is set to 1, the retry attempts will be forced, no matter
-
 
37
# what the state of the DIAG PIN is after the timeout period. In some
-
 
38
# applications, the DIAG PIN holds relevant information only during
-
 
39
# a real output activation. In such a scenario, FORCED RETRIES must
-
 
40
# be used in order not to get stuck in the protection state because
-
 
41
# of false-alarm DIAG assertions.
-
 
42
act_protectedOutput_FORCED_RETRIES=0
-
 
43
 
-
 
44
# When the output pins have been turned off by a DIAG assertion,
36
# When the output pins have been turned off by a DIAG assertion, software can try to enable them again after a specified timeout.
45
# software can try to enable them again after a specified timeout.
37
# Set timeout to 0 to disable this mechanism.
46
# Set timeout to 0 to disable this mechanism. When disabled, a
-
 
47
# DIAG assertion will cause the outputs to be permanently switched
-
 
48
# off until user tries to enable them again. This affects also the
-
 
49
# EEPROM data.
38
act_protectedOutput_RETRY_TIMER=<TIMER>
50
act_protectedOutput_RETRY_TIMER=<TIMER>
39
act_protectedOutput_RETRY_TIMER_TIME_S=10
51
act_protectedOutput_RETRY_TIMER_TIME_S=10
40
 
52
 
41
act_protectedOutput_STORE_VALUE_TIMEOUT=<TIMER>
53
act_protectedOutput_STORE_VALUE_TIMEOUT=<TIMER>
42
act_protectedOutput_STORE_VALUE_TIMEOUT_TIME_S=10
54
act_protectedOutput_STORE_VALUE_TIMEOUT_TIME_S=10