Default program doesn't run the desired operations, other operations run instead.
When you have multiple programs in Line Simulation, you have to block all operations as PS lets multiple operations to run in parallel.
So you need to:
- group your operations (per program) each under a compound operation.
- add an operation named "BLOCK" (name can be anything, "BLOCK" just for explanation purposes) prior to your set of grouped operations.
- Make its transition value to FALSE
- Connect BLOCK to your grouped operations (in the sequence editor). Then the default main program will handle which operations should run.