hi
for my project, i have to evaluate performance of RFID system in cargo operation. i have chosen 3 parameters Tag position(top,front,left), conveyor speed(0.5,1,1,5 m/s) and materials(metal,document,fluids). i have statistical data for all parameters for example top tag position has 70% read rate and front position has 75% read rate. the performance measure expected for this system is read redundancy which is the throughput or number of products read until a failure occurs. i have written the parameters.
now i want processor to read and processor the box according to the given parameters. the scenario should stop if it encounters an failure and go to next scenario and i the products read before failure must be shown as output . so what logic and where should i put those in processor?
whether in process time or trigger?
i have total 27 scenarios and i want to replicate 3 times.i want the read redundancy as output from the experimenter. where can i expect to get the result for total 81 scenario?
i kindly require some assistance to achieve the task.