Hello, I would like to know how I can open a file without downloading it? Thank you

Hello, I would like to know how I can open a file without downloading it? Thank you

matrix wrote in message
news:[email protected]..
> I tried that, attached is the vi.
> My actual aim is to allow data to be plotted to the graph 4 24 hours,
> after which, it should clear the chart and start at the beginning
> agin.
> Does this vi do this.
No. The attached is the simplest way of modifying it to do as you want. I've
sped things up a little to make it obvious.
> Will the array be able to keep all the data, is there a way i can do
> it without arrays, i.e. kind of dynamically, and therefore try to save
> memory usage.
You already are. You're making the arrays as you go along so only the memory
needed for the data that's in the plot is in use at any one time. To do it
without storing
arrays at all you'd need to keep retrieving the data from
the XYgraph, adding the new datapoint and writing it back. Messy and I
suspect incredibly inefficient.
You're going to use the memory in any case- a better option would be to
pre-initialise an array and fill it slowly. At the end of each 24 hour block
zap all the data and start again without destroying and recreating the
arrays. Or if you're only doing the 24 hour wipes to save memory, simply
start again at the start of the buffer woithout erasing the previous data
and you always have 24 hours of data to liik at once the system's running.
Do a search for keywords like "pre initialise" or "circular buffer" on
ni.com
[Attachment xy-time_modified.vi, see below]
Attachments:
xy-time_modified.vi ‏51 KB

Similar Messages

Maybe you are looking for

  • Error in triggering background job

    HI, I've been facing an error which a background job is being scheduled. The scenario is something like this ... 1) A third party schedulling system triggers a SAP job and monitors the progress 2) In SAP, the master job is been copied with a differen

  • Hardware error (Sense code23A00) - Now what should I do? Please advice...

    Hello, I would like to burn a new project to a DVD. Encore is giving me the following message over and over: "Encore was unable to complete the operation because of a hardware error (Sense Code 23A00). Contact the hardware manufacturer. Please advise

  • Sdo_util.getvertices not working

    I tried to run the sdo_util.getvertices on a simple table of points. Here is the sql and the error: SQL> select c.city_name, t.x, t.y 2 from cities c, table(SDO_UTIL.GETVERTICES (c.geometry)) t; from cities c, table(SDO_UTIL.GETVERTICES(c.geometry))

  • Error when mass transporting roles

    Hello, I'm trying to mass transport all of our Z roles from one CRM system to another that's not in the same transport path and am receiving a "Unexpected EOF after ' ' bytes" error on import. The transport had about 60 pfcg roles in it. I then creat

  • Inbound IDOC File Testing

    Hello friends, Could any one guide me in preparing the Test file for testing Inbound IDOC (message type: ACC_DOCUMENT) and (basic type: Acc_Document01). Only these are the 4 segments I am going to use. E1BPACHE09 E1BPACGL09 E1BPACAR09 E1BPACCR09 Basi