PLC memory areas

NameconstantExample item(German)Example item(English)Example read call
Data blocksdaveDBDB1.DBD4DB1.DBD4daveReadBytes(dc,daveDB,1,4,4,NULL)
Flags/MarkersdaveFlagsMW4FW4daveReadBytes(dc,daveFlags,0,4,2,NULL)
Input memory imagedaveInputsEB2IB2daveReadBytes(dc,daveInputs,0,2,1,NULL)
Output memory imagedaveOutputsAD8QD8daveReadBytes(dc,daveOutputs,0,8,4,NULL)
TimersdaveTimerT2T2daveReadBytes(dc,daveTimer,0,2,2,NULL)
CounterdaveCounterZ2C2daveReadBytes(dc,daveCounter,0,2,2,NULL)
System information of 200 familydaveSysInfodaveReadBytes(dc,daveSysInfo,0,0,20,NULL)
System flag area of 200 familydaveSysFlagsSMB0SFB0?
Analog input words of 200 familydaveAnaInAEW0AIW0?
Analog output words of 200 familydaveAnaOutAAW0AQW0?