HMI - GOT2000/3000 Connect and communicate with Siemens PLC
This Article will guide you how to setup communication with Siemens plc in a few steps. Not go deeply inside how to make a new project both of the softwares only focus on the settings. There's no tag communication between Siemens PLC and HMI. Communication is based in DB "offset" addresses
1. GT Designer setup
If you start a new project in the communication wizard window select Siemens as manufacture and if you would like to communicate for example S7-1200 or S7-1500 choose SIEMENS OP (ethernet) for the controller type.
In GT Designer please search Controller settings in the System Tab, and setup IP address of the controller and port number 102.

2. TIA Portal setup
Setup your plc IP address the same as you already set in GT designer.
Then enable PUT/GET communication from remote partner from the protection & securtiy of the PLC general settings.
Preapare a DB like in the below picture. Then it's properties Attributes unthick the Optimzed block access usage. Compile the project. After that the offset of the DB tags will be autmatically shown.
You can not modify it. So keep in mind to use temp or dummy bits/bytes for further usage and try to start every label/tag with even number. So if you use Byte type add after it a temp byte variable because GOT HMI handling 16bit devices mostly.
Further description of connection and Settable device range you can read in the: GOT2000 Series Connection Manual (Non-Mitsubishi Electric Products 2) For GT Works3 Version1.
Related Articles
iQ-F Simple CPU Communication with Siemens S7-1200
This video shows how to communicate Mitsubishi iQ-F controller with Siemens S7-1200 using Simple CPU Communication function. <br> TIA Portal Configuration for PUT/GET Communication To enable proper communication between an S7 PLC and our PLC ...
Sample GOT screens for robot control (FR Series, CR800-D), Full Project
An official sample GOT2000 project for robot FR Series (CR800-D controller) controlling and monitoring System configuration: Project contains follwing screens: Robot operation Position Edit JOG control HAND control Variable edit Load level monitor ...
Exchanging Labels - Navigator, GX Works3, GT Designer3
This document shows the sample way for preparing label exchange between Mitsubishi PLC and HMI Navigator setting Building workspace Create new workspace. Initialize it with network configuration. After this step, you can choose what is included to ...
GOT1000 - Show and hide objects in a GOT HMI project
Summary: This document describes how to hide and show objects in GOT1000 depending on bit state. The solution is based on using object scripts The solution of hiding and showing objects is presented step by step below: Introduction Under certain ...
Robot error information on GOT
Document describe how to monitor error code using GOT. 1. Comminication settings Establish standard ethernet communication between robot and GOT. Setup communication driver for robot. We use Extended memmory for data transfer. Refresh time of data is ...