Friday, 21 June 2013 06:15

KEEProg FLASH programmer Drivers Instalation

Written by

 

 

KEEProg FLASH programmer

 

 

 

Download Software and Drivers from:

http://info.kmtronic.com/software/KEEPROG/KEEProg_FLASH/KEEProg_FLASH_3.12.zip

 

UnZip in separate folder ( in example D:\KEEProg )

 

Open Device Manager

 

Connect programmer to PC

 

 

You will see KEEProg iunder "Other devices"

 

 

Click on KEEProg and next Update Driver...

 

 

Click on Browse my computer ...

 

 

Locate driver’s holder and click Next

 

Click on Install this driver ...

 

Wait until Windows install driver

 

Windows will show confirmation message that drivers are installed

 

 

Close and open again Device Manager to check that KEEProg programmer is now installed

 

 

 

 

 

 

 

 

 

 

 

Thursday, 20 June 2013 07:07

UDP Bat File Control 8

Written by

 

 

 

 

 

File:

UDP_Relay_1_ON_OFF_keyboard_5.bat

 

Commands:

ECHO OFF
:MENU
CLS
ECHO.
ECHO ...............................................
ECHO.
ECHO KMTronic UDP Relay Control
ECHO.
ECHO PRESS (1), (2) or (3) to EXIT.
ECHO.
ECHO ...............................................
ECHO.
ECHO (1) - Turn Relay 1 ON
ECHO (2) - Turn Relay 1 OFF
ECHO (3) - EXIT
ECHO.
SET /P M=Type 1, 2, or 3, then press ENTER:
IF %M%==1 GOTO ON
IF %M%==2 GOTO OFF
IF %M%==3 GOTO END
:ON
UDP_Relay.exe 192.168.1.199:12345 FF0101
GOTO MENU
:OFF
UDP_Relay.exe 192.168.1.199:12345 FF0100
GOTO MENU
:END

 

 

 

 

Back

 

 

 

 

Thursday, 20 June 2013 07:06

UDP Bat File Control 7

Written by

 

 

 

 

File:

UDP_Relay_1_ON_OFF_keyboard_4.bat

 

Commands:

:begin
pause
UDP_Relay.exe 192.168.1.199:12345 FF0101
timeout /t 5
UDP_Relay.exe 192.168.1.199:12345 FF0100
goto begin

 

 

 

 

Back

 

 

 

 

Thursday, 20 June 2013 07:05

UDP Bat File Control 6

Written by

 

 

 

 

 

File:

UDP_Relay_1_ON_OFF_keyboard_3.bat

 

Commands:

:begin
pause
UDP_Relay.exe 192.168.1.199:12345 FF0101
pause
UDP_Relay.exe 192.168.1.199:12345 FF0100
goto begin

 

 

 

 

Back

 

 

 

 

Thursday, 20 June 2013 07:02

UDP Bat File Control 5

Written by

 

 

 

 

 

File:

UDP_Relay_1_ON_OFF_keyboard_2.bat

 

Commands:

pause
UDP_Relay.exe 192.168.1.199:12345 FF0101
pause
UDP_Relay.exe 192.168.1.199:12345 FF0100

 

 

 

 

Back

 

 

 

 

Thursday, 20 June 2013 07:01

UDP Bat File Control 4

Written by

 

 

 

 

 

File:

UDP_Relay_1_ON_OFF_keyboard_1.bat

 

Commands:

UDP_Relay.exe 192.168.1.199:12345 FF0101
pause
UDP_Relay.exe 192.168.1.199:12345 FF0100

 

 

 

 

Back

 

 

 

 

Thursday, 20 June 2013 06:59

UDP Bat File Control 3

Written by

 

 

 

 

File:

UDP_Relay_1_ON_OFF_5_SEC_.bat

 

Commands:

UDP_Relay.exe 192.168.1.199:12345 FF0101
timeout /t 5
UDP_Relay.exe 192.168.1.199:12345 FF0100

 

 

 

 

Back

 

 

 

 

Thursday, 20 June 2013 06:57

UDP Bat File Control 2

Written by

 

 

 

 

 

File:

UDP_Relay_1_OFF.bat

 

Commands:

UDP_Relay.exe 192.168.1.199:12345 FF0100

 

 

 

 

Back

 

 

 

 

Thursday, 20 June 2013 06:49

UDP Bat File Control 1

Written by

 

 

 

 

File:

UDP_Relay_1_ON.bat

 

Commands:

UDP_Relay.exe 192.168.1.199:12345 FF0101

 

 

 

 

Back

 

 

 

 

Page 11 of 33