CreateIDEventDataFile
The
CreateIDEventDataFile
item returns the path to the electronic batch record file as long as it has not been removed from the batch list.This table shows the input and output formats for this item.
Input Format | Request: CreateIDEventDataFile | ||
CreateID | is | ASCII – Integer, INTERNAL identifier assigned by the FactoryTalk Batch Server to a batch when it is created. Obtained from the BatchList item. | |
Output Format | The CreateIDEventDataFile item returns in this format: | ||
<PathToEventDataFile> | is | <PathToJournalDirectory><EventFile> | |
<PathToJournalDirectory> | is | <DriveLetter> : <PathToDirectory> \ as defined in the batchsvr.ini file under [EventManager] section, EventDirectoryPath item. | |
<EventFile> | is | <CreateID> .EVT | |
Field Name | Format | Description | |
<CreateID> | ASCII – Integer | CreateID described in the Input Format, above. |
This table shows an example of the return on this request.
TIP:
A request on the
object.GetItem(17EventDataFile)
could return:\\STATION5\PROGRAM FILES\ROCKWELL SOFTWARE\BATCH\SAMPLEAPP\JOURNALS\17.evt
Provide Feedback