Recent content by Platypus

  1. P

    DS2423 Counter Reading

    sda, I used your code verbatim and still couldn't get it to work at first. Then I remembered I'd turned off the 5v supply to Vbat while I made a coffee, DOH! It turns out that the DS2423 responds normally without Vbat connected, to all commands except readCounter where it throws the error...
  2. P

    DS2423 Counter Reading

    Further to my previous post I have also tried; Debug.Print owCounter.isObjectInitialized owCounter.setupContainer owAdapter, "B400000009F6171D" Debug.Print owCounter.isObjectInitialized Debug.Print owCounter.readCounter(14) This returns True to the first Debug.Print, True to the second...
  3. P

    DS2423 Counter Reading

    Ok, I have the following to get the network and adapter set up; Global owAccess As OneWireAccessProvider Global owAdapter As Object Set owAccess = New owapi.OneWireAccessProvider Set owAdapter = owAccess.getDefaultAdapter() Then if I do this; Dim owCounter As OneWireContainer1D Set owCounter =...
  4. P

    DS2423 Counter Reading

    Thanks sda You are right I was using onewirecontainer, I'll try it out with onewirecontainer1D as you suggested. Sorry about that, but I posted the plea for help from work so didn't have the error code in front of me! The water level measurement is based on this article and I'm planning to...
  5. P

    DS2423 Counter Reading

    Hi, I have got various 1-Wire devices running quite happily on my MicroLan and can read/write to them from my VB6 program, BUT... I just can't seem to work out how to read the counters on the DS2423 and it's driving me mad! To give you an idea of what I've got this is a typical example of how...
  6. P

    Solar Sensor 2

    Thanks rdheiliger, This is great, I have been trying to calibrate my Hobby-Boards Tempertaure, Humidity, Solar sensor for a little while and the only thing missing was to get a real value from the solar. The effort you have put in is much appreciated and it great that you have shared it with...
  7. P

    New board suggestion

    Hi Eric, I don't know if you take suggestions for new products but I would like to propose one, or at least a modification to an existing one.. I think I'm right in saying your current moisture meter board will only handle one moisture sensor so that another meter is required for each...
Back
Top