pcdshub / lcls-twincat-general

A PLC code toolkit for LCLS TwinCAT PLC projects
https://pcdshub.github.io/lcls-twincat-general/
Other
16 stars 20 forks source link

Filename inconsistencies #81

Open ZLLentz opened 1 year ago

ZLLentz commented 1 year ago

See https://github.com/pcdshub/lcls-twincat-general/pull/80#issuecomment-1668242462

There are some files in this repo where the function block xml name tag and the filename do not match The linked issue manually fixes the compiler link which is relevant when parsing the project on linux There is an additional cleanup task here of making the two names actually match

klauer commented 1 year ago

This doesn't really matter as far as TwinCAT is concerned. pytmc aims to function the same as TwinCAT, mapping case-insensitive filenames up with case sensitive (Linux) ones.

ZLLentz commented 1 year ago

It matters to my not quite ocd brain haha