EventDataFiles

The
EventDataFiles
item returns the list of event data files in the system.
This table shows the input and output formats for this item.
Input Format
Request:
EventDataFiles
Output Format
The EventDataFiles item returns in this format:
<EvtDataFiles>
is
<NullList>
|
<EvtFileList>
<EvtFileList>
is
<EventFile>
|
<EventFile> <EvtFileList>
<EventFile>
is
<BatchID>
\t
<CreateID>
\t
<Description>
\t
<FilePath>
\t
<StartTime>
\t
<RecipeName>
\crlf
where <EventFile> is:
Field Name
Format
Description
<BatchID>
ASCII - String
Operator-entered batch ID number.
<CreateID>
ASCII - Integer
Unique batch ID assigned by the
FactoryTalk Batch
Server.
<Description>
ASCII - String
Procedure description from
FactoryTalk Batch Recipe Editor
.
<FilePath>
ASCII - String
Complete file name and event file path as defined in the
batchsvr.ini
file under [EventManager] section, EventDirectoryPath item.
<StartTime>
ASCII - String
Time at which the batch started. May be a blank space character if the batch has not yet started.
<RecipeName>
ASCII - String
Recipe file name.
This table shows an example of the return on this request.
TIP:
A request on
object
.
GetItem(EventDataFiles)
could return:
BATCH_98 \t 15 \t French Vanilla Premium - class based \t \\STATION5\PROGRAM FILES\ROCKWELL SOFTWARE\BATCH
\SAMPLEAPP\JOURNALS\15.evt \t \t CLS_FRENCHVANILLA \crlf
BATCH_99 \t 16 \t French Vanilla Premium - class based \t \\STATION5\PROGRAM FILES\ROCKWELL SOFTWARE\BATCH
\SAMPLEAPP\JOURNALS\16.evt \t \t CLS_FRENCHVANILLA \crlf
BATCH_100 \t 17 \t French Vanilla Premium - class based/material based \t \\STATION5\PROGRAM FILES\ROCKWELL SOFTWARE\BATCH\SAMPLEAPP\JOURNALS\17.evt \t 2022.02.24 16:20:54 \t MCLS_FRENCHVANILLA \crlf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal