Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Converter Instruction in Siemens PLC Programming
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Converter Instruction in Siemens PLC Programming

Converter Instruction in Siemens PLC Programming

Last updated: March 4, 2021 1:11 pm
Editorial Staff
PLC Tutorials
No Comments
Share
3 Min Read
SHARE

Let’s study the working of converter instruction in Siemens PLC programming using different ladder logics and programs.

Contents
Converter Instruction in PLCBlock DescriptionRound to double integer:Truncate double integer part:Ceiling:Floor:Ladder LogicLadder Description:

Converter Instruction in PLC

Converter Instruction in Siemens PLC Programming

Block Description

Round to double integer:

It reads the input floating point value and converts it to double integer and round to nearest integer. The result is output by the parameter OUT.

Rounding to Nearest Integer in PLC

Truncate double integer part:

It reads the input floating point value and converts it to double integer and round to zero mode. The result is output by the parameter OUT.

Truncate Double Integer Part in PLC Logic

Ceiling:

It reads the input floating point value and converts it to double integer. The result is the lowest integer which is greater than the floating point number i.e  Round to + infinity mode. The result is output by the parameter OUT.

Ceiling Instruction in PLC

Floor:

It reads the input floating point value and converts it to double integer. The result is the greatest integer component which is greater than the floating point number i.e Round to -infinity mode. The result is output by the parameter OUT.

Floor Instruction in PLC

Ladder Logic

PLC Programming Example using Converters

Ladder Description:

Network 1:

If I0.0 is pressed, value in MD0 (99.78) is read as a floating point number and converted to the closest double integer(100). The result of round to integer is stored in MD4(100).

Network 2:

If I0.0 is pressed, value in MD0 (99.78) is read as a floating point number and converted to the double integer. The integer part of the floating point number is the result. The result is stored in MD12 (99).

Network 3:

If I0.0 is pressed, value in MD0 (99.78) is read as a floating point number and converted to the double integer by round function . The result is stored in MD12 (100).

Network 4:

If I0.0 is pressed, value in MD0 (99.78)is read as a floating point number and converted to the double integer by the round to – infinity mode. The result is stored in MD16(99).

Note: For positive numbers, trunc and floor give the same result. But for negative numbers, floor rounds down and trunc rounds up. This is because trunc always rounds toward 0.

Author: Hema Sundaresan

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • JUMP Instruction in PLC Programs
  • Master Control Reset (MCR) in PLC
  • One-Shot Rising & Falling Instructions
  • Sequence and Logic Control in PLC
  • Scaling with Parameters Instruction
  • What is DCS and ESD Systems?
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

How to Use the Shift and Rotate Instructions in PLC?
Tia Portal – OB30 Cyclic Interrupt Organization Block
80+ PLC MCQ Questions
History of Programmable Logic Controllers (PLC)
Analog Measurement using Ladder Logic
Industrial Networking and Wireless Interview Questions
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

PLC Commissioning and Testing Procedure (Programmable Logic Controller)
Communicating Delta PLC Software to Simulator
Top Non-PLC Certification Courses for Automation Professionals
Delta PLC Counter with Comparison
What is a Tower Lamp? – Light Tower in Industrial Automation
Sequential PLC Programming for the Pneumatic Valves
Free Siemens PLC Training Course
Example of Controlling the PLC Output using Push Buttons

Keep Learning

PLC Programming for Weight-Based Packaging

PLC Programming for Weight-Based Packaging

Preventive Maintenance of Variable Frequency Drive

Preventive Maintenance of Variable Frequency Drive (VFD)

PLC Pump Control

PLC Pump Control: 10 seconds ON & 20 seconds OFF

Network Switch

Network Switch Port Allocation Details

PLC Multiple Choice Questions

PLC Multiple Choice Questions

Why Use Normally-Closed Contact for Stop Buttons

Why Use Normally-Closed Contact for Stop Buttons?

GSD File installation in Simatic Manager

How to Install GSD File in Step 7 PLC using Simatic Manager?

Pulse Generation using Timer in Siemens PLC

Pulse Generation using Timer in Siemens PLC

Learn More

Free Industrial Control System (ICS) Cyber Security Training Course

Free Industrial Control System (ICS) Cyber Security Training Course

Siemens PLC

Will PLCs become obsolete?

Leaky Boiler Drum Level Switch

Leaky Boiler Drum Level Switch Stops NH3 Plant Commissioning

Difference Between Process and Project

Difference Between Process and Project

Peak Inverse Voltage of Center Tap Rectifier

Peak Inverse Voltage of Center Tap Rectifier

guided-wave radar Transmitter Setup

Guided-Wave Radar Instruments Diagnostics

Basic Electronics Questions and Answers

Basic Electronics Questions and Answers

Transformer Protection using fire water spray system

Fire Water Spray Systems Principle

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?