Thank you for your reply!
Forgive me if I was not being clear. As I said I need to use the API to set the number of channels because I need to test (Simulation Experiences) my model with different numbers of channels (10,100,1000,10000, etc) -> I'm not going to place, connect and edit 10000++ objects...
That being said, I know I can use something like "Channel1.WIP", but since I don't know the number of channels, I don't know if the driver is examining the channel1 or the channel999...
The array implementation I'm using is very handy because it lets me know where a type of product is (e.g. If I want to know if product 2 is on channel 5 I only need to go to array[2,5] and see the quantity).
To help clarify what I'm talking about I attached my model. The global array is the state matrix PlaceOfREF and the processes that update this array are on the processes category ChannelComunication
Any ideas? I'm really having a lot of probelms with this
bosch_RASM_tobias.spfx