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 and output formats for this item
Format
Description
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
FactoryTalk Administration Console
FactoryTalk Batch Services Properties
Project Settings
tab.
<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 is an example of the return on this request.
A request on
object
.
GetItem(EventDataFiles)
could return:
BATCH_98 \t 15 \t French Vanilla Premium - class based \t \\STATION5\FTBATCH_PROJECTS\SAMPLEDEMO1\SAMPLEAPP\JOURNALS\15.evt \t \t CLS_FRENCHVANILLA \crlf
BATCH_99 \t 16 \t French Vanilla Premium - class based \t \\STATION5\FTBATCH_PROJECTS\SAMPLEDEMO1\SAMPLEAPP\JOURNALS\16.evt \t \t CLS_FRENCHVANILLA \crlf
BATCH_100 \t 17 \t French Vanilla Premium - class based/material based \t \\STATION5\FTBATCH_PROJECTS\SAMPLEDEMO1\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