Hi

I an trying to product a program in labview that increaments a GPIB command
to a Function Generator.
The command format is:  FRQ 1.0E + 2 (this equals 100Hz).  I need to
increament this up 1MHz so,


I have written a bit of psudo code to demonstrate what I require.

For i = 1Hz to 1MHz

    // Send freq requ. to function gen //
    FRQ i

    //QUERY Function Gen to ensure freq has been changed =Q //
    If Q=FRQ then Next
        else
            Print "Error: out of sync!"
               Stop



Regards

Wayne Lawson






Reply via email to