View SE AE viewer log limit

ControlSeb

Member
Join Date
Oct 2014
Location
Montreal
Posts
2
I'm working with FactoryTalk View SE (net dist). I created an alarm and event log viewer to keep track of the alarm's history. My problem is that the limit of 50 000 alarms is way too much for my process. I would like to get a limit at around a 1000.

Rockwell's staff says it's not possible but I'm sure there is a way to limit it thru VBA or something but can't faind it anywhere.

Any Ideas?
 
Why exactly is it that you want to limit it?

I ran into something similar on an SE application recently - where I wanted to run a search for a certain type of alarm, but until it finished loading it's 50k events I couldn't do anything. With a bit of playing around I realised that if you press the stop button, it stops loading alarms and you can do whatever you want from there. Only slightly complicated by the fact that the stop button had been removed from the display ;)
 
i've been able to do this using a simple VBA Code but it still take forever to load the damn History!

Private Sub Display_AnimationStart()
FactoryTalkAlarmandEventLogViewer1.RecordsLimit = 1000
End Sub
 
RecordsLimit???

i've been able to do this using a simple VBA Code but it still take forever to load the damn History!

Private Sub Display_AnimationStart()
FactoryTalkAlarmandEventLogViewer1.RecordsLimit = 1000
End Sub


Como faco para especificar este RecordsLimit pois busco meu FactoryTalkAlarmandEventLogViewer2 coloco o . dae tento procurar este RecordsLimit ele nao acha? Voce especifica algo em (General)???
 
Como faco para especificar este RecordsLimit pois busco meu FactoryTalkAlarmandEventLogViewer2 coloco o . dae tento procurar este RecordsLimit ele nao acha? Voce especifica algo em (General)???

Tem como voce me passar mais informacoes de como faco para usar este Metodo, ou como faco para especificar um limite de tag no meu event log viewer

Estou usando o Factorytalk 6.10
 

Similar Topics

Hi All, Does anybody know a way to periodically refresh the Alarm and Event Log Viewer in FactoryTalk View SE?
Replies
0
Views
597
Hello I am asking about datalog viewer for factorytalk view SE like in RSview 32 ActiveX controls. i know can be use datalog to excel or to sql...
Replies
4
Views
4,084
Hi All, we've got abnormal experience when configuring Alarm Log Viewer on FTView SE Station Rev. 9.0. We configure columns starts with Date...
Replies
0
Views
1,545
I Use Factory talks View Studio Version 9.0 (Site Edition , Local ) I wanna not show Alarm Acknowledge[xxxxx] in alarm server on Alarm Log viewer...
Replies
1
Views
1,422
hello frnds.... i want to Data log in FTV SE using RS view log viewer ... as it is working in RS VIEW 32 application.... is it possible to data...
Replies
1
Views
3,315
Back
Top Bottom