Omron FZ4 Series User Manual page 209

Vision sensor
Table of Contents

Advertisement

Terminate the controller
ExitFzProcess
Parameters
None.
Return Value
None.
Description
When is carried out on a controller, the power off of controller.
Example
Save the data to the controller, and then power off the controller.
SaveData
ExitFzProcess
Calculate exponential function.
Exp <Expression>
Parameters
<Expression>
The expression that gets the exponential value (integer type or double-precision type)
Return Value
Return double-precision type value.
The return value is the value of mathematical constant(e) raised to the value of <Expression>.
Description
The value of <Expression> must be less than 70.
The inverse function of Exp (Function) is Log (Function).
Exp (Function) can lead other mathematical functions like hyperbolic function (sinhX).
Example
Get the values of sine hyperbolic (sinh) and cosine hyperbolic (cosh) of variable TH.
SINH& = (Exp(TH&) - Exp(-TH&) / 2
COSH& = (Exp(TH&) + Exp(-TH&) / 2
FZ4 User's Manual
Using Custom Command
4
207

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fz4 series

Table of Contents