If I’m understanding correctly, you don’t have 3 different patterns in your example. They’re all the same pattern (A1), so the parameter locks are being applied to all instances of A1 in your chain.
You need to copy pattern A1 to patterns A2 and A3. Then you can chain them together - A1, A2, A3 - and set up different parameter locks for each pattern.