Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
devices_runtime_configuration [2020/10/04 14:30] wikiadmin created |
devices_runtime_configuration [2020/10/04 15:01] (current) wikiadmin |
||
---|---|---|---|
Line 18: | Line 18: | ||
{{: | {{: | ||
+ | |||
+ | Each of the parameters is in a block that consists of the name of the parameter as a string and the value. | ||
<code xml> | <code xml> | ||
<void method=" | <void method=" | ||
- | < | + | < |
- | <double>-1.0</double> | + | <int>5010</int> |
</ | </ | ||
</ | </ | ||
+ | |||
+ | You should not change any of the parameter names, but can change any of the values as needed for your application. | ||
+ | |||
+ | **Important Parameters for Hosts and Tools** | ||
+ | |||
+ | < | ||
+ | * deviceId - the device Id. The host and tool must use the same device id | ||
+ | * baudRate - for SECSI tools, this is the serial port baud rate | ||
+ | * linkTestInterval - if greater than zero, TransSECS will periodically send an HSMS " | ||
+ | </ | ||
+ | |||
+ | |||
+ | **Important Parameters for Tools** | ||
+ | |||
+ | < | ||
+ | * passivePort - this is the port on which the tool will listen for connections from the host | ||
+ | * persistenceFileName - provide a filename for saving the GEM configuration. | ||
+ | </ | ||
+ | |||
+ | **Important Parameters for Hosts** | ||
+ | |||
+ | < | ||
+ | * equipmentHostName - the hostname or IP address of the tool | ||
+ | * activePort - the port on which the tool is listening for a connection. | ||
+ | </ | ||
+ | |||
+ | |||
+ | **Timeout Parameters** | ||
+ | |||
+ | Tool application will have these timeout parameters, as defined by the SECS standard. | ||
+ | |||
+ | < | ||
+ | * passiveT1 | ||
+ | * passiveT2 | ||
+ | * passiveT3 | ||
+ | * passiveT4 | ||
+ | * passiveT5 | ||
+ | * passiveT6 | ||
+ | * passiveT7 | ||
+ | * passiveT8 | ||
+ | </ | ||
+ | |||
+ | Host applications will add the following timeouts, again as defined in the standard. | ||
+ | |||
+ | < | ||
+ | * activeT1 | ||
+ | * activeT2 | ||
+ | * activeT3 | ||
+ | * activeT4 | ||
+ | * activeT5 | ||
+ | * activeT6 | ||
+ | * activeT7 | ||
+ | * activeT8 | ||
+ | </ | ||
+ | |||
+ | **Uncommon Parameters** | ||
+ | |||
+ | < | ||
+ | * activeConnectionRetryInterval - for an " | ||
+ | * passivePort - Host applications. | ||
+ | </ | ||
+ | |||
+ | **Tech Support Parameters** | ||
+ | |||
+ | Change these only if advised to do so by Tech Support. | ||
+ | |||
+ | < | ||
+ | * allDeviceIdsValid | ||
+ | * allowDuplicateSECSIMessages | ||
+ | </ | ||
+ |