11-17-2017 06:42 AM
Good day to all. Help me please. I get the Python array in Labview by TCP IP. I need to build a graph on the elements of the array, but I do not know how to do it. Very little experience. Tell me please. The array consists of 100 elements. Elements are a parameter's value.
11-17-2017 07:13 AM - edited 11-17-2017 07:15 AM
what is the format of your received string?
do you know how to parse strings into labview's data formats?
do you know how to graph stuff in labview?
attach an example vi of what you have tried already,
with example data, so we can run it.
i think the best format coming from python would either be CSV style, or JSON,
from these you can easily get labview datatypes.
11-17-2017 08:18 PM
I get an array from the Data out in the form [1245, 2313,4144,1231,1231]. format string
11-19-2017 06:04 AM
I would trim off the [ ] from the ends then use spreadsheet string to array with "," as the delimiter.