Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
transsecs_configuration [2023/07/27 15:02] wikiadmin [Alarm Anti-Rebound] |
transsecs_configuration [2025/02/12 13:36] (current) wikiadmin |
||
---|---|---|---|
Line 81: | Line 81: | ||
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. | 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 | ||
+ | </ |