I'm developing a multiprocess program in C#(.net 6.0) and IadsDataInterfaces.dll (9.2.8)
I'm runnning different process using iadsread at same time. Such as
process A reads param1,
param2,
param3
Process B reads param1,param4,param5
Process C reads param6,param7
Some of processes return NaN data from iadsread for example in first run process B retrieves only NaN values but process A and C work correct. The confusing part is when I restart all processes the process that sends NaN data changes. In the second run process B may work correctly and A or C may retreive NaN data.
Is there a connection limit between Iadsread and CDS or what causes the problem?
If there is a limit how can I find this limit on CDS.