Vixen KMtronic Relays Control
Vixen KMtronic Relays Control
Download and install Vixen Lightning from
Download information and DLL:
http://www.info.kmtronic.com/Vixen_KMtronic_Relays_Control.zip
PLC 8 relay remote control net for Android
PLC 8 relay remote control net
Vincenzo Scozzaro
8 channels WEB Relay board
https://play.google.com/store/apps/details?id=com.zeno.plc8relayonoff
MyDomotica
MyDomotica
http://phsoftware.altervista.org/MyDomotica.html
Playstore app:
https://play.google.com/store/apps/details?id=com.phsoftware.mydomoticahd
Some functions:
Support up to 60 relay (is not important how many board)
Relay state
Connection automatic/manual
Use Gps for restricted area
Password security
Skin (2)
Can use realy from Ipcamera (some Foscam or clone)
Italian/english language
Voice command
etc
etc
USB 8 Relay software
KMTronic USB Relay software
Download from:
https://www.info.kmtronic.com/software/USB_Relays/KMTronic_usb_relay_software.zip
Unzip it to your own folder.
If you get this message you see the following error
that means that you do not have the latest version of Microsoft .NET Framework installed on your computer.
Microsoft .NET Framework has to be installed on your computer in order to use the software.
You can download this from there:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992
The software will detect all COM ports you have and there must be one more (Virtual COM port).
Choose COM port. Click on “OPEN” button and using “ON” and “OFF” buttons you can control relay.
USB 8 Relay BOX Drivers Instalation
USB 8 Relay BOX
Download Drivers from:
https://info.kmtronic.com/software/USB_Relays/Driver_KMtronic_USB8relays_BOX_CDC.zip
UnZip in a separate folder ( in example D:\Driver_KMtronic_USB8relays_BOX_CDC )
Open Device Manager
Connect the board to PC
You will see USB CDC COM under "Other devices"
Click on USB CDC COM 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 the driver
Windows will show confirmation message that drivers are installed
Close and open again Device Manager to check that USB COM is now installed
Windows 8
http://dangerismymiddlename.com/archives/8913
http://www.technipages.com/windows-8-disable-driver-signing.html
KMTronic Programmers
KEEProg 24xxx EEPROM programmer
Drivers
https://www.ftdichip.com/Drivers/VCP.htm
Drivers Installation
https://www.info.kmtronic.com/ftdi-virtual-com-port-drivers-installation.html
Software
https://info.kmtronic.com/software/KEEPROG/KEEProg_24xx/KEEProg_24xxx_03c.zip
KEEProg 25xxx EEPROM programmer
Drivers
https://www.ftdichip.com/Drivers/VCP.htm
Drivers Installation
https://www.info.kmtronic.com/ftdi-virtual-com-port-drivers-installation.html
Software
https://info.kmtronic.com/software/KEEPROG/KEEProg_25xxx/KEEProg_25xxx_03c.zip
KEEProg FLASH programmer Drivers Instalation
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
UDP Bat File Control 8
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
UDP Bat File Control 7
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
UDP Bat File Control 6
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