Where would you add autonomous control to the continuous measurement and logging template? As an example, what if you wanted to add several controls like the "Simulation - Tank Level.vi example" to control several tank levels on your main vi based on some acquired value. Would you create an event for acquired data in the existing event handler, would you create a second event handler for acquired data, or would you create another parallel loop that just consumes acquired data and produces a new output value for each automated control?
Thank you in advanced for your time.