
Animatrix (Customer) asked a question.
Good morning everyone
I ask for help with a PLC system
The PLC, that we have now, is a Koyo DL205 system with a DL260 CPU module already working, consisting of 3 bases
The first contains the CPU with the I / O peripherals
The second has an expansion card with I / O peripherals
The third has another expansion card with other I / O peripherals
Through the DirectSoft6 software I downloaded the project from the PLC to view it on the computer.
The problem is I don't understand is that V401 memory is not initialized in the program, but it is used in the program.
When I load the program and set the PLC in RUN mode, the variable takes the value 1500.
This makes me assume that it is initialized in some other way.
the system also has a small EA1-S3ML LCD screen
I checked its programming but it interacts with the PLC only with 2 variables V2000 and V2010, but does not initialize no one variable on PLC.
I ask you if there is a different way to set up the V401 memories instead from the program.
Look under Tools->Memory Editor. This is where you can modify values of V memory that get written to the PLC when you Write the entire Project to the PLC (not just Write Program, i.e. Ladders).
If you look under the File menu, there is Save PROJECT to PLC, which will write Logic and Data. There is also a Write PROGRAM to PLC - that is also the button on the Online Toolbar, Write (Program) to PLC.
Check the V memory data file, that may be how it gets initialized.