How to use "Days to keep historical data" & "Maximum time between logs(hh:mm:ss)

Iam using LabVIEW DSC. Values are being logged continously into citadel.
Is it possible to retain data of just one month and delete the earlier data as fresh data is being logged into citadel?
Is it possible to achieve this feature with "Days to keep historical data" & "Maximum time between logs(hh:mm:ss)" options in the history menu of Tag configuration editor ?

Yes, Days to keep historical data does what you are looking for. After the specified number of days, the old data gets overwritten with new data. So, you always have only the specified number of days' of data in Citadel.
Note: You may sometimes see that old data doesn't get overwritten till after a day or so of your setting (depending on how much data is being logged). This is because Citadel logs in "pages" and waits till the current page it's logging to is full before it starts overwriting the old ones.
You do not have to use the 'Max time between logs' option for this. This option forces Citadel to log data every so-many hh:mm:ss regardless of whether or not the data has changed. Note that this is NOT a way to "log data on
demand". Because, this periodic logging of data would change for a particular tag when its data changes. So, even with this setting all data may not get logged at one shot. Anyways, as I said, you do not have to use this setting for what you're trying to do.
Regards,
Khalid

Similar Messages

  • How to Flip the Sign using Calculation script for historical data

    I am currently using Essbase 9.3.1. Its required to flip sign for a specific set of accounts for that i am currently using UDA's to flip the sign.
    But now i need to flip the sign for the historical data too. Is there any possible way to flip the sign using calculation scripts for historical data. Kindly let me know your suggestions.
    Many thanks in Advance...
    Edited by: [email protected] on Jul 30, 2009 9:37 PM
    Edited by: [email protected] on Jul 30, 2009 10:58 PM
    Edited by: [email protected] on Jul 30, 2009 11:01 PM

    Of course there is. This is the kind of calc script that only gets run once, so make usre you test it well before doing it on production and make a backup of production before doing it.
    It would be something like
    Fix(time frame, accounts to be flipped, level zero other dimensions)
    actual = actual * -1;
    EndFix
    Cal dim dimensions
    Note, I chose actual, but you could do it for any dimension that has a single or only a couple of members. What ever dimension you choose to do the calculation on, it can't be included in the fix statement

  • I just got a new ipod and i dont know how to use it. it keeps asking me for wifi connection or to log on to itunes. i logged on to itunes but its still not working please help

    please help me use my ipod touch. i just got it and im a little confused on how to use it. it keeps asking for a wifi connection even while im logged in on itunes

    iPod touch User Guide (For iOS 5.1 Software)
    Are you connected to wi-fi?
    If not, then connect.

  • How to use a query in matrix data retrive

    hai  everybody
    how to use a query in matrix data retrive...
    pls ..

    If u have created a UDT to store the data then U can retrive the data through recordset.
    oRecordset.doquery("SQL Statement")
    If u have taken the DB Data source to Manipulate then
    then type
    oMatrix.flushtoDataSource
    then
    U can retrive the data through DB Data source.
    -Manmath

  • How to use Bind Variables in Essbase data control

    Hi,
    I am trying to use Bind Variables in MDX query while creating the Essbase Data Control. I have used the below query with the Bind Variable.. this query is working in Essbase admin console..but it is throwing error (*Invalid MDX Query)* while creating Essbase Datacontrol in JDeveloper.
    MDX Query : SELECT {[Measures].Msr_2} ON COLUMNS, [Time].Children ON ROWS FROM cube
    where ($name)
    Could any body suggest me on how to use bind variables with Essbase Data control.
    Thanks,
    Swathi

    Hello Swathi, can you please help me how you created Essbase DataControl? Also were you able to figure out this?
    Thanks, Praveen.

  • How to use Director 11.5 ByteArray data in to Flash ByteArray ?

    How to use Director 11.5 ByteArray data in to Flash ByteArray ?

    Did you configure it in Window / Preferences / Flash Builder / Installed SDKs?

  • Hello, is there any calender application which keeps historical data for iPad 2?

    hello, is there any calender application which keeps historical data for iPad 2?

    The one built-in keeps whatever historical data you sync to it.

  • How can I get rid of the dates and time on my Notes

    How do I get rid of the dates and times on my Notes that appeared when I updated to 8?

    Yes, it's seems like a poor design decision.
    By putting the date on the line below the Note title in the Notes Index, the app shows half the number of notes per page AND if you have a large number of notes, it takes twice as long to stroll down.
    I doubt the designer actually uses the app. 
    TSAW

  • How to judge if one string is  date or  time

    hi everyone,
    how to get to check if one string means date or time? Any sugestion is appreciated.
    Julian

    Hi julian ,
    just give the example for a string how u are storing the formats for date and time in ur system ,
    i mean what is the length of the date field and time field in ur text format
    will it be same ,,if so give us a value (or a set of values )to work on a specific logic
    cause system takes 8 chars for date field and 6 chars for time field ,,
    also ur requirement is asking for a date or time check on a specific string ,
    but i cant put the same string for two fields check ...
    if that is the scenario y dont u put
    field string
    DXXXXXX,
    TXXXXXX,
    DXXXXXX,
    DXXXXXX,
    TXXXXXX,
    this way ..
    differentiate with a tag
    field string+0(1) = 'D', --->DATE FIELD
    ELSE                         TIME FIELD.
    regards,
    vijay
    data date type d value '20061014'.
    DATA TIME TYPE T VALUE '154633'.
    WRITE (8) TIME USING EDIT MASK '__:__:__'.  "Output: 15:46:33
    write (10) date using edit mask '__/__/____'.
    write  time using edit mask '______'.
    *my logic is system uses internally 8 chars for date field and 6 chars
    *for time field

  • How to restore iMac to an earlier date through time machine?

    how to restore iMac to an earlier date through time machine?

    http://support.apple.com/kb/ht1427
    Especially the section "Restoring Data from Time Machine Backups" and within this, the sub-section "Restoring your entire system from a backup"

  • Hi experts, how to use open sql to read data from one " maintenance view"?

    i want to use this part of data within report ,so how to use open sql statement to read data from one " maintenance view"?

    Hi
    You can't use OPEN SQl statements to fetch data from maintenance view
    You have to use only Database views
    see the different types of views and the difference
    The followings are different types of views:
    - Database View (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set.
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    - Help View ( SE54)
    Help views are used to output additional information when the online help system is called.
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
    - Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    - Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    Reward points for useful Answers
    Regards
    Anji

  • I back up with an external hard drive using time machine.  I am trying to reload my iphoto library from an earlier date then it will let me.  How do I get to an earlier date in time machine?

    I back up with an external hard drive using time machine.  I am trying to reload my iphoto library but it won't let me get back to a date that I need to.  How do I do this?

    Try Pondini's articles;
    http://pondini.org/TM/15.html - scroll down to the pink box for iPhoto restoation.
    Also http://pondini.org/TM/15A.html to clarify how to use the timeline.

  • How to use days-from-duration in XSL 2.0

    Hi,
    I am trying to use days-from-duration function in XSL 2.0, but it keeps complaining about invalid Xpath for that line.
    I am using it with xp20: prefix, is that correct?
    Thanks in advance.

    ok, i figured out, i needed to add below namespace & then use that as the prefix
    xmlns:fn="http://www.w3.org/2005/xpath-functions"
    fn:days-from-duration
    Thanks.

  • How to use selectOneList in a updateable data table column

    Hi,
    Could someone tell me how to use selectOneList (source from a vo X) in an updateable data table column (from another vo Y)?
    I successfully created a page with the data table. However, strange things happened:
    1) the values populated on the selectOneList column don't match the underlying value in vo Y. in fact, every rows in the column got the same value.
    2) when I update one of the rows, the column value in every other rows turns to the new value.
    3) when I sort other columns in the table, the values shown in the selectOneList column get toggled between blank and some incorrect value.
    I believe it is something related to the fact that the same iterator is used to the source view object. If this is the case, how can I solve it?

    See #7 here:
    http://radio.weblogs.com/0118231/stories/2005/06/24/jdeveloperAdfScreencasts.html

  • How to use aggregate function (min) with Date

    Hi,
    I am using below code to print min date.
    <?if:SD_UserDefinedCode_KY_ID5 = 'LOESCH' or SD_UserDefinedCode_KY_ID5='FRIST'?>
    <?xdoxslt:minimum_date(SD_EffectiveDate_EFT_ID28)?> <?end if?>
    condition provide two date 2013-05-01 and 2013-01-01.
    Date is in canonical format  YYYY-MM-DD.
    now result is coming like number 1293840000000
    Minimum date should be come  2013-01-01 instead of 1293840000000 .
    Could you please help me out.
    Thanks
    Indrajeet Kumar

    Hi KAVI PRIYA,
    if date is not in cannonical format, how can we change it in BI publisher, then how to calcualte minimum and as well as maximum.
    please advise me,
    Thanks,
    Sri

