News:

SMF - Just Installed!

Main Menu

Static labels on a machine

Started by RobotsAreCooking, October 03, 2025, 08:40:51 PM

Previous topic - Next topic

RobotsAreCooking

Can someone show me, using script or any other method, how to place static labels on a machine?

I'd like to add labels to identify conveyors, and I want each label to stay attached so that when I rotate the simulator, the label rotates along with the conveyor without getting lost in space.

Thanks

EasyPLC_Master

You can use the Special FX -> Text3D component. Make child of the conveyor in order to move and rotate with it.
Use Controllers, Graph code or script to make it visible or not when you want.

RobotsAreCooking

Thanks for you quick response, I will give Text3D a try!

jpardos

Tienes al menos dos tutoriales en los siguientes enlaces:
https://youtu.be/3YO6FI8taOg?si=UUvH_ujtbeiZZp_T
https://youtu.be/qIS5eucaUtM?si=N2yqKPRuZzqUb_GF

Resueltos en Script Code, y en Graph code
Espero te sirvan.
Saludos