Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Robotstudio smartcomponent LinearMover simulation

Hello, 

Im trying to move parts on conveyor. I have a problem with simulating linearmover. When i execute (1) linearmover, object does not move. Dont know what am I doing wrong. Simulation stops immediately when i press play. Tried to follow many youtube tutorials and none seem to have this problem. Is there setting I need to change ? 

Version 24.2.10821.1

Tried in older (2021) version and linearmover works just fine. 

Thanks for any advice.

Comments

  • Hi ...
    In certain situations it is necessary to include a controller in the station so that the simulation can be executed.
    Try including a controller and in the 'main' insert an infinite loop. This should solve your problem.
    Good Work
  • Hi,

    Or you can add a Timer SmartComponent in 'Signals and Properties' and set a repeat interval larger than 0 to let the simulation running in an infinite way.