LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Normalize End of Line in Malleable VI

I need to normalize the end of line character in a string. I am using a malleable VI that dehydrates a cluster to JSON and another that rehydrates JSON back to a cluster. Malleable VIs are inlined. How does that affect something like Normalize End of Line.VI that determines how to behave based on the operating system that it is running on?

0 Kudos
Message 1 of 5
(1,909 Views)

I just executed a VI that calls a malleable VI that converts JSON to a cluster. I copied the JSON file from a Windows computer to a cRIO 9053. The malleable VI was able to read the file, but there was no rehydration, just like when there was no Normalize End of Line.VI call.

 

Can I roll my own Normalize End of Line.VI using a conditional disable structure and call that from a malleable VI?

0 Kudos
Message 2 of 5
(1,901 Views)

No code = No help

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 3 of 5
(1,842 Views)

Can Normalize End of Line.VI be called productively from within a malleable VI?

0 Kudos
Message 4 of 5
(1,834 Views)

Put another way, what does Normalize End of Line.VI do when it is called from within a malleable VI?

0 Kudos
Message 5 of 5
(1,832 Views)