Table of contents
- 1. Robot Properties
- 2. PROBES/NTBR
- 2.1. ConfShared
- 2.2. LocalResult
- 3. .SEQ files
- 4. Increase the http request timeout when exporting a project
- 5. Increase the STCIP protocol on a probe
- 6. Increase the max size memory of the NMC server
- 7. Listener standard port on the NMC
- 8. IP Analyser flag
- 9. STCP MIN FILE SIZE FOR STREAM
- 10. How to debug the OCR
- 11. SQL Connection limit/Processor limit
- 12. See also
Robot Properties
When opening Robot Properties utility, it shows a list of all your probes for the selected server.
Double Right Click on a robot line to Edit his Newtest.ini file stored on the NMC server.
Modifications made to this file are equivalent to ones made thru Robot Property screen.
PROBES/NTBR
ConfShared
[NEWTEST]
--check for update
ConfShared=1
If this parameter is set to 0, we only checks for update one time when the robot starts.
LocalResult
Keep or not the hardcopies
[NEWTEST]
LocalResults=0
The HardCopies have a different behaviour depending on the LocalResults parameter in the newtest.ini file
LocalResults is set to 1 or if the probe is not connected to the NMC server (or in the NTBR case), a BMP file is created in the result directory, without further treatment, and it will not be purged.
The value returned by the function is the path of the BMP.
LocalResults is set to 0 and the probe is connected to the NMC server, the capture is directly done in JPG, and zipped in the TMP directory. It will be sent as a diagnostic (and thus purged asynchronously).
In this case, the value returned by the hardcopy function is the path of the ZIP.
.SEQ files
Increase the http request timeout when exporting a project
NTBR side
[NEWTEST_PROTOCOL]
HTTP_CLIENT_TIMEOUT=600
Increase the STCIP protocol on a probe
Probe side
[GLOBAL]
;NTB_TCPIP_DEFAULT_COMM_TIMEOUT=60
NTB_TCPIP_DEFAULT_COMM_TIMEOUT=600
Increase the max size memory of the NMC server
[CONTROLER_INTEGRITY]
;1 Go
MaxMemory2=1000000
Listener standard port on the NMC
[NEWTEST_PROTOCOL]
LocalPort=81
IP Analyser flag
UT4_4_UT_CLNT=3
STCP MIN FILE SIZE FOR STREAM
[NEWTEST_PROTOCOL]
;In byte
;5 Mb
STCP_MIN_FILE_SIZE_FOR_STREAM=5000000
How to debug the OCR
[LOG]
NEWTOCRSVC_NEWTOCRIMPL=2
A bitmap will be stored in the result folder.
SQL Connection limit/Processor limit
[SQL_BASE]
ConnectionPerProcessor=2 ; default value
LastMessageRecv=15
Comments