09-25-2007 10:32 AM
09-25-2007 11:05 AM
09-25-2007 11:47 AM
09-25-2007 11:59 AM
09-25-2007 12:43 PM
09-25-2007 12:58 PM
09-25-2007 12:59 PM
Hi Jim,
Accuracy is within +/-10% . . .
I was planning to use PIC16F877 thru RS232 interface, but I have to be able to synchronize this pulse with a DAQ 34970A to measure resistance. Here is the scenario:
Drive a relay with a pulse of 500uS and make a resistance measurement (or any other means, i.e current, voltage, etc) to determine that relay did not switch (stays inactive). It may be repeated at a rate of 350 mS.
Could it be possible to generate this pulse using C# and measurement studio (I will post this question at MS forum also)?
Thanks,
Frank
09-25-2007 01:15 PM
seing that you have an agilent system, and no PCI DAQ or DIO card, i suggest you follow what Lynn has proposed. a multivibrator is very easy to solder up, and you can drive it from the parallel or serial port.
changing programming language wont make it for you BTW. in Labview, to repeat the task every 350 ms, you can use a timed loop. the inherent software time jittering is expected to be lower than 1%.
09-25-2007 07:35 PM
Thanks everyone for your input. . . Frank
09-26-2007 09:01 AM