Search found 5 matches

by epiksrl
Mon Feb 06, 2006 5:12 pm
Forum: General Software Discussions
Topic: DELAY TIME TRIGGER EVENT COLLECTED BY PICO TO THE READY
Replies: 1
Views: 4254

DELAY TIME TRIGGER EVENT COLLECTED BY PICO TO THE READY

I HAVE TO TRIGGER A SIGNAL FROM A MOTORCYCLE AND I HAVE TO USE TRIGGER FOR CALCULATING ROUND SPEED. adc200_set_trigger( TRUE,0,0,0,1000); while(1){ adc200_run(1); while(0 == adc200_ready()){ sleep(1); } adc200_stop(); } if i work till 3000 r...
by epiksrl
Tue Jan 31, 2006 11:45 am
Forum: General Software Discussions
Topic: PROBLEM IN OPEN LPT FROM VB6 adc-212
Replies: 6
Views: 9879

OK but WHY in a directory where is the dll and the vb project ONLY it doesn't works, and in the directory of the picoscope IT WORKS? maybe my software needs some other else ie particular key of the windows registry or some ini file or what?

thank you
by epiksrl
Tue Jan 31, 2006 10:58 am
Forum: General Software Discussions
Topic: PROBLEM IN OPEN LPT FROM VB6 adc-212
Replies: 6
Views: 9879

I've solved coping all the Vb project files in the picoscope directory, and now my question is, if I've to redistribute my software what kind of dll I have to include? What are the right dipendencies?
by epiksrl
Mon Jan 30, 2006 10:38 am
Forum: General Software Discussions
Topic: PROBLEM IN OPEN LPT FROM VB6 adc-212
Replies: 6
Views: 9879

in the example there is opened = adc200_open_unit(port) and it returns 0 so fail open LPT1 The function are declared in this way Declare Function adc200_open_unit Lib "ADC20032.dll" (ByVal port As Integer) As Integer and the adc20032.dll is in the same path of the sample is it correct for the adc 21...
by epiksrl
Mon Jan 23, 2006 5:58 pm
Forum: General Software Discussions
Topic: PROBLEM IN OPEN LPT FROM VB6 adc-212
Replies: 6
Views: 9879

PROBLEM IN OPEN LPT FROM VB6 adc-212

before beginning writing software I've tried picoscope and it works fine on lpt1 after I tried the sample on CD for VB6 but it fails immediatly when it tries to open lpt 1

what's wrong?


please help asap

Alessandro-Epik