Hello I am trying to create a program in IDE PLC for Arduino Protenta machine control in Ladder and i get an error when compile PLC software, the error is given in the "Resources" tab and shows as the following:
--- Start compilation (PreBuild) 9:42:03 AM ---
--- End compilation (PreBuild) 9:42:03 AM ---
--- Start compilation (PostBuild) 9:42:04 AM ---
Sketch generated, is changed: true
Cannot generate profile file (error message: Error: Path not found)
there is no error on the "Build" tab,
these are the variables and each represent a function block
PROGRAM Main_Ladder
VAR
Initial_Sequence_01 : Initial_Sequence;
Locking_Sequence_02 : Locking_Sequence;
Blower_Mode_03 : DP_Mode;
DP_Mode_04 : DP_Mode;
Sensor_Reading_05 : Sensor_Readings;
END_VAR
Does anyone know how to fix this issue?