I'm trying to set conveyor horizontal length & speed using the global table. Each conveyor has been named and each row in GlobalTable2 has that conveyor name in the first column, speed in the 9th column, and length in the 11th column. I want to use columns 9 & 11 to set the speed and length of each conveyor using the conveyor names. I was looking around in the forum and tried to implement some of them to my model but I'm don't know how I would modify each method to fit my need. The part that is missing from other forums is the name matching part that has to happen for all conveyors (not just groups).