Customer Request:
I tried to convert XBTL1000 .DOP backup using Switch2Vijeo for one of customer application, got some datatype error in the converted application.
Please let me know how to remove these error without affecting mimics, alarms & HMI function.
HMI communication protocol : Siemens MPI (3964R S7)
Application Error-1 :
Double word is Not Supporting after converted application.
Vijeo Error Snaps :
XBTL Configuration :
Vijeo Designer Configuration :
Application Error -2
Dialogue Table Error
Old (XBTL1000) Data Table :
DB10DBW20
Vijeo Designer Data Table :
I tried to delete & add again alarm table (function 32) but look like it’s not supporting for new HMI. Please let e know the AlterNet solution without changing authorization code of dialogue table.
Resolution:
I tried to convert XBTL1000 .DOP backup using Switch2Vijeo for one of customer application, got some datatype error in the converted application.
Please let me know how to remove these error without affecting mimics, alarms & HMI function.
HMI communication protocol : Siemens MPI (3964R S7)
Application Error-1 :
Double word is Not Supporting after converted application.
Vijeo Error Snaps :
XBTL Configuration :
Vijeo Designer Configuration :
Application Error -2
Dialogue Table Error
Old (XBTL1000) Data Table :
DB10DBW20
Vijeo Designer Data Table :
I tried to delete & add again alarm table (function 32) but look like it’s not supporting for new HMI. Please let e know the AlterNet solution without changing authorization code of dialogue table.
Resolution:
Like mentioned in Vijeo designer user guide "Siemens AGMPI/PPI Driver " :
1- You have to use COM 2 for connecting to PLC. (fixes the first error message)
2- The address DB10_DBD** doesn't exist in vijeo designer. We using the device S7-300/400 series the data block for Bit address in Vijeo designer is "DB1.DBX0.0 -DB65535.DBX65535.7" and for word address is "DB1.DBW0 -DB65535.DBW65534"
So you have to change the device address of DB10_DBD52 , DB10_DBD56, DB10_DBD60 to fix the errors.