LAN DS18B20 WEB Temperature Monitor 1 meter Cable
www.WEB-Relays.com
www.Facebook.com/KMtronic

Control KMtronic WEB two relay board from Word files

    Visual Basic commands:   ————————————————————— Private Sub CommandButton1_Click() Dim ie As Object Set ie = CreateObject(“Internetexplorer.Application”) ie.Visible = False ie.Navigate “http://192.168.1.9/FF0101” End Sub ————————————————————— Private Sub CommandButton2_Click() Dim ie As Object Set ie = CreateObject(“Internetexplorer.Application”) ie.Visible = False ie.Navigate “http://192.168.1.9/FF0100” End Sub —————————————————————       . . .

Read More

Control KMtronic WEB two relay board from Excel micros

    Excel Visual Basic commands:   ————————————————————— Private Sub R1_ON_Click() Dim ie As Object Set ie = CreateObject(“Internetexplorer.Application”) ie.Visible = False ie.Navigate “http://192.168.1.9/FF0101” End Sub ————————————————————— Private Sub R1_OFF_Click() Dim ie As Object Set ie = CreateObject(“Internetexplorer.Application”) ie.Visible = False ie.Navigate “http://192.168.1.9/FF0100” End Sub —————————————————————     Help information: Assign a macro to a . . .

Read More

KMtronic LAN WEB 8 Channel Relay board