Hi! Do you know how to properly configure SysFile for COdesys Control Win64? Where is it that file on the PC disk and what to add?
Hi! Do you know how to properly configure SysFile for COdesys Control Win64? Where is it that file on the PC disk and what to add?
Hi! Do you know how to properly configure SysFile for COdesys Control Win64? Where is it that file on the PC disk and whatr to add?
I am currently working on a project using CODESYS and Control Win on a Windows computer. I've encountered an issue where I am unable to save a CSV file. I have followed the standard procedures and used the appropriate file handling functions, but the file is not being created or saved as expected. IF xStartTest THEN sFileName := '\logs.txt'; sFileName := CONCAT(gvl.g_sMainDirectory, sFileName); sFileNameCopy := '\CAAFileCopy.txt'; sFileNameCopy := CONCAT(gvl.g_sMainDirectory, sFileNameCopy); //eWriteState...