Recipe - Allen-Bradley Micro830 Manual

Hide thumbs Also See for Micro830:
Table of Contents

Advertisement

Recipe

Rockwell Automation Publication 2080-UM002K-EN-E - March 2019
Supported Data Types for Data Log and Recipe Function Blocks
Data Type
Description
REAL
32-bit floating point value -3.40282347E+38, +3.40282347E+38
LREAL
64-bit floating point value -1.7976931348623157E+308,
(2)
STRING
character string
(1 byte per character)
(1)
DATE
Unsigned 32-bit
integer value
(1)
TIME
Unsigned 32-bit
integer value
(1)
BOOL, DATE, TIME data variables are presented in decimal digital format in the microSD Card. Users have the
option to convert this format to a more friendly format. For example, use ANY_TO_STRING function block to
convert BOOL data type (0, 1) to FALSE or TRUE. You can similarly do the same for DATE and TIME data types.
DATE data type is presented in differential decimal digital value between system baseline time
(1970/01/01,00:00:00) and current date value. Unit is millisecond.
Time should be absolute time value. Unit is second.
(2)
String data variables are enclosed in double quotation marks in the data log file.
The example below shows DSET1 using string variables and DSET2 using integers.
Micro800 controllers support the Recipe feature and allows users to store and
load a list of data to and/or from recipe data files using the RCP instruction. It
also allows users to download, upload, and delete Recipe data on the microSD
card through Connected Components Workbench.
A maximum number of 10 recipe sets is supported for a Micro800 program. Each
recipe can contain up to 128 variables, with a maximum of four (4) data string
variables per recipe. String variables can have a maximum of 252 characters.
Variations of the recipe are stored in separate files with unique file names. For
more information on how recipes are stored on the microSD card, see the
Directory Structure on page
Recipe Specifications
Attribute
Maximum number of recipe sets
Maximum number of recipes
in each set
Maximum number of variables
per recipe
Maximum bytes per recipe file
Example format in output
data log file
+1.7976931348623157E+308
'"Rotation Speed"
1234567
(Date variables are stored as 32-bit words, a
positive number of seconds beginning at
1970-01-01 at midnight GMT.)
1234567
(Time variables are stored as 32-bit words, positive
number of milliseconds.)
192.
Value
10
Recipe sets are stored in 10 directories
(Rcp_Id01...Rcp_Id10) with a maximum number
50
of 50 recipe files in each directory.
128
Configured in Connected Components
Workbench software.
4 KB
Using microSD Cards Chapter 10
Recipe
191

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Micro850Micro870

Table of Contents