Maybe you are looking for

  • Do not show dots for 'free' events in the calendar month view

    I wish I could.... not show dots for 'free' events in the calendar month view. For an overview of when I have hard-scheduled events in the calendar it's pretty tedious and slow to go day -by day, and other views... Instead the dot  in the month view.

  • Would Photoshop help improve the look of my video? [was: New to this]

    Not sure if I already posted this but would photoshop help imporve the look of my video? http://www.youtube.com/watch?v=n94-fqYPHWc

  • "Capture recorded no frames"

    First off, I'm doing this on PPro CS4 on an iMac 24" Core2Duo with Snow Leopard - IMO, much more stable than Windows. My camera is a Canon ZR950 MiniDV Camcorder.  I have it hooked up to the iMac via FireWire. I opened up the "Capture screen", I spec

  • Displaying information on 2 pages (reports)

    Hi, I want to print records on a report on 2 pages because in the first page there is no enough room, but on the 2nd page, I have a bug of display : Here is the bottom of the first page : http://img11.imageshack.us/img11/1504/49385417.png Here is the

  • Add and display numerical values chosen by user - advanced actions?

    I am creating a course that includes a quiz. What the customer wants is for the users to view a case study, and then give scores based on a scale with multiple descriptors; the quiz will then total the scores or rankings that the user inputs.  It wou