- Index
- » Users
- » robbr48
- » Profile
Posts
Posts
Hi,
1. Make sure you have an environment variable called "TLMPluginPath" (without quotes) which contains the path to the OMTLMSimulator/bin folder. This is used by the start script.
2. You need to specify the address and port for the socket communications.
3. You also need to start the separate monitor executable, which logs the results.
Example, where manager uses port 11111 and monitor 12111:
> tlmmanager.exe -p 11111 -m 12111 OmcOmcSignals.xml &
> tlmmonitor.exe -n 1000 127.0.1.1:12111 OmcOmcSignals.xml
We are working on merging the two executables to a single one. Also, the TLMPluginPath should be removed in the future.
Regards,
Robert
- Index
- » Users
- » robbr48
- » Profile