Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
transsecs_configuration [2020/12/04 11:43] wikiadmin |
transsecs_configuration [2025/02/12 13:36] (current) wikiadmin |
||
---|---|---|---|
Line 65: | Line 65: | ||
to the startup script will enable this option. | to the startup script will enable this option. | ||
+ | ===Alarm Anti-Rebound=== | ||
+ | Two parameters prevent multiple set/clear alarms in a short period of time. This will prevent multiple alarms being sent on, for example, a switch bobbling. Set the anti-rebound timeout to a value > 0 to enable this feature. | ||
+ | |||
+ | < | ||
+ | transsecs.alarmantirebounddeadband | ||
+ | </ | ||
+ | |||
+ | For example, to prevent alarms within 0.5 seconds of the initial indication add: | ||
+ | |||
+ | < | ||
+ | transsecs.alarmantirebounddeadband=500 | ||
+ | </ | ||
+ | |||
+ | Note that adding an ECID AlarmAntiRebound_DeadBand can be used instead of the system property. If this ECID exists the value of transsecs.alarmantirebounddeadband configured in the ErgoTechConfiguration.properties file will be ignored. | ||
+ | |||
+ | ===Passive Host/Active Tool=== | ||
+ | |||
+ | This change should only be made under the direction of tech support and requires an addon package that contains the new configuration. | ||
+ | |||
+ | < | ||
+ | # Switch Active/ | ||
+ | # All tools become active | ||
+ | transsecs.passivewrapperclassname=com.ergotech.transsecs.secs.HSMSToolActiveWrapper | ||
+ | # All hosts become passive (not required for a tool, but useful for testing). | ||
+ | transsecs.activewrapperclass=com.ergotech.transsecs.secs.HSMSHostPassiveWrapper | ||
+ | # The address of the host | ||
+ | transsecs.activehostname=192.168.56.1 | ||
+ | # Optional. How often to wait between attempts to connect to the host in seconds | ||
+ | # the default is 5 | ||
+ | transsecs.activeretryinterval=5 | ||
+ | </ |