- Open properties of the experiment, select tab “Devices”
- Add a serial port. Make sure the COM Port number is correct
- In your experiment flow, add inline function to where you want to trigger ETG4000 or put marker.
- In that function, enter the following code
Serial.WriteString "ST" ' for start
Serial.WriteString "ED" ' for end
Serial.WriteString "F1" ' for marker F1
Serial.WriteString "A " ' for marker A
Use serial port to trigger ETG 4000 with E-Prime
14 sec read