02-20-2019 04:33 PM
Teststand 2017 with Python 3.6.7 32-bit.
I wrote a simple motor control code in python. It runs well under python command line. Attached please see source code.
However, it won't run as expected in Teststand sequence with python step type.
Observation of the problems:
1. In python code, I set stepper motor speed 1000,000 lines/rev
In Teststand sequence, I have to reduce the speed to 1000 lines/rev to achieve the same rotation speed???
2. In python code, I print something to file and I got the file (see attached file named "test.txt")
However, Teststand sequence generates no files
Any comments?
02-21-2019 09:54 AM
Charlie2016,
If we take a step back and go through the tutorial below, are you able to get everything to work properly?