LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to communicate with third party instrument via usb but I dont know how to do it even in Ni-max I am not able to see usb port symbol in Devices and Interface section.

Solved!
Go to solution

Hi,

 

You just have to try different things. Experiment with the VI's you got from Hameg. Changing current should be just like changing voltage, just replace the voltage-VI with the current-VI.

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
Message 41 of 60
(1,324 Views)

hello,

I am using 4 channel power supply , In that I want to connect two channel in serial inorder to get 43V.

can it possible to do so in labview ??

if yes then will you please tell me that what kind of changes i have to do for that.

my basic connection and vi are in attachment.

Download All
0 Kudos
Message 43 of 60
(1,281 Views)

@AnkitRamani wrote:

hello,

I am using 4 channel power supply , In that I want to connect two channel in serial inorder to get 43V.

can it possible to do so in labview ??

if yes then will you please tell me that what kind of changes i have to do for that.

my basic connection and vi are in attachment.


This is instrument-specific.  Probably you should read the operational manual for this power supply at the very least to see what it is capable of doing.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 44 of 60
(1,260 Views)

Thanks Bill.

I am tryng to shut my powersupply off after finishing all the process but in the instrument driver vi there is no any vi for power off or software off.

now i am trying to design that logic can you give me any idea regarding to this that how can i shut off my power supply by using vi.

0 Kudos
Message 45 of 60
(1,247 Views)

What do you mean by shut off the power supply?

 

If you want to turn off the output terminats, have you tried the "hmp4000 Configure Output State.vi" ?

 

0 Kudos
Message 46 of 60
(1,240 Views)

ya thats same turn off.

I am trying with that let's see.

thank you.if suppose i have problem then i ll post here.

0 Kudos
Message 47 of 60
(1,238 Views)

hiii,

i have connected led with subvi and i want to turn it on when my power is on.

here in attachment i have attach that power on vi,as well subvi so you will get clear idea about my problem ,

is there any changes i have to do to turn on led because generally when there is any error in vi then led will on to show that there is error,but i want to make led on when  there is no any error.

0 Kudos
Message 48 of 60
(1,220 Views)

You have to invert the data line with a "NOT".

sn.png

 

You can also right-clik on your boolean and change the colors. Green when OK and RED if error for instance.

f.PNG

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
0 Kudos
Message 49 of 60
(1,198 Views)

thank you very much 

i ll try it now..

0 Kudos
Message 50 of 60
(1,194 Views)