Good morning,
I have an issue. When S7+ Driver starts I have a lot of errors:
Datatype conversion incorrect - incompatible datatypes DP: (Type: 307 Sys: 2 Dp: 140291 El: 9 : _address..)..............
What's the meaning of this?
Thanks a lot,
Best regards,
Orlando
Datatype conversion incorrect - incompatible datatypes
- orla090978
- Posts:55
- Joined: Thu Jan 03, 2019 2:05 pm
Datatype conversion incorrect - incompatible datatypes
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Datatype conversion incorrect - incompatible datatypes
your DP Type (for example int) doesn't match with your SPS DBD Type (for example string) and can't be converted.
- orla090978
- Posts:55
- Joined: Thu Jan 03, 2019 2:05 pm
Re: Datatype conversion incorrect - incompatible datatypes
Thanks a lot.