Hi NI community
I have been searching a decent solution for this problem, but I can't figure out how to do it.
So I have a subVI that calculates 3D coordinates out of different images. Every image contains around 200 points that will be calculated. The output of the subVI are 3 1D-arrays, one for every dimension. I want to make a .txt file where the coordinates are written like this:
x1; y1; z1
x2; y2; z2
x3; y3; z3
...; ...; ...
xn; yn; zn
The coordinates from every picture that goes into the calculation VI should be added into this .txt file with respect to the described structure.
Is there anyone who got experience with this and know a proper solution? If something is not clear to you, please ask me to explain you.
Kind regards
Ruts