Example #1
0
 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;
 }
Example #2
0
        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;

        }