Hi,
I'm looking for a possibility to pass parameters to each test socket called in the parallel test model. We want to test 12 devices of the same type at once using Teststand 3.1. To communicate with our devices we use a can bus and we need to send/read data from each of the 12 devices that are connected to this bus. So we need to pass a seperate node id as a parameter to each test socket.
My idea is to use an array[0..11] in FileGlobals where the different node ids are saved. Each id is reserved for one of the 12 test chambers. When I start the test procedure, test socket 1 should get the first node id, test socket 2 the second node id, ...
Does anybody here have an idea how I can pass parameters dynamical to each test socket in the parallel model?
Thanks,
Thomas