Hi all,
I'm currently stucked trying to insert some different types of data (both numeric and strings) into a single cluster. This task was quite simple until now, when my application was in the development stage and I could use property node blocks inside a for loop to achieve it.
The final step of the project requires to implement the code on a myRIO 1950 board, where the developed application is going to be set as a startup one so that its operation is resumed automatically if power supply failure happens.
Due to the fact that property nodes can't be executed by a startup application, I'm asking for ideas to develop some code that will have the same functionality as the attached VI, but where no property nodes are included. Until now, I haven't come up with anything that works in a similar way when it comes to using clusters.
Thanks for your attention,