Hi All,
I wish to load in CSV/text files or have the files read line by line.
From that I wish to load that data into variables and have them cycle in 0.5 second intervals.
The goal is to create a very short animation that can be changed in the text file.
The text or csv data would look similar to below:
HDG ALT ASI VSI
360 0100 010 0100
030 0200 020 0200
015 0100 010 -0100
360 0000 000 0000
I just need a starting point.