User`s guide
Table Of Contents
- E-Designer Reference Manual
- 1 Installation
- 2 General
- 3 Configuration with the Configuration Tool
- 3.1 Starting the Configuration Tool
- 3.2 Selecting Menu Language
- 3.3 Creating a Project
- 3.4 Saving a Project
- 3.5 Updating Drivers
- 3.6 Changing Project Properties
- 3.7 The Project Manager
- 3.8 The Block Manager
- 3.9 Showing Operator Panel around the Working Area
- 3.10 Configuration of Blocks
- 3.11 Using Text Blocks
- 3.12 Static Symbols
- 3.13 Changing I/Os
- 3.14 The I/O Browser
- 3.15 Changing BDTP Station
- 3.16 I/O Cross Reference
- 3.17 Other Managers/Editors
- 3.18 The File Menu
- 3.19 The Edit Menu
- 3.20 The View Menu
- 3.21 The Functions Menu
- 3.22 The Setup Menu
- 3.23 The Block Manager menu
- 3.24 The Object menu
- 3.25 The Layout Menu
- 3.26 The Project Menu
- 3.27 The Transfer Menu
- 3.28 The Window Menu
- 3.29 The Help Menu
- 4 Graphic Presentation and Maneuvering
- 5 Text-based Presentation for Printouts and Reports
- 6 Trends
- 7 Message Library
- 8 Alarm Management
- 9 Recipes
- 9.1 Calculation of Recipe Size
- 9.2 Recipe Properties and Recipe Directory
- 9.3 Creating a Recipe with the Operator Panel
- 9.4 Appending Recipes
- 9.5 Transferring Recipes to the Controller
- 9.6 Deleting Recipes
- 9.7 Using Recipes in a PC
- 9.8 Creating and Transferring Recipes with the Controller Program
- 9.9 Saving Individual Recipes on an External Memory Card in Runtime
- 10 Data Logger
- 11 Passwords
- 12 Printouts from the Operator Panel
- 13 Time Channels
- 14 Language Management
- 14.1 Unicode in the Operator Panel
- 14.2 Creating Additional Application Languages
- 14.3 Translating/Editing Texts in the Configuration Tool
- 14.4 Properties for the Application Language
- 14.5 Export
- 14.6 Import
- 14.7 Show Index
- 14.8 Cross Reference
- 14.9 Reuse Index
- 14.10 Font Templates
- 14.11 Unicode in E1012 and E1022
- 15 System Monitor
- 16 Index Addressing
- 17 Communication
- 18 Network Communication
- 19 Network Functions in the Operator Panel
- 20 LEDs
- 21 Function Keys
- 22 Macros
- 23 Project Transfer
- 24 Transfer of Controller Program and Parameters
- 25 Updating the Operator Panel

General
Mitsubishi Electric, MA00759F 13
2.3 Signal Format
The following signal formats are available in the dialog for each object, on the as-
sumption that the selected driver supports the signal format.
Format type Area
Signed 16-bit -32,768 – +32,767
Unsigned 16-bit 0 – +65,535
Signed 32-bit -2147483648 – +2147483647*
Unsigned 32-bit 0 – +4294967295*
Float with
exponent, 32-bit
±3.4E38*. Numbers larger than 1,000,000 are shown with exponent.
Float without
exponent, 32-bit
Parameters Positions (including decimal point and characters) and
Decimals indicate the available area*.
E.g. 8 positions and 3 decimals result in ±999.999.
BCD Float 0 – 9999,9999.
BCD 16-bit 0 – 9999
BCD 32-bit 0 – 99999999*
HEX 16-bit 0 – FFFF
HEX 32-bit 0 – FFFF FFFF*
Seconds 16-bit The object Analog numeric can present the time format. Syntax:
<hours:minutes:seconds>.
Example: The register value in D0=3661, the object Analog numeric
linked to D0 and defined as Seconds 16-bit will then show
<1:01:01>.
Seconds 32-bit The object Analog numeric can present the time format*. Syntax:
<hours:minutes:seconds>.
String Character string which can be used in the dynamic function for
graphic objects.
Example: In the object Static symbol, Digital symbol and Multiple
symbol, the dynamic property Symbol can be linked to a register
with the format String.
Array 16-bit Table format which can be used for an Event in the dynamic func-
tion for graphic objects.
Example: A group of registers is to be allocated different values
when “Value entered” is equal to 99. The first value in the field
Value will then be entered to register D21 in the field Signal. If the
field Value appears as follows, <1,2,3,4> the value 2 will be
entered in next subsequent register (D22), etc.
* Values in 32-bit format will contain some inexactness, since both the configuration
tool and the operator panel handles only the first 6 digits of a 32-bit value.
The remaining digits will be truncated or changed into zeroes.