Go to documentation repository
...
Debug mode is a special operation mode when the Debug Window window is open, and is designed for analyzing the progress of Axxon PSIM software operation and for prompt debugging in case errors occur. Log files are created in this mode − they mode—they are stored on the disk for a specific time period.
By default, debug mode is disabled. To enable debug mode, do the following:
...
Info | ||
---|---|---|
| ||
Find details in the The Debug window section of Programming Guide (JScript). |
...
One You can set log keeping parameters both on the Axxon PSIM setting panel in the Tweaki.exe utility (see The Settings panel of the Axxon PSIM section) and using some registry keys:
...
Log files are rewritten when the maximum of one of these parameters is at its maximum. the parameters is reached.
When the Debug 4 debug mode is enabled, the video.run log file displays detailed information about the file system and memory usage every 10 seconds. To reduce the number of info lines,, displayed every 10 seconds, to 6 (this will reduce the size of the log file), it is necessary to add the StatusInfo=0 key.
An example of the displayed information if StatusInfo=1 or no key:
Code Block |
---|
Uptime: 00:00:12, memory: 423.0 MB
[FS]Health ok.
[FS]Ring cycles count: 0
[FS]Total index in memory size: 62.7 KB
[FS]Total recorders: 4, MemFile: -1, memFile total size: 16.0 MB, last frame skipped time: none, WritingQueueSize: 1500, avg speed: 18.99 MB/sec.
[FS]Total readers: 0 (cached frames: 0)
[FS]Total cameras: 4, internal VMDA detectors: 0, external VMDA detectors: 0. zone detectors: 0.
[FS]Camera 1. Writing queue: 1 frames(0% of 1500), size: 0.00 MB(0 ms). Streams(1): 1, total VMDA detectors 0 (int: 0, ext: 0), zone: 0. Grabber_IP_CAM queue size: 0.
[FS]Camera 2. Writing queue: 0 frames(0% of 1500), size: 0.00 MB(0 ms). Streams(1): 2, total VMDA detectors 0 (int: 0, ext: 0), zone: 0. Grabber_IP_CAM queue size: 0.
[FS]Camera 3. Writing queue: 0 frames(0% of 1500), size: 0.00 MB(0 ms). Streams(1): 3, total VMDA detectors 0 (int: 0, ext: 0), zone: 0. Grabber_IP_CAM queue size: 0.
[FS]Camera 4. Writing queue: 0 frames(0% of 1500), size: 0.00 MB(0 ms). Streams(1): 4, total VMDA detectors 0 (int: 0, ext: 0), zone: 0. Grabber_IP_CAM queue size: 0.
Total registered senders: 1
Objects:
VideoFrame: 38(max: 77 at '09-09-22 14:40:13.014')
AudioFrame: 0(max: 5 at '09-09-22 14:40:08.816')
Msg: 73(max: 130 at '09-09-22 14:40:06.733')
Active[1]
SendVideoFrame(local=1,compressed=1) to 'TAG-5509.1': value: 0 (max 0), delay = 46 ms, 09-09-22 14:40:15.548
Inactive[0](no new data for more than 15 seconds) |
An example of the displayed information if StatusInfo=0:
Code Block |
---|
Uptime: 00:00:12, memory: 427.0 MB
[FS]Health ok.
[FS]Ring cycles count: 0
[FS]Total index in memory size: 52.9 KB
[FS]Total recorders: 4, MemFile: -1, memFile total size: 16.0 MB, last frame skipped time: none, WritingQueueSize: 1500, avg speed: 7.42 MB/sec.
[FS]Total readers: 0 (cached frames: 0). |
Find more about registry keys in Registry keys reference guide.
Example.
The Time Time of log keeping (hours) is 720 hours (1 month) and the Maximum size (MB) is 100 MB.
...