1/11/2021 4:08 AM | |
Joined: 12/18/2014 Last visit: 6/5/2023 Posts: 29988 Rating:
|
The main flaw is the difference in the operating system version of the panel. HMI = Image version: 15.1.0.0 TIA = Image version: 16.0.0.0 You now have two options: 1.) You swap the image version in TIA (see attached video). 2.) You carry out an operating system update of the panel (follow the link to a Siemens FAQ). The next problems are in the tag table: This is because the LOGO! Word only defines the data width (a word is two bytes or 16 bits). The data type is, however, Integer (Int). For analog values in the LOGO! the data type "Int" is used (-32,768 to 32,767). In TIA, a word is an unsigned number (0 to 65535), an Int is a signed number (-32,768 to 32,767). See attached video. Also all display formats in the I/O fileds are not correct for the datatyp "Int". AttachmentKTP700 Basic PN changes.zip (148 Downloads) |
This contribution was helpful to
1 thankful Users |
Follow us on