| Project Wiki (Page: tutorial) |
|---|
| Last Changed 9 months ago, by lu |
How to help Total Open Station: a brief tutorialThe first thing to do is to record something with your total station, better if it's a simple set of points. To do this we have provided for all the users a very simple graphical helper, easy to use, friendly to understand. You can find it in TOpS' main folder. Connection parametersIf you have a manual of your device, read it and look for information about the serial connection parameters to be used. In case you haven't got any manual, you can still try with some default configurations. This is the complete list of the serial connection parameters that can be adjusted (from the pySerial documentation), with their default values:
Most of the times with some trial-and-error you will be able to find out in a few minutes the right parameters for your device. Downloading dataWe assume that your device can send data to the PC as ASCII. This is true for almost any total station. There are two ways to download data:
Using catcat is a low-level UNIX command that should be available on all GNU/Linux distributions, Mac OS X etc. If you connected the total station with a serial-to-USB adapter (a common situation because modern laptops haven't got any serial port), the device will be available as /dev/ttyUSB0.
Using pySerial interactivelyFor now see this blog post to see what I did. Full instructions coming soon. |