Hello.
How can i get the Value from DB10,D336?
Its a DWORD. Whats the right Adress Type and Transactionsart?
S7-300: DWORD
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: S7-300: DWORD
Hi,
As far as I see in help :
DBx.DBDy
read / write double words
int 32, uint32
As WinCC OA int is 32bits you should be able to use it with your double.
As far as I see in help :
DBx.DBDy
read / write double words
int 32, uint32
As WinCC OA int is 32bits you should be able to use it with your double.
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: S7-300: DWORD
Yes i thought the same looks like the SPS Progammer made a mistake! Thank you!