Creating Firmware Library with external dependency
Hi,
I am using an EPC 1522.
Is it possible to create a C# firmware library which references an external .dll which is installed on the device?
Hi,
I am using an EPC 1522.
Is it possible to create a C# firmware library which references an external .dll which is installed on the device?
Comments
There was a short discussion on this topic a few years ago, here:
Basically, the embedded CLR (eCLR) in the PLCnext Runtime is a subset and specialisation of the complete .NET CLR, so it's likely that an external dll will use something that isn't supported in the eCLR - which is designed specifically for deterministic code execution.