I'm working with a 6602 card with the SCB-68 connector block, using traditional DAQ in LabVIEW 8.0.1. I need to reprogram the counters on the 6602 card, but I must work around an existing set of connections imposed by the SCB-68.
Specifically, I have CTR0_OUT (pin 5) hardwired to CTR1_GATE (pin
😎 using the SCB-68. CTR0 is running a pulse train generation program, as is CTR1. I want these two pulse trains to run at different frequencies, but CTR1 is being reset by the CTR0 output. I have tried using the Set Attribute vi, setting gate selection to anything legal (RTSI lines, other PFI lines), but the only way I can get the two counters to run independently is to remove the hard connection between CTR0_out and CTR1_gate.
Is it possible to keep the hard connection, but ignore it somehow?