How can I write a file and fill it in periods?

Hi Every body!
I need help with this.
I have my aplication(power quality analiser),This VI obtain several varibles and make a lot of calculus and operation, to obtein others parameters in real time so my problem is Save the acquire data and calculus data into a file (similar as a report) every period(custumizable for the user in time units) 
I mean make a only one file wich is write every period continuously , e.g.  Start my principal VI and this event start the write of file, past one period,make other row or colum into the same file and continue that way until we stop the principal VI.
How can I make that?
Thaks very much 
Best Regards

Hi,
assuming you have your trigger (notifier or just periodically) you can append the data to a single record.
Open the file, set the file position to the end, write the data and close the file.
Hope this helps

Similar Messages

  • How can i write properties file for Hindi font

    Hi All,
    i'm using jdev 11.1.1.5.0
    in my use case i have worked on internationalization where i want to use hindi font
    like this link -
    Majid Hussain: Internationalization of ADF 11.1.1.3 Applications
    as in above post majid used german language and write properties file for german language(which is using english character).
    but my problem is that i want to use hindi language
    so how can i write propery file which support hindi font.
    Manish

    Hi Manish,
    We also had same requirement where we need to show indian local language(Hindi ,Bengali and many more ).
    We had implemented following approach and perhaps it will helpful for you.
    1-First we changed the encoding value in jdeveloper.
       go to jdeveloper --> tools --->preference-->encoding , select to UTF8
    2-We used to get the properties and it's translated value from business and then we were manually put these pair into related resource bundle.
    And using this we were able to implemented multilanguage support.
    Thanks
    Prateek

  • How can I write to files from applets?

    I want to write a capability into a game i'm writing that allows it to keep track of high scores. I am fairly certain that I will need to write to a file separate from the applet and then read it back in later. How can I do this? I don't think typical input/output streams work. Any helps or tips on how to set up a high scores list would be helpful!
    thanks a lot!

    Hi,
    Firts sign the applet or jar file.
    public void NxFileOpen(String ElFichero) {
    String ElError="";
    NxExportarPath=ElFichero;
    try {
    NxExportarFile = new FileWriter(ElFichero,false);
    } catch (IOException NxError) {
    ElError="No puedo abrir el fichero :"+NxExportarPath+".";
    } catch (SecurityException NxError) {
    ElError="No puedo acceder al fichero :"+NxExportarPath+ " para abrir. (Seguridades java)";
    } catch (Exception NxError) {
    ElError="Error. Fichero = "+NxExportarPath+". Accion = OPEN.";
    if (ElError!="") {
    System.out.println(ElError);
    NxExportarFile = null;
    public void NxFileClose() {
    String ElError="";
    try {
    NxExportarFile.close();
    } catch (IOException NxError) {
    ElError="No puedo cerrar el fichero :"+NxExportarPath+".";
    } catch (SecurityException NxError) {
    ElError="No puedo acceder al fichero :"+NxExportarPath+ " para cerrar.(Seguridades java)";
    } catch (Exception NxError) {
    ElError="Error. Fichero = "+NxExportarPath+". Accion = CLOSE.";
    if (ElError!="") {
    System.out.println(ElError);      
    NxExportarFile = null;
    public void NxFileSave(int Dato) {
    String ElError="";
    try {
    NxExportarFile.write(Dato);
    } catch (IOException NxError) {
    ElError="No puedo grabar en el fichero :"+NxExportarPath+".";
    } catch (SecurityException NxError) {
    ElError="No puedo acceder al fichero :"+NxExportarPath+ " para grabar. (Seguridades java)";
    } catch (Exception NxError) {
    ElError="Error. Fichero = "+NxExportarPath+". Accion = WRITE.";
    if (ElError!="") {
    System.out.println(ElError);      
    NxExportarFile = null;
    I hope help you

  • How can read & write .ncd files?

    I need to create / modify a .ncd file (used in Max 3.0.2) for can channel configuration. How can I do that in C or VB?

    Giuliano,
    if you try to open the .ncd file with Notepad it states it is an XML 1.0 file. Actually, if you open it up with MS Internet Explorer you should be able to see exactly the same structure you see in MAX.
    So, if you want to modify and/or create the .ncd file externally you can use a text editor or an XML parser to write your .ncd files and then load the messages from MAX.
    Greetings
    AlessioD
    National Instruments

  • How can I write log file???

    Hi every body.
    I have a project built by ADF BC. I want that when user performs INSERT, UPDATE, DELETE,... into DB from client tier in some form, before performing those queries I will get the user information (who login the system) and write out a log file about that user from that information in each entity influenced by the user.
    How can I do this???

    I understand what you mean from your link. But the question I meant is not that. What I meant is that, I can get the user information (user_name,password,...) who performs the queries to DB and write those information to log file.
    Thanks.

  • How can I move both files and ratings to another computer?

    On my desktop, I didn't let iTunes manage my music as my desktop is old and the c drive has limited space. I have backed up the music and I have also saved the iTunes Library.itl and iTunes Music Library.xml files in the hope of being able to transfer my music to my laptop and retain all ratings information I've spent so much time setting up.
    I've copied all music from my desktop to my notebook under the iTunes Music folder. I've also copied the .xml and .itl files. In iTunes I'm happy to see that my ratings info has been preserved but iTunes cannot seem to find my files. I've made sure that my iTunes music folder is correctly set. I've also tried to manually change the g:\ reference for file locations in the xml file but it seems this doesn't help because as soon as I open up iTunes again it sets everything back to the g:\ location. How can I fix this without manually pointing every song to where it now lives on my laptop?
    thanks,
    glen
    PS Even worse is that I tried the consolidate library function on my desktop and now my desktop is in the same boat. Can't find the files unless I manually point to where they are.
    PPS Sorry, originally posted this in the wrong forum.
    thanks,
    glen
      Windows Vista   iTunes 7.1.1

    Hi q8,
    move: select the controls, move them out of the tab container, drag them into the correct page of the tab container
    hide: right-click the controls terminal (!), select "hide"...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How can i view data files and print them?

    I'm collecting very large data files with the DAQ. Afterwards I'd like to be able to view them (zooming in and out and scrolling) then print when I get a view I like. How can I do this? Is there code out there already? What are some ways of easily visualizing large data files without using tons of PC memory and waiting for every data point to load?

    There are some basic techniques that are useful in this sort of application. First, to get an overview of an entire dataset, a good place to start is to read in the file 20 or 30 samples at a time. As you read each block, perform an average and only plot the average. This on-the-fly decimation allows you to see very large blocks of data without bogging down you system.
    Second, for the zoom function use the cursors. When the user selects an area to zoom in on, read just the values between the indices the user selects. If the selection is small enough you can display the data directly, otherwise you can decimate it as before-though probibly using a smaller block size.
    For reading the position of the cursors, use property nodes.
    The basic thing to rem
    ember is that most PC screens are at most a couple thousand pixels wide. This video resolution places an absolute limit on the number of datapoints that you will be able to see without aliasing. In general it's better to decimate the data yourself than to let the video card do it.
    Let me know if you have any specific questions
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How can we compress SWF files and optimize tool?

    I need to reduce SWF file size up to 70%, quality will not be sink.
    Is this possible in adobe software? please help...

    Iam working on banner production, is their any better software/tools for SWF optimization/compression?
    I got one  SWF and FLA from other creative team,  SWF size is below 50 KB look's better quality, I have changed some small amends, when i was exporting it from FLA... the SWF file weight goes to 90KB, i compressed image quality then, expoted again... the file size goes to 70KB. how can i do  50KB in better quality.
    Thank you for your help!

  • How can I sort all files and folders by size?

    Due to lack of space I need to find the biggest files and folders on my Mac OSX Mountain Lion, but "Size" is not in the Find options.
    And I don't know the wildcard to sort all files and folders by size in Easyfind.
    Thanks
    Sarah

    There are applications out there which are designed to show you files and the space they use.  Some of these applications and some strategies for making more room on your disk are given below.
    Freeing Up Hard Disk Space
    Freeing space on your Mac OS X startup disk
    Clearing Disk Space on Your Mac
    Seven ways to free up drive space

  • How can I transfer my files and documents from external hard drive to my new MacBook Air?

    I recently bought a new MacBook Air and I would like to transfer my files and documents which I already saved in my external hard drive to this new mac. Unfortunately, I have not been able to do it so far. I tried to drag some files but the rest of the documents cant be transferred.
    I appreciate it if anyone could help me in thsi regard.

    Describe exactly what you did when it failed and the error message you received that told you it failed. Dragging and dropping files from one drive to another will work. Having said that  however, you need to be aware that trying to copy items with the same name will result in a warning dialog box offering several different options including canceling.
    To better help you it would also be helpful to know about the external drive. Did you use TimeMachine to back up to that external drive? Did you copy files from another computer to the drive?

  • How can my client upload files and new articles to his website without involving me?

    I have created a website for a client who wants to be able to add any new information to his articles without having to go through me again.
    How does he do this?
    I have added all permissions to him as a user. I know how he can edit existing information on the website, but not to add anything new.
    Thanks in advance

    Hi Tanya,
    At this stage this is not possible out of the box in Muse to add the articles, you only can edit them using the in browser editing. To be able to add something without involving Muse, you will need to use a CMS system like business catalyst, where you can setup modules like blogs or news items for your client and they can add them from the back-end itself, which will reflect instantly on the site.
    Since, this feature is not there in Muse at current stage, I will recommend that you post this on our ideas section over here, https://forums.adobe.com/community/muse/ideas, and let our devs team know of this requirement.
    - Abhishek Maurya

  • How can I rapidly transfer files and apps from an old Macbook to a new Macbook?

    I purchased a new Macbook Pro to replace a 5 year old Macbook.  The 5 year old Macbook has Firewire 400, USB and Ethernet ports as well as WIFI and runs OSX 10.7.5.  The new Macbook Pro has USB 3, Thunderbolt, and HDMI ports as well as WIFI.  I started the  transfer  process with migration assistant using Ethernet cable from the older Macbook and WIFI on the new Macbook Pro.  I also connected a USB3 cable to the two computers for good measure, but migration-assistant only gave me the option of using Ethernet.  The 2 computers did sync and after 30 minutes the screen said it would take 30 hours plus, and after 3 hours it was up to 310 hours.  I am hoping that there is a simpler and faster way.  Thank you in advance for any assistance anyone can provide.

    You can get a thunderbolt to firewire adapter. You can then get a firewire 400 to 800 cable and put the old computer in target mode. Then you can follow these instructions.
    http://support.apple.com/kb/HT4889
    Choose migrate from other disk or volume.

  • How can I open a file and get the data inside  file when using  WebStart

    When I use ClassLoader,
    Which methold can I use the read the information inside that file?
    Thanks
    Ryan

    Assuming you are trying to read the jar file.
    http://forum.java.sun.com/thread.jspa?forumID=22&threadID=572955
    rykk

  • I'm new to the Apple products. How can I view pdf files since Apple and Adobe don't play together?

    I'm new to the Apple products. How can I view pdf files and videos since Apple and Adobe don't play together? Also, what operating system does the iPhone use? I'm a Windows person.

    You may want to download and read the manual for your phone. It may answer a lot of the basic questions.
    http://support.apple.com/manuals/#iphone
    There is an app on your phone called "Mail". Yes, it's for reading your email.
    Best of luck.

  • How can I read a file with ASCII Special Character into a SQL table using SSIS 2008?

    I've tried everything to read this file and am getting no where.   Help how can I read this file and load a SQL table?
    RS - AscII - 30  (Record Separator)
    GS - AscII - 29 (Group Separator)
    Thank you for your assistance - Covi
    Mark Covian

    We can use script component as source/transformation to read the text file and assign the contains to a string. Split the string by chr(30)  i.e RS and finally stored into an array or write to the output buffer of the script component.
    For example on how to use script component refer this link
    http://social.technet.microsoft.com/Forums/en-US/6ff2007d-d246-4107-b77c-624781baab38/how-to-use-substring-in-derived-column-in-ssis?forum=sqlintegrationservices
    Regards, RSingh

Maybe you are looking for

  • Solaris 10 authentication on Windows 2008 Active Directory

    Hi, Does anyone done it? I've do it against a Windows 2003 R2 Active Directory and now in production environment i'm having some issues with the password. I'm using only the Active Directory LDAP without Kerberos. I'm able to su to the user, getent p

  • Correct depreciation value in report

    Hi, In AR18 simulation report, depreciation areas other than book 1 &2 are not giving correct value. Depreciation values are shown from the year end which is incorrect, since acquisition happened in period 5. Books 1 & 2 in the report shows depreciat

  • Live Cycle Acrobat 9 etc... Flex day 3

    Day 3... and I am frustrated to discover that I may not be able to continue with this training because apparantly Live Cycle Data Services ( and Acrobat 9) which the Live cycle site advises downloading first - are only available for Windows, not Mac.

  • Mail rules and iCloud

    Is there a way of copying mail rules in one mac to keep them alive on my macs after iCloud? I would appreciate any help, Thanks! Mario Lordeiro

  • UIScroll question

    Hi - I have a dynamic TextField where I'm loading in some text from the actionscript (not external file). No matter how I set "setScrollProperties" I'm not getting the last few words....not the last line...just the last few words. Isn't that strange?