EasyManua.ls Logo

Delta DVP32ES300T User Manual

Delta DVP32ES300T
411 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #114 background imageLoading...
Page #114 background image
DVP-ES3 Series Operation Manual
5-8
_5
Example 1:
23 is represented by a single-precision floating-point number.
Step 1: Convert 23 into the binary number, 23.0=10111.
Step 2: Normalize the binary number, 10111=1.0111 ×24 (0111 is the mantissa, and 4 is the exponent.).
Step 3: Get the value of the exponent.
E-B=4→E-127=4 E=131=100000112
Step 4: Combine the sign bit, the exponent, and the mantissa to form the floating-point number.
0 10000011 01110000000000000000000
2
=41B80000
16
Example 2:
-23 is represented by a single-precision floating-point number.
Converting -23.0 into the floating-point number uses the same steps as converting 23.0 into the floating-point number,
except that the sign bit is 1.
1 10000011 01110000000000000000000
2
=C1B80000
16
5.2.2.2 Decimal Floating-point Numbers
Single-precision floating-point numbers and double-precision floating-point numbers can be converted into decimal
floating-point numbers so people can read them. However, internally the PLC uses single-precision floating-point
numbers and double-precision floating-point numbers.
A 32-bit decimal floating-point number is represented by two consecutive registers. The constant is stored in the first
register whose number is smaller while the exponent is stored in the register whose number is bigger. Take (D1, D0)
for example.
10
Decimal floating-point number=[Constant ]*
D0
[Exponent ]
D1
Base number D0=±1,000 to ±9,999
Exponent D1=-41 to +35
The base number 100 does not exist in D0 because 100 is represented by 1,000×10
-1
. 32-bit decimal floating-point
numbers range between ±1175×10
-41
to ±402×10
+35
.

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the Delta DVP32ES300T and is the answer not in the manual?

Delta DVP32ES300T Specifications

General IconGeneral
ModelDVP32ES300T
I/O Points32
Digital Inputs16
Digital Outputs16
Power Supply24V DC
Communication PortsRS-232, RS-485
Program Capacity16k Steps
Operating Temperature0°C to 55°C
Storage Temperature-25°C to 70°C
Input Type24 VDC Sink/Source
Controller TypeProgrammable Logic Controller
Output TypeTransistor
Dimensions90 x 120 x 90 mm
Humidity5% to 95% RH (non-condensing)

Summary

Chapter 3 Installing Software

3.1 Installing and Uninstalling ISPSoft

Provides steps for installing and uninstalling the ISPSoft software platform for PLC programming and configuration.

Chapter 4 Installing Hardware

4.4 Wiring

Covers essential warnings and notes regarding wiring I/O modules, including cable types and grounding.

Chapter 6 Writing a Program

6.6 Testing and Debugging a Program

Explains how to download programs and parameters to the PLC and use monitoring modes for testing.

Chapter 7 Memory Card

Chapter 8 Hardware Configuration and Data Exchange Setups

8.1 Hardware Configuration Tool for DVP-ES3 Series Modules

Introduces HWCONFIG, the built-in tool for setting CPU and module parameters, and downloading configurations.

Chapter 9 EtherNet/IP Specification and Operation

9.5 Troubleshooting

Lists common error codes for EtherNet/IP and provides solutions for configuration and application errors.

Chapter 10 CANopen Function and Operation

10.5 Troubleshooting

Covers troubleshooting steps for CANopen network issues, including node state display and error codes.

Chapter 12 Troubleshooting

12.2 Troubleshooting for CPU Modules

Details error codes and LED indicators for CPU modules, offering solutions for various fault conditions.

Chapter 13 Data Tracer and Data Logger

Appendix A Installing a USB Driver

A.1 Disable Driver Signature Enforcement

Provides steps to disable driver signature enforcement in Windows 8 and 10 for installing the Delta PLC USB driver.

A.2 Installing the USB Driver for DVP-ES3 Series CPU Module

Details the procedure for installing the USB driver for the DVP-ES3 Series CPU module on Windows 10.

Appendix D Maintenance and Inspection

D.1 Cautions

Lists critical precautions to observe before performing maintenance and inspection to prevent injury or damage.

Related product manuals