For example, in the application, there’s a component called the Pick and Place Transport Controller. We perform operations with the robot we connect to it. Will the robot exhibit the same behavior in real life? I can’t quite wrap my head around what works and what doesn’t in real life. Can you explain?
It’s a simulation software, so it’s designed to mimic reality on your computer. Transport controllers and such components are designed to make it faster and easier to create more complex simulations.
If you want to transfer something from a computer to a real robot, that’s called Off-Line Programming (OLP). You need to create a robot program within the simulation and then post-process (translate) it to a real-world robot.