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.
Path colors
Comments
-
The colors set on paths are not saved with the station unfortunately.
But you can use this macro to give a path of a certain name a specific color, copy paste a row for each path name and then you can just run the macro after opening your station.
Sub PathColor()
ActiveStation.Paths("Path1").Color = Array(0, 255, 0)
ActiveStation.Refresh
End SubThe array on the right hand is red green and blue values from 0 to 255. (So the color above is green for example). These values you can see in if you use the Set color function in RS.
John
Developer Center0
Categories
- All Categories
- 5.6K RobotStudio
- 401 UpFeed
- 21 Tutorials
- 16 RobotApps
- 306 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.9K Robot Controller
- 366 IRC5
- 86 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 856 RAPID Programming
- 40 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings
