12-18-2021 04:24 AM
I want a program in LabVIEW to generate a graph between output frequency from frequency counter in real time for different input
12-18-2021 12:09 PM
Too little information, please provide more details, what hardware are you using? what does RealTime mean to you, do you want to use Real-Time OS?
Sure, you can graph data in LabVIEW but where does this data come from?
12-18-2021 12:32 PM
@Sib1997 wrote:
I want a program in LabVIEW ...
Please clarify. Are you saying "I want to learn how to ... in LabVIEW" or are you saying "I'm willing to hire someone to write LabVIEW code to do ..."? If the first, then you need to actually try to do it, attach the LabVIEW code (not a screen-shot, but actuial VIs) and explain clearly what you want to do, and (if using hardware) what hardware you are using. If you are looking to hire, this is probably the wrong Forum.
Bob Schor
12-27-2021 08:46 PM
Yes sir i want to learn, i am trying to see the digital output varying with respect to time.i am using a 53132A aligent, frequency counter As the device and connected to labview through USB/GPIB interfase, keysight 82357B.
i have attached the program file i tried. i am not getting the required value that i should get but getting a different value.
can you suggest any change in the program or if i am doing something wrong , it will be helpful
12-27-2021 10:52 PM
Some quick suggestions about Test:
Note that the above comments can all be called "stylistic comments". I've read "The LabVIEW Style Book" by Peter Blume cover-to-cover several times, and it has had a big influence on me ...
Bob Schor