跳到主内容

HOW TO: Create a custom historical log file in BASIC

评论

6 条评论

  • jseanor

    Update 2-22

    0
  • jerome.thibault

    Hi , is this code completed ? I tried to run it for one of my application and it gives me the following error :

    "=' expected(3) 10 : INIT Section:

    Thank you !

    0
  • Tim Beaulieu

    Can you send me the .txt file you're trying to run?

    0
  • Duebel_Walter

    Hello,
    is it possible to log only a spefic amount of time?
    for example the last 7 Days.
    After that i want to start a new file or erase the content in the file and start a new log

    0
  • Deryck Beliveau

    Hello @Duebel_Walter,

    The code is written to cyclically log data based on a timer. Using an ONDATE call you could rotate the log files.

    You can always use a EBD that exports a log file to the USR directory every 7 days. This could be done using the planner built into Flexy.

     

     

    0
  • Duebel_Walter

    Thanks for your answer,
    Just one other Question, can I export with the EBD only a amount of time, when I use the planner or will it always export all data?

    0

请先登录再写评论。