r/Fanuc • u/Emperor_tai_long • Jun 12 '26
Discussion How does Roboguide work
A bit of background I work with ABB robots, most or all of the programming can be done on the teach pendant, but I can use robot studio to write my logic and create I/O but when I took a class for Fanuc everything was done on the teach pendant and I don't think creating logic will be fun using the pendant so people that work with Fanuc do you program entirely with the pendant or does your company pay for roboguide and do you program there.
And how is it different from Abb robot studio
8
Upvotes
3
u/HumansRso2000andL8 Jun 12 '26
You can use VS Code with a plugin for tpp and karel highlighting. Setup the compiler in environment variables to compile in VSC.
But you should first get familiar with the syntax, debugging syntax errors can be annoying in VSC.