PLCNext Engineer Can write CSV Data at a particular Path Only i.e. „/opt/plcnext“,
using Function Block „PBCL_FileCsvWrite_1“ of Library „PLCnextBase_1_4_1“
But if fails to write on Path „/var/www/plcnext/welcome“ which is required for my application.
The two directories have different owners and different permissions:
8.0K drwxrwxr-x 1 admin plcnext 4.0K Jan 31 12:57 plcnext
4.0K drwxr-xr-x 3 www www-data 4.0K Mar 9 2018 welcome
You could try changing the permissions on the „welcome“ directory, but remember that those changes will be reversed after a Type 1 or a Type 2 reset, and may cause problems during a firmware upgrade.
The two directories have different owners and different permissions:</p>
8.0K drwxrwxr-x 1 admin plcnext 4.0K Jan 31 12:57 plcnext\n\n4.0K drwxr-xr-x 3 www www-data 4.0K Mar 9 2018 welcome\n<\/pre>You could try changing the permissions on the "welcome" directory, but remember that those changes will be reversed after a Type 1 or a Type 2 reset, and may cause problems during a firmware upgrade.<\/p>
Thanks. It worked.