LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error code 200035

Hi everyone,
i need to control a MEM scanner with a labview program i originally developed for ordinary scanners. The problem is the MEM's can only be run at 10Hz maximum, but my pprogram gives me an error (200035) when i run it below 1000S/s. i gues it's a restriction of the pci-6110 that i'm using. Is there anyway around this? I' was thinking if i could generate an output voltage of 100hz and only use every 10th sample thast might work but i don't know how to do this.
Any suggestions greatly appreciated
Thanks
Colm
 
using labview 7.1
0 Kudos
Message 1 of 2
(2,584 Views)
Hi Colm,

I have modified your code to run a AI task at 1000S/s, and then reduce the data that we get back so that you will have the same amount of data that you would have if I did not increase the AI sample rate. This allows the AO task to update at 10S/s so the application can still talk to your sensor.

Regards
JamesC
NIUK and Ireland

Message 2 of 2
(2,570 Views)