HALRobotics / Beta

HAL Robotics Framework beta release and associated documentation.
17 stars 3 forks source link

Robot code preview #56

Closed lionpeloux closed 5 years ago

lionpeloux commented 5 years ago

Hi,

My config : HAL 1.2.10 beta Rhino 6 SR8 MACOS 10.13.6 VMWare Fusion 10.1.0 with WIN7 PRO SP1

I would love to be able to preview the robot code (KRL in my case) in a panel directly from a component. I find it quite ineffective to have to export the code to a txt file when I am debugging a grasshopper logic. Would that be possible in a near futur ?

Lionel

sebandraos commented 5 years ago

I'm afraid this isn't something we have any intention of implementing in the foreseeable future. There are many machine languages that have multi-file exports and therefore can't support this. You can use a little grasshopper logic to reproduce the same effect as the native File component updates automatically. e.g. image

where HALProcedure is any name you give your final procedure and the first path is that to which you are exporting your code