private void StartData() { SendMCECommand.Calibrate(); file = new StreamWriter(@"D:/Test/tightrope.csv", false); dataCollection = new TightropeData(file, markerHeightCal); SendMCECommand.SetTreadmillSpeed((float)nudSpeed.Value); //feetSound.Enabled = true; plotFeet = new ZedGraphPlotForm(); plotFeet.ContinuePlotting = true; //asymmetryAnalyser.Enabled = true; }