RSView32 logging issue

roburn1

Member
Join Date
Mar 2011
Location
Queensland
Posts
5
Have a question regading the inability to get RSView32 to log 2 triggered (on demand) log files.

I have setup the 2 log files as events using the function DataLogSnapshot.
The files are initially opened by a "startup" macro on the startup macro option check box in Project Manager. These files have been confirmed to be open ready to log by using the runtime Project Manager.
I have confirmed that RSView32 is reading the trigger tags thru tag monitor.
The files are created every day but no data is amended to them during plant operation.
It appears that the only way I can get data to log is by placing either of the event files in the event detector startup tab in Project Manager but this only allows 1 logged file.
The existing scheduled logging appears to be working OK so there must be something I've missed here?

Any help appreciated
Rob
 
Yes. expression does come on when viewed by tag monitor. Action works only when event is placed in the event detector. I thought that the startup macro may not be working but when using the runtime project manager the alarm ticker tells you that both the events are already running.

Expression
digital_in\mixer\START_CEM_LOG_P1 == 1

Action
DataLogSnapshot Materials Batching Plant 1


Copy of Start up macro loaded on startup tab

!===== Macro File created 08/21/03 ===============================
! Macros are lists of commands, with one command per line
! See Help or the manual for a list of commands and their parameters
!============================================================
! AppStart TagRetent /FMEMTAGS.csr
! Start datalogging of both files;
DataLogOn 10 min log
DataLogOn 10 MIN LOG 2
DataLogOn Materials Batching Plant 1
DataLogOn Materials Batching Plant 2
DataLogOn Ultrasonics Plant 2
 

Similar Topics

Hi, I followed the instructions on setting up alarm logging but it never explains how to set alarm log to display inside one of my displays...
Replies
0
Views
1,155
RSview32 works 7.20 Hello. I set up a Dbase( wide) Data Log Model using the data log setup utility. .I would like it to populate the database...
Replies
0
Views
1,393
Working on an application that starts and stops a datalog file depending on the process. Is there any way to know when the datalogging is active...
Replies
1
Views
1,996
Hey everyone, I'm using RSView32 Works, version 7.50 and I have currently setup a few Data Logs to run. However, through the Startup (under the...
Replies
5
Views
4,664
Hi, I want to datalog some data when a boolean tag is set to 1. I'm using an event, triggered by that tag, and its action is the following...
Replies
1
Views
2,747
Back
Top Bottom