I have following setup at first
1 Commutation line -> 1 Device -> 1×8000 signals.
commutation line [1]
|- device [11]
|- 8000 signals (160Groups x 50Elements/Group)
it turns out that the communicator can get all signals correctly, but can only send about 2810 signals to server.
e.g. InCnl of signal 2811 will have correct Val but Stat of 0. the InCnl with signal larger than 2811 will have Val of 0 and Stat of 0.
then I change to following setup, 1 commutation line -> 8devices -> 8×1000 signals.
commutation line [1]
|- device [11]
|- 1000 signals (20Groups x 50Elements/Group)
|- device [12]
|- 1000 signals(20Groups x 50Elements/Group)
|....
|....
|- device [18]
|- 1000 signals (20Groups x 50Elements/Group)
then all the communicator can send all signals to server