annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

Issue in connecting sub VI programs through the main program

Risolto!
Vai alla soluzione

Hi ymanglik,

 


string constant should be connect to an array but it is not happening and showing error.


Which error?

Which array?

Where do you try to connect?

 

More ideas:

check1.png

- You have a lot of RubeGoldberg code in your VIs, such as shown above...

- Why do you have a "write.vi" that contains code to actually READ something from GPIB?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Messaggio 21 di 92
2.247Visualizzazioni

Hello................ Actually I want to connect string codes to an array object which is shown in 'data format.vi' file(attached). Please check and tell me how can I solve this problem.

 

 

 

 

 

0 Kudos
Messaggio 22 di 92
2.228Visualizzazioni
-Which string code?
-Which array object?
-When you need all files you will not upload it. And when you want to be precise you will upload 100files 😞
-What are those extra string constants?? Comments or descriptions?? If it is then you should simply double in block diagram and write your comment instead of using string constants.for more on adding comments
http://forums.ni.com/t5/LabVIEW/Commenting-a-wire/m-p/639026
Thanks
uday
0 Kudos
Messaggio 23 di 92
2.221Visualizzazioni

Hi ymanglik,

 


Actually I want to connect string codes to an array object which is shown in 'data format.vi' file(attached).


You only tell your goal, but you don't answer any of our questions...

 


Please check and tell me how can I solve this problem.


I did check and I still didn't find the actual place of concern. To solve the problem you should answer our questions...

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Messaggio 24 di 92
2.202Visualizzazioni

Hii I appriciate for your support.

Actually I want to know "working of ramping" . please reply urgently.

0 Kudos
Messaggio 25 di 92
2.170Visualizzazioni

Hi ymanglik,

 

please explain "working of ramping" in more details. What do you want to achieve?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Messaggio 26 di 92
2.158Visualizzazioni

Hii I just want to know " what is ramping in labview programming for keithley 2410?"

0 Kudos
Messaggio 27 di 92
2.149Visualizzazioni

Hi ymanglik,

 

Keithley requires an user account before I'm allowed to download the manual.

 

So (please!) read the manual that came with your device and look for the commands needed to program a voltage/current ramp with the Keithley SMU. "LabVIEW programming" is similar to what you already have in that example device driver package…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Messaggio 28 di 92
2.142Visualizzazioni

Hello

Again appriciate for your support.

Actually I have almost completed the program of "keithley 2410" but the main program(attachted) is still showing one error:

 

"Selector values has wrong type"

 

I have gone through all the files(Attachted) but did not get any clue to remove this error. So please suggest me something to solve this problem.

 

 

Urgentlly!!!

Scarica tutti
0 Kudos
Messaggio 29 di 92
2.122Visualizzazioni
Soluzione
Accettato da autore argomento ymanglik2009@gmail.com
The case selector type is enum which returns U32 number. But in case structure you have given strings.
-Replace string names with appropriate item values found when you open using right click and edit items.
Thanks
uday
0 Kudos
Messaggio 30 di 92
2.118Visualizzazioni