FactoryTalk View SE 0.5s tag logging

AlexGomes

Member
Join Date
Oct 2021
Location
Burlington
Posts
1
Hi All,
I'm trying to look into if it's possible to get FactoryTalk SE to build a process log report, recording various tag values at a poll rate of down to 500ms. I'm trying to get this working within FactoryTalk at the moment, rather than use an external reporting application.



I'm currently using a numeric field input to change on an always on display to drive some VBA code to write tag values to a new line of a csv file every call. I have all of this working fine. However I can't seem to get it to poll faster than 1 second. It looks like I'm running into some sort of execution time limitation. I started down this VBA path because it seemed to be the only way to get a csv file out.


Is there anyway to have SE log PLC tag data to a csv or excel file at a poll rate faster than 1 second?
 
No idea about FTV but years ago I did an RSV32 project & VBA is slow, I logged data to an ODBC DB, not sure how fast you could log data but there are options i.e. on demand, time or state change, you can also select when new files are created & if older files are deleted i.e. if older than 12 months etc.
One thing to remember that if the log trigger is faster than the coms driver then you will be logging the same data many times.
It is easy to use excel to extract data from a ODBC DB I created a macro in VBA where the user could enter a date & extract the data and format it into a spreadsheet, this was distributed to the users who needed it to produce reports.
From my limited experience of FTV it does appear RW have just cobbled together the existing RSV32 & modified it but charge megabucks for it.
As I said, no idea how fast you can log data using this mode but I guess it is faster than using VBA.
 

Similar Topics

I have a FactoryTalk View Se project, Is it possible to export Direct Reference tags to edit in a CSV file or Excel? I know I can export HMI...
Replies
1
Views
293
We are cutting over a PLC5 to ControlLogix and we ran into some issues with the HMI (FTView v10, Network Distributed). We found that after...
Replies
0
Views
949
RE: FactoryTalk View Tag Browser Datatype - UNRECOGNIZED Hi All I have a new install of FactoryTalk View SE 12 with the May 2022 patch rollup...
Replies
6
Views
3,267
Hi All, Does anyone know that how to monitor tag value during the client file is running? I don't want to create button with animation to find...
Replies
2
Views
1,454
Hello, we have a project using FTView SE 10 (Network Distributed). We configured PLC and HMI in an existing application, and the communication...
Replies
0
Views
1,077
Back
Top Bottom