LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in connecting sub VI programs through the main program

Solved!
Go to solution

Please explain in detail how to debug this error.

0 Kudos
Message 61 of 92
(906 Views)

Hi ymanglik,

 

use probes, single stepping and highlighting

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 62 of 92
(902 Views)

ymanglik2009@gmail.com wrote:

Please explain in detail how to debug this error.


I'm really getting sick and tired of your attitude.  If you can't do your job, give it to somebody else who is willing to put a little time and effort into learning how to do it themselves.

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 63 of 92
(886 Views)

Sorry for the previous mistake..........Now last time I want your help. As I have already made program of keithley 2410 for source V and Current I and it is woking also but when I give negative range of voltage so it returns "parameter out of range error".

So can you please tell me which command I should use to set voltage range. Here is the attached block diagram.

0 Kudos
Message 64 of 92
(862 Views)

Hi ymanglik,

 

I'm sure the answer is to be found in the user manual of your K2410…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 65 of 92
(856 Views)

yes It is given like this:

 

:SOUR:VOLT:STAR <n>

:SOUR:VOLT:STOP<n>

 

For 2410 <n> = -1.05 to 1.05 Set I source level

                     = -1100 to 1100  set V-source level

                     = DEFault 0A or  0V

                     = MINimum -1.05A or -1100V

                     = MAXimum +1.05A or +1100V

 

Now I am not getting what should be right on the place of <n> because If I give :SOUR:VOLT:STAR -1100 & :SOUR:VOLT:STOP 1100 then it is giving numeric data error. So please tell me.

0 Kudos
Message 66 of 92
(845 Views)

Sorry on the places of smiley I wrote command letter S.

0 Kudos
Message 67 of 92
(844 Views)
Your code is pretty badly written and it seems you are getting an instrument specific error. Please use the VISA test panel to test each command separately before writing anything in LabVIEW. You need to debug what commands are correct and what commands are not correct first.
0 Kudos
Message 68 of 92
(834 Views)

Hi Dennis,

 

debugging is not ymanglik's best qualification… 🙂

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 69 of 92
(831 Views)

Hello GerdW,

 

No-one is perfect in starting to learn something. Everyone needs help.

 

 

 

 

 

Regards

ymanglik

0 Kudos
Message 70 of 92
(797 Views)