private void StartData() { SendMCECommand.Calibrate(); TestSubject person = new TestSubject("Me", "111", "Male", 20, markerHeightCal); dataCollection = new TightropeData(person, "Test1", 1); sound = new ALSoundEnvironment(person); SendMCECommand.SetTreadmillSpeed((float)nudSpeed.Value); }
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; }