07-13-2018 12:30 AM
I am having a power meter and a current source. I have to plot a graph of power versus current using labview. Can somebody please help me regarding this? Labview is very new to me, I am not much aware of labview interfacing.
07-13-2018 01:38 AM
I would recommend you learn more about LabVIEW from here. How to Learn LV
07-13-2018 01:44 AM - edited 07-13-2018 01:45 AM
Hi pragya,
I have to plot a graph of power versus current using labview.
Simple example:
When you need more/better examples you only have to start the example finder in LabVIEW's help menu!
Labview is very new to me, I am not much aware of labview interfacing.
You're lucky: in the header of this LabVIEW board you will find a lot of resource to help you to learn LabVIEW!
(One suggestion: use only one, but the right spelling of LabVIEW… :D)
07-13-2018 03:43 AM - edited 07-13-2018 03:45 AM
Dear Mr. GerdW ,
Thanks for your reply. But I need to know about the interfacing part. The arrays of current and power value each, can not be entered by me. Actually I want to know how should get those values from power meter and current source to my program. I have BNC-2110 connector box by NI for this purpose. Please help!
And yes, thanks for the suggestion as well 🙂
07-13-2018 03:47 AM
Thanks for the reply 🙂
It will be helpful to me.
07-13-2018 04:18 AM
Hi pragya,
Actually I want to know…
Then you should actually ask that! 😄
how should get those values from power meter and current source to my program.
Then read the manuals of those external devices to learn about the possibilities/ways to connect them with your computer!
Which devices do you use? Are there device drivers available in the IDNet?
I have BNC-2110 connector box by NI for this purpose.
This is just a connector box. Do you have any DAQ hardware being able to read analog signals? Do your devices even output analog signals?
07-13-2018 07:30 AM - last edited on 08-07-2018 09:44 AM by LiliMcDonald
Here are the snapshots of the program which I want to modify. I am not able to take a complete picture so I have taken it into 3 parts. I am sure you will get is easily. I think now you I will have some solution.
By the way as I wrote in the first message, I need to have a graph of power versus current. But I am getting graph between power and time, though I am using xy graph only (not waveform graph). I am not getting where the mistake is in the program.
Are these snapshots even helpful??
Admin note - removed attachments per user's request
07-13-2018 07:40 AM
You started out this thread asking about how to interface with a current meter and a power source. But your latest e-mail shows you are already getting data via a piece of NI-DAQ hardware.
Instead of attaching pictures, attach the actual VI. It is hard to see what is going on when the VI is broken up among multiple pictures with lots of bent and backwards wires. Use the Block Diagram Cleanup tool.
Also, Index Array is resizable. Drag the bottom border down. Now you'll get two columns (element 0, element 1) automatically without even having to wire up constants to the index. Much better than using two Index Array functions.
07-13-2018 07:43 AM
Hi pragya,
Are these snapshots even helpful??
What if your car is broken? Would you bring just some photos of the car to your car repair shop? Or would you bring your car?
Please attach your VI! (And use AutoCleanup before posting…)
Minor glitch: Why do you calc "mx+b" using this subVI? The interpolation function already provides an output for those values…
07-13-2018 08:09 AM - last edited on 08-07-2018 09:40 AM by LiliMcDonald
I really do not know much about this programming. One of my colleagues was working on it and he had to leave in middle of this. Now I have to take it forward. I am finding it very difficult.
Admin note - removed attachment per user's request