Hi all,
Here is the update.
I have been trying to integrate my own data into the openECA platform these days. The total number of the measurements is 192 and the total number of the timestamps is 1800.
The method I used is:
Each adapter will deal with 20 measurements. The connection strings I used is as following:
Filename=C:\Program Files\openECA\Server\line_measured_data_chunk_5.csv;
AutoRepeat=True;
SimulateTimestamp=True;
TransverseMode=True;
ColumnMappings={0 = Timestamp; 1 = PPA:154; 2 = PPA:155; 3 = PPA:156; 4 = PPA:157; 5 = PPA:158; 6 = PPA:159; 7 = PPA:160; 8 = PPA:161; 9 = PPA:162; 10 = PPA:163; 11 = PPA:164; 12 = PPA:165; 13 = PPA:166; 14 = PPA:167; 15 = PPA:168; 16 = PPA:169;17 = PPA:170; 18 = PPA:171; 19 = PPA:172; 20 = PPA:173;};
We have found a restriction of the number of the measurements each CSV adapter can connect which is 20.
-
Step 3: the integration results also show a restriction of the number of the measurements that can be adapted in total is 80, because the 81st measurement cannot be shown in the Monitoring -> Trend Real-time measurements(as shown in the following figure).
Therefore, we have some questions:
-
- Are the two restrictions of the number of measurements aforementioned valid? Or they were created due to our misunderstanding or incorrect implementation.
-
- If one measurement does not show up in the Monitoring -> Trend Real-time measurements window, does that mean that the openECA has not adapted it or it has been adapted but just cannot be shown in the monitor?
-
- If the restrictions are valid, is there any possibility that in future versions of the openECA, such restrictions could be increased to some larger limits?
We will really appreciate it if you could give us some instructions on such problems.
Thanks,
Chen