Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f09385a3

Přidáno uživatelem Pultak před asi 2 roky(ů)

re #9712 Added configuration properties of the t32 api

Zobrazit rozdíly:

ld_client/LDClient/appsettings.json
26 26
    "CacheFileName": "cache"
27 27
  },
28 28
  "DebuggerDetection": {
29
    "F32RemArguments": [
29
    "T32RemArguments": [
30 30
      "localhost port=20000 printer.filetype ASCIIE",
31 31
      "localhost port=20000 printer.open C:\\app\\result.txt",
32 32
      "localhost port=20000 WinPrint.version.hardware",
33 33
      "localhost port=20000 printer.close "
34 34
    ],
35
    "F32RemExecutable": "c:\\app\\tools\\T32\\bin\\windows64\\t32rem.exe",
35
    "T32ApiAddress": "localhost",
36
    "T32ApiPort": "20000",
37
    "T32ApiPacketLen": "1024",
38
    "T32ApiCommands": [
39
      "AREA.Create TWOWIRE",
40
      "AREA.Select TWOWIRE",
41
      "AREA.clear TWOWIRE",
42

  
43
      "WinPOS 1. 1. 50. 3. 0. 0. MYAREA",
44
      "Print \"TwoWire:\"",
45
      "Print.cable.twowire()",
46
      "Area.View TWOWIRE",
47

  
48
      "PRinTer.FileType ASCIIE",
49
      "PRinTer.OPEN C:\\app\\result.txt",
50
      "WinPrint.license.list",
51
      "screen.wait",
52
      "WinPrint.Area.View TWOWIRE",
53
      "WinPrint.version.hardware",
54
      "Printer.CLOSE",
55

  
56
      "Area.delete TWOWIRE",
57

  
58
      "enddo"
59
    ],
60
    "T32RemExecutable": "c:\\app\\tools\\T32\\bin\\windows64\\t32rem.exe",
36 61
    "T32ProcessName": "t32mtc",
37 62
    "T32InfoLocation": "C:\\app\\result.txt",
38 63
    "DetectionPeriod": 5000,
39
    "FetchInfoMaxAttempts": 5,
40
    "FetchInfoAttemptPeriod": 1000,
64
    "FetchInfoMaxAttempts": 15,
65
    "FetchInfoAttemptPeriod": 4000,
41 66
    "T32RemSuccessExitCode": 0,
42 67
    "T32RemWaitTimeoutMs": 2000
43 68
  }

Také k dispozici: Unified diff