LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert JSON String to LabVIEW array of Cluster that contains 1DString and 2D Strings.

Solved!
Go to solution

-- I have this JSON string that I need to convert to LabVIEW control that is an array of clusters where a cluster is: 1Darray of strings PLUS 2DArray of strings:

-- See the two attachments:

 


(a) JASON PACKET is provided in text file.

(b) LabVIEW VI that I tried to do but does not work

Download All
0 Kudos
Message 1 of 4
(164 Views)
Solution
Accepted by topic author Anthony_L

The type input just had to be modified a bit.

Redhawk
Test Engineer at Moog Inc.

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

0 Kudos
Message 2 of 4
(144 Views)

Thank you very much!

Can you clarify what you modified? That packet is just one example of multiple packets that will be arriving in that same format.

 

Once I get the details of the modification I will mark your reply as 'the SOLUTION'.

It is already a SOLUTION reply, but it just needs that further clarification.'

 

Thank you again

 

Anthony Lukindo

0 Kudos
Message 3 of 4
(122 Views)

OK I got the modification.

You put a CLUSTER Over the Array!

 

0 Kudos
Message 4 of 4
(121 Views)