07-28-2005 08:07 AM
07-29-2005 07:46 AM
07-29-2005 10:59 AM
07-29-2005 11:01 AM
08-01-2005 09:21 AM
Your diagram is the LabVIEW equivalent of a C program written on one line. It is syntactically correct, but us poor humans don't have much chance to debug it. In particular, you need to break it into more subroutines (try to limit each one to one screen in size) and make sure the data flow is top-left to bottom-right. I strongly urge you to check out the LabVIEW Style Guide. Read it. Live it. It will make your life much easier. Like using the correct format for C, it becomes second nature after awhile. In the process of doing this, you will probably find your file query.
Generating a ramp between you sine waves is fairly simple. You can do it yourself using a FOR loop and the formula for a line or use Ramp Pattern.vi. It is just another array to send to your output device. You can also use the Formula express block, but I would not recommend it, as it will be much slower.