First time here? Check out the Help page!
1 | initial version |
Thankyou sarith and rpg777
in the end the answer was many small issues...
When adding radiance to the system path you should use the symbol "%" not "$" as used in the honeybee batch files
when adding radiance to the system path, it much be appended to the end: PATH= %PATH%; C:\Program Files\OpenStudio\openstudio 2.4.0\Radiance\bin
(even putting at the front - "PATH=C:\Program Files\OpenStudio\openstudio 2.4.0\Radiance\; %PATH%" will not work)
(3. I also managed to confuse myself by leaving a space after the rad path which makes problems! It became visible in VS Code - that's why we don't code in notepad :-) )
I hope that's useful to other windows users getting this problem. Thanks again guys!