FTView SE DataLog

ppb1487

Member
Join Date
Jul 2015
Location
Ah
Posts
15
Hi
I wanted to do a DataLogSnapshot in Factory Talk View Site Edition from VBA coding. Is there a direct command that will enable me to access that function?
Tried looking but didnt get anything around.

Thanks

PS: I cannot use periodic logging, I have to do the on demand so as to make sure a few files have been created before taking the snapshot.
 
ExecuteCommand method
Runs the specified command string. The command must be fully qualified or relative to the area specified in the FactoryTalk View SE Client configuration.

Syntax

Application.ExecuteCommand(CommandString)
 
Hey Thanks John for replying
I know this command and tried it as well but it seems I might be getting the syntax wrong
Application.ExecuteCommand(DataLogSnapshot Log1)

Now it doesnt accept the space between DatalogSnapshot and Log1 for one. And if I remove the space then it throws an error
Can you give me the correct syntax for this?
 

Similar Topics

Hi all, I have a customer with an FTView SE system running some datalog files. They can see the trends on the client, but they now want to...
Replies
7
Views
2,755
I have global object button that calls an analog faceplate, which has a trend. This trends get the live data based on the value defined in the...
Replies
2
Views
1,777
I'm using FTView SE to datalog to SQL Server with an ODBC connection. IS there a method to signal when this connection is broken for any reason...
Replies
2
Views
1,175
Hi All. I Have a client that has a nice ftview SE Distributed running for a plant. it datalogs and saves the old files for a couple hundred tags...
Replies
5
Views
2,440
Hey guys, long time forum scavenger first time poster here! So my company has been a long time user of RSView32 and we've grown quite accustomed...
Replies
2
Views
1,607
Back
Top Bottom