MRIIOT

Results 80 comments of MRIIOT

I have been trying to figure out how to support this, not only for this project but some of our other code that moves and transforms data. https://github.com/Ladder99/Derail

All logging goes through NLog, so changes inside of `nlog.config` would affect both application and NLog internal logs. And then another volume mapped to `/var/log/fanuc` would resolve this.

https://github.com/Ladder99/fanuc-driver/blob/main/examples/windows/nlog.config Modify Docker nlog.config and document adding another volume for logs.

Need to test this across operating systems: https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order?redirectedfrom=MSDN

Non-functional and potentially breaking cross-platform support. Removing milestone.

`l99.driver.fanuc.FanucMachine, fanuc:` are the configuration properties for machines[id].type.

Agreed, `machine.broker` is misleading.

@tukusejssirs configuration has changed. It is somewhat modular. https://github.com/Ladder99/fanuc-driver/blob/develop/fanuc/config-example.yml

> As for the new config, could you better describe it? Or even better: update the [docs](https://docs.ladder99.com/en/drivers/base-driver) and move them to [`fanuc-driver` docs](https://docs.ladder99.com/en/drivers/fanuc-driver) (or at least provide a link to...