From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data from labview to matlab

 

hey

I am not an expert in labview.I want to transfer measured values from labview to matlab, How can I do that? In addition, can I control the loop by the number of measured values I take.For example, I want to read Vce two times,write it to matlab and then stop the loop. I am using a loop in order to turn on and off the the agilent 4155C. 

 

Thank you

0 Kudos
Message 1 of 4
(2,465 Views)
maybe it help you! http://www.ni.com/analysis/matlab.htm
Anderson M. Takemoto
Instituto de Pesquisas Eldorado

Message 2 of 4
(2,459 Views)

My labview profram applies DC voltage across G and E terminals (15 V) and  DC current across C and E (50 mA) and measures the voltage across C and E terminals of IGBT. The value should be around 0.7 V> the problem that the measured value is oscillating at the befining of the program and then it gives around 0.7 V. ( it is increasing to 3 V and then decreasing to the correct value ). How can I have the correct value quicly especialy that time is sensitive in my experiment. You will find an attached copy of the program. Thank you

0 Kudos
Message 3 of 4
(2,435 Views)

What does your question have to do with the original thread? You should start a new thread with your question.

 

P.S. You have a race condition in your program. LabVIEW does not execute code top to bottom, left to right, or any other direction. Thus, the local variable could be read before the value of the indicator is set. Why is that there in the first place?

0 Kudos
Message 4 of 4
(2,419 Views)