Search found 3 matches

by Christof
Fri Aug 10, 2012 12:02 pm
Forum: IO-Warrior English
Topic: IOWKIT.DLL and Excel
Replies: 4
Views: 19978

Re: IOWKIT.DLL and Excel

Put the iowkit.dll in the system32 directory and it should all work. See this thread:
viewtopic.php?f=1&t=1694

I am a bit surprised that there isn't more info on using the iowkit within VBA.....
(four years and no response?)
by Christof
Fri Aug 10, 2012 11:27 am
Forum: IO-Warrior English
Topic: Excel VBA for IOWarrior and Sensirion SHT7x
Replies: 11
Views: 24041

Re: Excel VBA for IOWarrior and Sensirion SHT7x

Accessing the Sensirion SHT7x through the IOWarrior is easy with VBA. I am not a programmer, so forgive my poor coding techniques.... First, put the iowkit.dll in the System32 directory so that Excel can find it. Then declare all the usual functions for it (as below). I have changed the structure of...
by Christof
Thu Aug 09, 2012 12:00 pm
Forum: IO-Warrior English
Topic: Excel VBA for IOWarrior and Sensirion SHT7x
Replies: 11
Views: 24041

Excel VBA for IOWarrior and Sensirion SHT7x

Just a quick post to let you know that I have managed to produce an Excel VBA script that can read from multiple IOWarrior devices with attached SHT7X temperature and humidity sensors. If anyone is interested I can send the necessary code.