I want to simulate/measure the lifetime of a 3V coin battery. This is the circuit which will give the burst to the battery:
The burst is controlled with the CTRL1 and CTRL2 lines with some timing rquirements.
One burst is:
ARM TX RX TX RX TX
CTRL1 L H H H H H
CTRL2 H H L H L H
Length (ms) 3.72 2.6 0.84 4.04 0.8 1
H = 10 V
L = 0 V
Now I want to drain the battery by applying one Burst gap one Burst gap etc.. The gap should be variable. First I want to use 10 seconds as a gap. I want to draw the battery characteristic. I wanna simulate for example 5 years which should be 1.2 days in the simulation. I have the NI PCI 6221 (37 pin) DAQ card. Can somebody help me to make a VI for this project. The bursts should be in a loop which I should be able to control how long it should run (i.e. 1 day, or 1.5 days) And how I can apply 10 V or 0 V to the CTRL1 and CTRL2 lines in Labview?
Thanks in advance.
EDIT:
Ok I have now made a continously acquiring voltage and graphing VI which has a physical channel as an input from where the voltage is acquired. But I dont know how to do the counters part which will output the timed signals for the TTL (MOSFET) to create the burst signal with gaps which then will drain the batterry.