FAQ


FAQAbout Products
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT1000 Series > Storing the PLC device value in the GOT internal device when starting the GOT
FAQ
Storing the PLC device value in the GOT internal device when starting the GOT
How do I store the PLC device value in the GOT internal device when starting the GOT?
- Category :
-
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT1000 Series
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT2000 Series
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > Engineering Software
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT2000 Series > GT27
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT2000 Series > GT25
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT2000 Series > GT21
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT1000 Series > GT15
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT1000 Series > GT16
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT1000 Series > GT11
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT1000 Series > GT10
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT1000 Series > GT14
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > Engineering Software > HMI/GOT Screen Design Software
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT3000 Series
- FAQ > Human Machine Interfaces > Human Machine Interfaces MELHMI-GOT > GOT3000 Series > GT37
Answer
The PLC device value can be stored in the GOT internal device when the GOT is started by using GB40 (always on) as a trigger.
Since GB40 is on when the GOT is started, the PLC device can be stored in the GOT internal device using the project script function and device data transfer function.
Configure the settings in the screen design software.
◆ For GT Designer3 (GOT2000) Version 1
Since GB40 cannot be set as the trigger device used for the device data transfer function, set the GOT internal device (GD1000 in the following example) as the trigger device and perform device data transfer.
1. Transfer the PLC device value to the GOT internal device using the device data transfer function.
(1) Select [Common] → [Device Data Transfer] → [New] to create a device data transfer.
(2) [Basic] tab
Trigger Type: Rise
External Control Device: GD1000 (bit 0 is the trigger device.)
(3) [Device] tab
Set the source device (PLC device) and destination device (GOT internal device).
2. Turn on the trigger device for device data transfer with the project script function when starting the GOT.
(1) Select [Common] → [Script] → [Script] then select [Add] in the [Project] tab to create a script.
• Trigger Type: Rise
• Trigger Device: GB40
• Script Program: [b:GD1000.b0]=ON;
* GS0.b4 (always on) can be used instead of GB40 (except on GT21).
- Product Name
- Human-Machine Interfaces(HMIs)-GOT
- Product Category
- GOT function (internal device)
- Series
- GOT1000 Series, GOT2000 Series, GOT3000 Series, GOT Screen Design Software