Search results

  1. LarsK

    VB.Net example for WC8 PLC Controller

    Hi, I have developed a demo for communicating with WC8 using VB.Net. Program is compiled in VB Express 2008. This demo asks for Temp sensor #1 value.   Code: Imports System.Net Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
  2. LarsK

    Hardware Dongle to WC8

    Yeah, that's right there is a Hardware dongle for the WC8! I was wondering how to lock some software I'm developing (VB6) to a single WC board. (One license/one board) Then I thought about the temp sensor. As we know it has a genuine romcode. So, I just ask the WC for Temp1 romcode. Result like...
  3. LarsK

    CAI WebControl Cloner [New Software]

    Hi, I'm just started to write a PLC clone software for copying settings from one board to another. Setting will be saved in the software, and can be edited before you write it to the new PLC board. Most likely, the software will be a part of Logger software when done, but I'm not quite sure yet...
  4. LarsK

    CAI WebControl Duo [Software]

    Now I'm into making a software for connecting two WebControl cards. You choose the Master and Slave card, and then you can choose what TTL's on the Master card that will trigger TTL's on the slave card. The program will loop every second, checking the Master card status. If Master TTL status...
  5. LarsK

    CAI WebControl Logger [Software]

    Hi, I have written a program for logging data from the WebControl PLC. The program is compiled in VB 6.0, and should run on all computers from NT4/Win2000 and up. This program can log all cgi command you can use to retrive data from the PLC. The program has a login window for choosing desired IP...
Back
Top