EasyManuals Logo

Siemens Simatic S7 Series System Manual

Siemens Simatic S7 Series
726 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 #265 background imageLoading...
Page #265 background image
Program instructions
7.8 Math
S7-200 SMART
System Manual, 09/2015, A5E03822230-AC
265
Natural logarithm (LN) and natural exponential (EXP) instructions
LAD / FBD
STL
Description
LN IN, OUT
The Natural Logarithm instruction (LN) performs the natural logarithm of the
value in IN and places the result in OUT.
The Natural Exponential instruction (EXP) performs the exponential operation of
e raised to the power of the value in IN and places the result in OUT.
LN (IN) = OUT
EXP (IN)= OUT
To obtain the base 10 logarithm from the natural logarithm: Divide the natural
logarithm by 2.302585 (approximately the natural logarithm of 10).
To raise any real number to the power of another real number, including frac-
tional exponents: Combine the Natural Exponential instruction with the Natural
Logarithm instruction. For example, to raise X to the Y power, use EXP (Y *
LN (X)).
EXP IN, OUT
Non-fatal errors with ENO = 0
SM bits affected
0006H Indirect address
SM1.1 Overflow
SM1.0 Result of operation = zero
SM1.1 Overflow, illegal value generated during the operation, or illegal input
SM1.2 Negative result
Input / outputs
Data type
Operand
IN
REAL
1
ID, QD, VD, MD, SMD, SD, LD, AC, *VD, *LD, *AC, Constant
OUT
REAL
1
ID, QD, VD, MD, SMD, SD, LD, AC, *VD, *LD, *AC
1
Real (or floating-point) numbers are represented in the format described in the ANSI/IEEE 754-1985 standard (single-
precision). Refer to that standard for more information.
Square root (SQRT) instruction
LAD / FBD
STL
Description
SQRT IN, OUT
The Square Root instruction (SQRT) takes the square root of a real number (IN)
and produces a real number result OUT.
SQRT (IN)= OUT
To obtain other roots:
5 cubed = 5^3 = EXP(3*LN(5)) = 125
The cube root of 125 = 125^(1/3) = EXP((1/3)*LN(125))= 5
The square root of 5 cubed = 5^(3/2) = EXP(3/2*LN(5)) = 11.18034

Table of Contents

Other manuals for Siemens Simatic S7 Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Siemens Simatic S7 Series and is the answer not in the manual?

Siemens Simatic S7 Series Specifications

General IconGeneral
CPUVaries by model (e.g., S7-300, S7-400, S7-1200, S7-1500)
Communication InterfacesPROFIBUS, PROFINET, Ethernet, MPI
ProgrammingTIA Portal, STEP 7
Programming LanguagesLAD, FBD, STL, SCL, GRAPH
I/O ModulesDigital, Analog, Specialty modules available
Operating Temperature0°C to 60°C (standard models)
MountingDIN rail mounting
Operating Voltage24V DC or 120/230V AC (varies by model)
Protection ClassIP20 (standard models)
MemoryVaries depending on the S7 model. Includes work memory (RAM) for program execution, load memory (EEPROM or Flash) for program storage, and system memory for operating system functions. Memory sizes range from kilobytes to megabytes.

Related product manuals