Functions
demo-simple3.cpp File Reference

Very simple C++ programm to make an attached SDH move. With non-sequential call of move and WaitAxis. See __help__ and online help ("-h" or "--help") for available options. More...

#include <iostream>
#include <vector>
#include "sdh/sdh.h"
#include "sdh/util.h"
#include "sdh/sdhlibrary_settings.h"
#include "sdh/basisdef.h"
#include "sdhoptions.h"
Include dependency graph for demo-simple3.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

Some informative variables

char const * __help__
 
char const * __author__ = "Dirk Osswald: dirk.osswald@de.schunk.com"
 
char const * __url__ = "http://www.schunk.com"
 
char const * __version__ = "$Id: demo-simple3.cpp 10351 2013-06-18 16:28:14Z Osswald2 $"
 
char const * __copyright__ = "Copyright (c) 2007 SCHUNK GmbH & Co. KG"
 

Detailed Description

Very simple C++ programm to make an attached SDH move. With non-sequential call of move and WaitAxis. See __help__ and online help ("-h" or "--help") for available options.

General file information

Author
Dirk Osswald
Date
2007-01-18

This code contains only the very basicst use of the features provided by the SDHLibrary-CPP. For more sophisticated applications see the other demo-*.cpp programms, or of course the html/pdf documentation.

Copyright

Copyright (c) 2007 SCHUNK GmbH & Co. KG


Definition in file demo-simple3.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 99 of file demo-simple3.cpp.

Variable Documentation

char const* __author__ = "Dirk Osswald: dirk.osswald@de.schunk.com"

Definition at line 89 of file demo-simple3.cpp.

char const* __copyright__ = "Copyright (c) 2007 SCHUNK GmbH & Co. KG"

Definition at line 92 of file demo-simple3.cpp.

char const* __help__
Initial value:
=
"Move axes 1,2 and 3 to a specific point.\n(C++ demo application using the SDHLibrary-CPP library.)\n"
"\n"
"- Example usage:\n"
" - Make SDH connected via Ethernet move.\n"
" The SDH has IP-Address 192.168.1.42 and is attached to TCP port 23.\n"
" (Requires at least SDH-firmware v0.0.3.1)\n"
" > demo-simple3 --tcp=192.168.1.42:23\n"
" \n"
" - Make SDH connected to port 2 = COM3 move:\n"
" > demo-simple3 -p 2\n"
" \n"
" - Make SDH connected to USB to RS232 converter 0 move:\n"
" > demo-simple3 --sdh_rs_device=/dev/ttyUSB0 \n"
" \n"
" - Get the version info of both the joint controllers and the tactile \n"
" sensor firmware from an SDH connected via Ethernet.\n"
" The joint controllers and the tactile sensors have a common IP-Address,\n"
" here 192.168.1.42. The SDH controller is attached to the \n"
" default TCP port 23 and the tactile sensors to the default TCP port 13000.\n"
" (Requires at least SDH-firmware v0.0.3.2)\n"
" > demo-simple3 --tcp=192.168.1.42 --dsa_tcp -v\n"
" \n"
" - Get the version info of an SDH connected to port 2 = COM3 \n"
" > demo-simple3 --port=2 -v\n"

Definition at line 64 of file demo-simple3.cpp.

char const* __url__ = "http://www.schunk.com"

Definition at line 90 of file demo-simple3.cpp.

char const* __version__ = "$Id: demo-simple3.cpp 10351 2013-06-18 16:28:14Z Osswald2 $"

Definition at line 91 of file demo-simple3.cpp.



sdhlibrary_cpp
Author(s): Dirk Osswald
autogenerated on Sun Aug 18 2019 03:42:20