I'm trying to setup a program to test step response
first I begin logging, then after a set delay time I send out a digital output on port 1 and hold that on until logging stops.
I'm having trouble sequencing the analog input with the digital output. Right now my logging finishes running, then triggers the digital output. I've had to configure them in different tasks due to them being different data types, so how can I run the read and write blocks simultaneously?