Nirtec Studio Forum

General Category => Machines Simulator => Topic started by: RobotsAreCooking on October 03, 2025, 08:40:51 PM

Title: Static labels on a machine
Post by: RobotsAreCooking on October 03, 2025, 08:40:51 PM
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
Title: Re: Static labels on a machine
Post by: EasyPLC_Master on October 04, 2025, 02:36:29 PM
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.
Title: Re: Static labels on a machine
Post by: RobotsAreCooking on October 04, 2025, 08:27:31 PM
Thanks for you quick response, I will give Text3D a try!
Title: Re: Static labels on a machine
Post by: jpardos on October 09, 2025, 06:11:25 AM
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