Version
The
Version
item returns the version of the FactoryTalk Batch
Server executable (.exe
) file.This table shows the input and output formats for this item.
Input Format | Request only: Version | ||
Output Format | The Version item returns in this format: | ||
<Version> | is | <MajorRel> . <MinorRel> . <Compatibility> . <Revision> | |
where: | |||
Field Name | Format | Description | |
<MajorRel> | ASCII - Integer | Major release number. | |
<MinorRel> | ASCII - Integer | Minor release number. | |
<Compatibility> | ASCII - Integer | Compatibility identifier shows which releases of executables can communicate. EXE files with the same major release number and the same compatibility identifier can communicate and run together. Changing the compatibility identifier resets the revision number. | |
<Revision> | ASCII - Integer | Revision of the release. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(Version) could return:8.00.00.022 |
Provide Feedback