LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: multiple strings input to single string output

Hello ,

Is this possible to get multiple input as string into multiple output as string.

plz give me suggestions if this is possible asap.

 

Thanks

0 Kudos
Message 1 of 12
(5,477 Views)

Hi jstkrity,

 

why did you highjack an old and totally unrelated thread? I created a new thread for you…

 

Yes, your problem is solvable using LabVIEW.

To get better answers you should provide an example VI and tell us expected output for the input data you provide…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 12
(5,470 Views)

For Multi Input to single output you can use 'Concatenate String'.

For multi Input to multi output you need to learn LabVIEW basics

0 Kudos
Message 3 of 12
(5,469 Views)

Smiley Mad

0 Kudos
Message 4 of 12
(5,469 Views)

Hello,

 

I want to show you a example as i attached the file.I want more than one output simultaneously as from more than one input is used.

0 Kudos
Message 5 of 12
(5,372 Views)

can you explain your requirement elaborately. may be in steps based on your convenience.

you can do lot with string manupulation.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 6 of 12
(5,369 Views)

Hello,

 

I want to send more than one scpi command simultaneously and want to get more than one output simultenously as multiple input and multiple output(as input is in string form).

So how can i do in labview.

 

Thanks  

0 Kudos
Message 7 of 12
(5,363 Views)

You can have an array of Strings if you think more string controls and idicators will looks messing your code

get index values and pass to you device as scpi command, like the same all the output from the device cab ne bundled into a single array with N indexes as you wish.

 

share your actual code which you have tried.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 8 of 12
(5,358 Views)

Hi jstkrity,

 

whenever I see a ConcatString node like yours with lots of string constants around it I immediatly think:

"WTH don't you use a simple FormatIntoString here?"

 

I want to send more than one scpi command simultaneously

Read the manual of your DAQ device on how to format those multiple SCPI commands into one big string. There are formatting rules you need to apply!

Btw. even with one big string the commands are processed in order by your device and NOT "simultaneously"!

 

want to get more than one output simultenously

Again: read the manual of your DAQ device! It will tell you, which commands you need to send and if/how you can receive multpiple measurement values on one request!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 12
(5,347 Views)

Thank you Team.

 

0 Kudos
Message 10 of 12
(5,336 Views)