transsecs_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
transsecs_configuration [2023/07/27 14:22]
wikiadmin [Alarm Anti-Rebound]
transsecs_configuration [2025/02/12 13:36] (current)
wikiadmin
Line 79: Line 79:
 </file> </file>
  
 +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.
 +
 +<file>
 +# Switch Active/Passive connections.  Hosts becomes passive, tools 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
 +</file>
  • transsecs_configuration.1690485738.txt.gz
  • Last modified: 2023/07/27 14:22
  • by wikiadmin