Hi, I'm fairly new to LabVIEW and had a few questions in regards to a VI I'm building.
I would like to be able to enter in a pressure profile into a table (basically a pressure and time the system stays at that pressure). However, the built-in tables that I've found only use the string format. Is there a standard table for using numeric values, or do I have to build the table from scratch? I could not seem to find a way to format the table to use numeric values.
In addition, I'm trying to use a timer in order to look up the associated pressure value. For instance, if 10 minutes have passed, use that time to look up the pressure from the table. Is this most easily accomplished by indexing? I also saw a look-up table, but was unsure if there is a more appropriate tool to use.
Does anyone have some advice or could you point me in the right direction? Thanks in advance for your time.