Siemens S7-224 EEPROM (retentive ?)
Siemens S7-224 EEPROM (retentive ?)
(OP)
If I were to fit an EEPROM to a S7 plc, how can i make my program extract vwords from the eeprom and write them to it? All i want to do is recall/write values set on a TD200 but will this actually achieve anything or is there another way of making the PLC retain the contents of certain vwords.
Thanks
Tom ;)
Thanks
Tom ;)





RE: Siemens S7-224 EEPROM (retentive ?)
There may be other ways to make the PLC memory retentive, some processors require you to set them up for retentive memory.
Are you doing this so you can restore contents after changing the processor, or do you loose data on power down.
RE: Siemens S7-224 EEPROM (retentive ?)
As for the EEPROM; if it is installed, it will load every power cycle. We burn the program to the EEPROM (for backup) and then replace it with the battery so our user values don't change every time someone turns the machine off for the weekend.
The only way I know to write to the EEPROM is being online with the PLC via the MicroWin software.
RE: Siemens S7-224 EEPROM (retentive ?)
All I wanted to do was retain certain default timer values that are held in VWORDS that are normally adjusted on a TD200 but i had to put an option for entering default values automatically as someone is bound to fiddle and I have used around 40 timers.
Set the retentive range in the system block worked, also fitted the battery module, now retining the data i required.
Thanks KilJoy
Regards,
Tom