Search found 5 matches

by JonathanHolmlund
Thu Feb 10, 2011 9:52 am
Forum: Pre-Sales Advice
Topic: Picoscope advice
Replies: 1
Views: 4284

Picoscope advice

Hi, I am Jonathan from Dupont Teijin Films in Dumfries, I have posted a few times trying to get existing hardware to work. We have now decided that we are going to have to upgrade. The hardware will need to be used on two systems, so we will require approximately 5 devices including backups. The fir...
by JonathanHolmlund
Wed Feb 09, 2011 9:41 am
Forum: Parallel Port Products
Topic: ADC-100 on XP
Replies: 9
Views: 28910

Re: ADC-100 on XP

We have decided that we are going to have to buy some upgrades. We would preferably like the 4000 series for the 12 bit however are unsure about the extra cost due to needing approximately 5 device. Would they be any differences in the coding for these devices for what I am wanting. To be clear, I w...
by JonathanHolmlund
Thu Feb 03, 2011 2:55 pm
Forum: General Software Discussions
Topic: ADC 212 times and values
Replies: 1
Views: 3630

ADC 212 times and values

Hi, after upgrading to XP I have had to use the ADC 212 instead The current Delphi software records 60000 samples over 2 minutes. In the ADC 100 I used: actual_time := adc100_set_interval(120000000, 60000, 0) ; ok := adc100_get_times_and_values(times, data, data2, no_of_samples)>0 ; I am wanting thi...
by JonathanHolmlund
Thu Jan 27, 2011 3:34 pm
Forum: Parallel Port Products
Topic: ADC-100 on XP
Replies: 9
Views: 28910

Re: ADC-100 on XP

Thanks for the reply,

It is not nessessery but it would be useful to be 12 bits. I belive that a few programs would have to be alterd if this changed.

Are you saying there is no way to get this current device to use less resources?
by JonathanHolmlund
Tue Jan 25, 2011 8:33 am
Forum: Parallel Port Products
Topic: ADC-100 on XP
Replies: 9
Views: 28910

ADC-100 on XP

We have a Delphi program that we have been running for years on an old 95 machine. The system now needs upgrading to xp due to site rules. The program records sound and takes data using the function: 'adc100_get_times_and_values (times, values, values, max_samples) '. it runs this for two minutes an...