fbarresi / BeckhoffJsonReadWriter

Read and write json file from a Beckhoff PLC
MIT License
23 stars 4 forks source link

CX9020 #6

Closed Fabi00815 closed 1 year ago

Fabi00815 commented 1 year ago

Hello,

is it possible to use this library on a CX9020 with Windows Embedded?

I Installed your lib but i get the error code 1862.

In your function you start a .exe in the background,right?

Is it possible to start .exe with Windows Embedded like on a CX9020?

fbarresi commented 1 year ago

Hi!

This error seems to come from the operating system. (s. the error codes)

It might be your are missing the .net framework. I don't know if the version 462 is available for your plc, but this is what you need.

For a better error description you might try to execute the twincat function manually and see the console log.

BR, FB