Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
transsecs_configuration [2023/07/27 14:19] wikiadmin |
transsecs_configuration [2025/02/12 13:36] (current) wikiadmin |
||
---|---|---|---|
Line 67: | Line 67: | ||
===Alarm Anti-Rebound=== | ===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. | + | 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. |
- | + | ||
- | transsecs.alarmantireboundenable | + | |
+ | < | ||
transsecs.alarmantirebounddeadband | transsecs.alarmantirebounddeadband | ||
+ | </ | ||
- | For example, to prevent alarms | + | For example, to prevent alarms |
- | transsecs.alarmantireboundenable=true | + | < |
+ | transsecs.alarmantirebounddeadband=500 | ||
+ | </ | ||
- | 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 |
+ | ===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 | ||
+ | </ |