User Tools

Site Tools


tools:singlestepping

This is an old revision of the document!


Single Stepping of Sequences

During the development process it can be useful to be able to run sequences in single stepping mode. For this purpose you can remote connect to the machine running the EEROS application and run sequences in single stepping mode. As soon as the sequencer is created (see Sequencer) a server is started onto which a client can connect through a TCP/IP connection.

EEROS Application

Define and use a sequencer with

  auto& sequencer = Sequencer::instance();               // get instance

After successful compilation start the application

Single Stepping

On the machine where you wish to control your application sequences you have to install EEROS. Next, navigate to the directory tools in your build directory of the EEROS library. Run sequencerUI to remotely connect to the machine running your EEROS application and pass its ip-address as a parameter.

$ ./sequencerUI "146.136.10.7"
$ ./sequencerUI "localhost"  // if the EEROS application runs on the same machine
tools/singlestepping.1506874009.txt.gz · Last modified: 2017/10/01 18:06 (external edit)