Pages

Postgresql DB tool

Postgresql DB tool
PGDB

PLC

PLC
Click above to download latest version 點擊上方圖片下載最新版

PL

PL
Click above to download latest version 點擊上方圖片下載最新版

Sunday, July 19, 2020

PLC v1.0.1.2

PLC v1.0.1.2


Download from GitHub: ClickMe

Changes:
-Add Command Line option -noerrpause
  "No Error Pause" option is added 

-Add Serial Port ReadTimeOut/WriteTimeout Parameter
  Add Serial Port ReadTimeOut/WriteTimeOut setting in Configuration

-Uefi Variable Dump
  Add Hex view title to link to the variable name

-Acpi Table Dump
  Add hex data dump

Type 'tonyacpi' in command box to open the test function "ACPI Table dump"

Thursday, May 21, 2020

PGDB v1.1 - Postgresql Database Tool

PGDB v1.1

PGDB is a postgresql database save/restore tool.

usage: pgdb [-t -c|-s|-r|-sxls] [--help]

optional arguments:
  -h, --help            show this help message and exit
  -t TableName, --table TableName           Specify the table
  -c, --clear                                                 Clear the table (Use 'DELETE FROM' request)
  -d, --delete                                               Delete the table (Use 'DROP TABLE' request)
  -s FileName, --save FileName                 Save the table data to csv file
  -sxls FileName, --savexls FileName        Save the table data to xls file
  -r FileName, --restore FileName              Restore the table data

Wednesday, May 13, 2020

PLC v1.0.1.0

v1.0.1.0


Download Link: ClickMe

Download from GitHub: ClickMe

1. Remove the app administrator right requirment
2. SUT Control improvement
    -'Config' screen includes complete SUT control button definition and actions.
    -Invalid web request error display.
3. Console Window (VT100/ANSI)
    -Add Menu in FormConsole - 'Save ScreenAs' (Save console screen as image file)
    -Backspace key bug fixed
    -char background/foreground color bug fixed


Sunday, April 12, 2020

PLC v1.0.0.42


PLC v1.0.0.42


Download Link: ClickMe


New Features:
1. DiskInfo
   -Show MBR information - bootable/nonbootable.
   -Show OS name in OsType field.

2. Add Command Line Mode
   -Arguments
      -cli                                 Command Line Mode
     -com [COM Settings]    COM port settings
     -file [FileName]             Logs will be save to this file
     -fchk [FileName]          The existence of this file will terminate the log capture
Example:
   plc -cli -com COM4:115200:None:8:ONE:None -file d:\mylog.txt -fchk stop.txt

3. Add SUT Control
   Add "Sut Control" field in Main Window.
   The action string can be either web URL or executable file. Set the action string in "Option" window.
   Below are the samples of the action string:
      http://race.kang.sut/gpio/on/
      d:\sut\AcPowerOn.bat   
      d:\sut\PressPowerButton.exe

4. Console Window
   Add "Backspace" key process.