1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added checklist for AsyncIP exe

This commit is contained in:
Marija Stevic 2015-10-11 10:20:41 +02:00
parent 784e64fb42
commit 09801bf220

View file

@ -37,6 +37,31 @@ Development tab -> Compiler -> Compiler Command (makefile) add the following com
max umber of values in UDP packets:
theres a „#define“ inside the AsyncIP implementation which must be changed accordingly.
The #define is in file: model_directory/include/config.h There you will find a directive called MAX_VALUES.
---------------------------------------------------
AsyncIP executable
- During ***Build the model*** a message should be printed:
### Created executable: AsyncIP
- After the simulation stop
AsyncIP may still stay alive after the simulation stop. You have to remove it manually because the next simulation start will not be able to start the new AsyncIP.
# Kill running AsyncIP on OPAL
1. Start putty.exe
2. Connect to OPAL by using the existing profiles
- make sure that you are in the proper folder by
$ ll
3. Kill all running processes with name 'AsyncIP'
$ killall AsyncIP
4. Logout from OPAL
$ exit
---------------------------------------------------