fbarresi / BeckhoffJsonReadWriter

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

Read/Write File - Remote ADS #11

Open adrians-cci opened 1 week ago

adrians-cci commented 1 week ago

hi, can I use the library to read/write a json that's not located on the same ipc/plc as the XAR ?

fbarresi commented 1 week ago

Sure! You can use the file path to point a remote address into another PC. (of course you need to arrange the share folders accordingly) Consider the twincat function still need to be located in the same pc/plc where the runtime is running.

BR, FB