0% found this document useful (0 votes)
13 views15 pages

Analog Process Control

This document provides instructions on programming analog signals in a programmable logic controller (PLC). It discusses the key steps which are: 1) understanding the analog module specifications, 2) proper wiring of signals to the analog module, 3) addressing the analog point in the PLC, 4) configuring the analog module, 5) analog to digital conversion, and 6) scaling of measured data using a formula. Scaling measured data allows converting an analog input signal range, like 4-20 mA, to the corresponding values of what is being measured, like temperature in degrees Fahrenheit.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views15 pages

Analog Process Control

This document provides instructions on programming analog signals in a programmable logic controller (PLC). It discusses the key steps which are: 1) understanding the analog module specifications, 2) proper wiring of signals to the analog module, 3) addressing the analog point in the PLC, 4) configuring the analog module, 5) analog to digital conversion, and 6) scaling of measured data using a formula. Scaling measured data allows converting an analog input signal range, like 4-20 mA, to the corresponding values of what is being measured, like temperature in degrees Fahrenheit.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

MECHATRONICS SERVICING NCIV

Analog Signal Programming

Philip Marvin D. Joven, P.E.E.


MTC Director/ICC VP-ENG’G
MECHATRONICS SERVICING NCIV

Analog Signal Programming


4-20mA OUTPUT

A A
I O
Pneumnatic
Control Valve

4-20mA 3-15psi 4-20mA


I/P
Transducer
MECHATRONICS SERVICING NCIV

Analog Signal Programming


Things to know when programming Analog Signal

1. Analog Module Specifications


2. Wiring of Signal to the Analog Module
3. Address of Analog Point
4. Analog Module Configuration
5. Analog to Digital Conversion
6. SCALING of Measured Data
MECHATRONICS SERVICING NCIV Analog Signal Programming

1. Analog Module Specifications


MECHATRONICS SERVICING NCIV Analog Signal Programming

2. Wiring of Signal to the Analog Module


MECHATRONICS SERVICING NCIV Analog Signal Programming

2. Wiring of Signal to the Analog Module

LOOP POWERED
MECHATRONICS SERVICING NCIV Analog Signal Programming

3. Address of Analog Signal in the PLC

UNIT #

CIO 2000 to CIO 2959


(Refresh area :10 words/unit)

D20000 to D29599
(Setup area : 100 words/unit)
MECHATRONICS SERVICING NCIV Analog Signal Programming

4. Analog Module Configuration


Using CX-Programmer Software
MECHATRONICS SERVICING NCIV Analog Signal Programming

5. Analog to Digital Conversion

100%

75%

50%

25%

0%
MECHATRONICS SERVICING NCIV Analog Signal Programming

6. SCALING OF MEASURED DATA 100%

75%

50%
4-20mA OUTPUT
25%
A A
I O 0%
Pneumnatic
Control Valve

4-20mA 3-15psi 4-20mA


I/P
Transducer

Temperature Range: 0 to 212 deg. F


MECHATRONICS SERVICING NCIV Analog Signal Programming

6. SCALING OF MEASURED DATA – SCALING FORMULA


Input min. = 0
Output min = 0 (deg. F)
Input max. = 4000
Output max. = 212 (deg. F)

Y = M * X + B ;M = Slope
SCALING GRAPH B = y-intercept
265

M = Output max – Output min = ??


212
Input max – Input min
Temp (deg. F)

159

Y = Output max – Output min * X + B


106
Input max – Input min
53

B =Y1 - 212/4000 * X1 = ??
0
0 1000 2000 3000 4000
Series1 0 53 106 159 212
MECHATRONICS SERVICING NCIV Analog Signal Programming

6. SCALING OF MEASURED DATA – SCALING FORMULA


Input min. = 0
Output min = 0 (deg. F)
Input max. = 4000
Output max. = 212 (deg. F)

Y = M * X + B ;M = Slope
B = y-intercept
Y = Output max – Output min * X + B
M = Output max – Output min =
Input max – Input min
Input max – Input min

B =Y1 - 212/4000 * X1 = 0
MECHATRONICS SERVICING NCIV Analog Signal Programming

6. SCALING OF MEASURED DATA – SCALING FORMULA


PLC Data X = 2000 -> D30
Scaled Result Y = D50

Constants : 212 -> D25


4000 -> D26

Can be implemented using MATH Instruction

1. Assign Data Memory for the X and Y Variables


2. Use MDAS Rule
3. Use MATH Instruction to evaluate Formula
4. Implement in CX-Programmer
MECHATRONICS SERVICING NCIV

Additional Videos:
1. PLC Analog Signals
https://www.youtube.com/watch?v=ZS3W7
uBdQok&t=13s
2. SCL (Data Scaling Instruction) with OMRON PLC
https://www.youtube.com/watch?v=
oDFZnWYJJ18
MECHATRONICS SERVICING NCIV

THANK YOU & GOD BLESS!!!

You might also like