"Doug (CapeFl)" wrote in message news:<50650000000500000074370000-993342863000@exchange.ni.com>...
> It sounds like you want to synchronize your 'data send' to a specific
> clock rate. If you don't have a direct hard-wired clock/trigger that
> controls the board, then you could put your 'send' vi in the True
> state of a Case structure, and when ever you send a True to the Case
> the vi inside will execute the send. The key then is to determine
> when to send the True. I have used this mode for a 10pps rate by
> simply using the 'Wait until next ms Multiple' VI set at 100 ms. If
> you try this method, you want to minimize the functions inside the
> True Case, such as don't put any initializing of ports in there - do
> that in an earlier
sequence. Just an idea, good luck with it, Doug
Hello Doung:
This is a pretty good approach but how do I send this rate to the
clocks of my shift registers. Actually I can write it at any rate I
can, but I just need to sync the data I wirte to the shift registers.
I was thinking if there is a clock signal from the serial port, if yes
what rate will it be and I can put this into the way that you did, or
will it be too fast?
Thanks
Peter