IO warrier 24, capture timers

This is the English forum for all topics related to IO-Warrior. Please post in English only

Moderator: Guido Körber

Post Reply
bjakker
Posts: 2
Joined: Mon Apr 30, 2012 8:16 am

IO warrier 24, capture timers

Post by bjakker »

Hello,

Bought some IOW24's and want to use the capture timer function.
I tested my circuit with the 'all in one' software and there it works
I can't find support for it in the DLL nor a function in IOW.VB
I want to program it in VB.net but am a novice on it.
Can someone put me on track? Preferable with some example code?

Help is appreciated!
Thanks in advance

Bernd
User avatar
Christoph Jung
Posts: 670
Joined: Sun Oct 08, 2006 3:43 pm
Location: Germany / Berlin
Contact:

Re: IO warrier 24, capture timers

Post by Christoph Jung »

The DLL has no functions for direct use. You must use the Special-Mode functions (take a look in the datasheet from the IO-Warrior24) and the Read/Write functions for access.
We have some example code for C/MFC, i hope its in the SDK. I will take a look tomorrow in the office.
Abteilung: Softwareentwicklung
Folge uns auf Twitter
Follow us on twitter
Guido Körber
Site Admin
Posts: 2856
Joined: Tue Nov 25, 2003 10:25 pm
Location: Germany/Berlin
Contact:

Re: IO warrier 24, capture timers

Post by Guido Körber »

The DLL functions are not specific for the sub-functions of the IO-Warrior. You can use the DLL functions to talk to all of the IO-Warrior functions by just filling in the proper ReportIDs to address the specific function.
bjakker
Posts: 2
Joined: Mon Apr 30, 2012 8:16 am

Re: IO warrier 24, capture timers

Post by bjakker »

Guido Körber wrote:The DLL functions are not specific for the sub-functions of the IO-Warrior. You can use the DLL functions to talk to all of the IO-Warrior functions by just filling in the proper ReportIDs to address the specific function.
Unfortunately I am no expert in this field. I was hoping someone could supply me with some example code on how to do this. Anyone?

Thanks in advance
Bernd
User avatar
Christoph Jung
Posts: 670
Joined: Sun Oct 08, 2006 3:43 pm
Location: Germany / Berlin
Contact:

Re: IO warrier 24, capture timers

Post by Christoph Jung »

Take a look into the SDK samples.
Abteilung: Softwareentwicklung
Folge uns auf Twitter
Follow us on twitter
Post Reply