Hi Iulian,
Thank you for your help.
The summarize is not exactly true:
- Each NR flow connects to a corresponding FM instance
In the NR is not specified which FM instance is used. NR does not know about instance of FM. The NR behavior is not specified on the FM instance. And this is the problem I don't know how to get information about FM instance to specify it.
I am trying to install the:"node-red-node-discovery" but I got an error:
"ERR! C:\GreenVIP_Testing\Testing\Node-red\0.2.0\node_modules\mdns\src\mdns.hpp(32,10): fatal error C1083: Cannot open include file: 'dns_sd.h': No such file or directory"
even the mdns directory is not exit.
For my scenario is important to have multiple FM instances because it allow to execute independent tests on each board without resource booking. It mean -> Each Instance is connected to board specified by connection string info self fmcfg. And I just need to know which board is running to correctly assign the report and board together. And this I am not able to do, because the information is only in port number or connection string which are not accessible from NR.
Maybe I will try to write board into into the FT232 chip and I will try dynamically read the information for each instance of FM/NR. Maybe its and easiest way