Sample ftldint.bat file – Rockwell Automation FactoryTalk Historian SE 3.0 Live Data Interface User Guide User Manual

Page 47

Advertising
background image

8

Startup Command File

41

Parameter

Description

/q

Default = no queuing.
When the /q parameter is present, Snapshots and exceptions are
queued before they are sent to the PI Server node. The maximum

queue size is close to 4000 bytes. The queue is flushed between
scans if it is not filled. For an interface collecting unsolicited data, the

queue is flushed four times a second if it is not filled.

/TSofPIorFT

The /TSofPIorFT parameter specifies which time stamp will be used to

determine when to send data to the Historian server:

/TSofPIorFT=0 means using server time stamp

/TSofPIorFT=1 means using FTLD server time stamp

Notes:

By default, there is no /TSofPIorFT parameter in the .bat
file. In this case, the Historian Server time stamp will be

used.

An unsolicited point will always use FTLD Server time
stamps.

/MultiCom

Use the /MultiCom parameter if you want the PI-UniInt executable to
select the Multithreaded Threading model

(COINIT_MULTITHREADED) for the call to CoInitializeEx(). Otherwise,
the PI-UniInt will use the Apartment Threaded model

(COINIT_APARTMENTTHREADED).

Sample FTLDInt.bat File

The following is a sample startup command file that comes with the
installation:

“FTLDInt.exe”1 /uiDll=FTLDIntCtl.dll
/FTDirectory=$Global / FTContext=/ /PS=FTLD /ID=1
/host=localhost:5450 /ec=2 /pisdk=0 / maxstoptime=120
/q /sio /perf=8 /f=1 /f=0.05 /f=0.1 /f=0.25 / f=0.5
/f=2 /f=5 /f=10 /f=60 /f=120

Advertising