Jump to content

progor

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Posts posted by progor

  1. Hallo,

    I need to write and read Global variable in test.vi knowing path of Global.vi and a variable name (level).

    It's simple to call dynamicaly subVi because it has conectors - how to do it with Globals :question:

    in attachment (LV8.5) simple example what and how I need to be done.

    thank's for all replays.

    _____

    progor

  2. Hi, about the avatar - you were right, that wasn't smart... sorry :oops:

    It is possible to have a specific sequence loaded when the Simple LabVIEW OI is opened by using a shortcut to the TestExec.exe and appending the full path of the sequence to the target of the shortcut --> properties of shortcut --> “\OperatorInterfaces\NI\Simple\LabVIEW\TestExec.exe” “\sequence_name.seq”.

    I still don't know how to solve problem of loosing path after logout/login.

  3. Hello,

    I'm using LabVIEW 8.0, TestStand 3.5 and Simple Operator Interface.

    I need to have sequence file loaded after loging in, so I don't have to load the sequence file with the button OPEN_FILE.

    I tried to use invoke node attachted to application manager but it generates errors or nothing happened.

    I tried solution http://digital.ni.com/public.nsf/websearch...FF?OpenDocument but I captured empty events.

    Could anyone help me? Send me a print-screen or a llb-file, how to handle with ActiveX controls to solve this problem.

    One more thing - I need to have the same path loaded after logout/login.

    I know that it could be a problem, cause not everyone is using a TestStand but I guess that this is deeling with ActiveX controls issue.

    If anyone could help me I will be very pleased :)

    Download File:post-2324-1157009406.llb

  4. I think it helps to know the limitations of the tools you have at hand. The idea of the references etc. is to clean up your top-level diagram, and bury property manipulations in a sub-VI.. a VERY useful function, but it has its cost.

    Neville.

    I'm going to use references in my next project... could you be more clear about the "cost"?

    I know that if you change anything during building your aplication you have to change it in every VI (the same situation with clusters).

    What about time? Are they (references, clusters) causing the program works much slower?

  5. Hi.

    I keen on working on PCI-6221 using DAQmx.

    you can find everything about installing the card and creating tasks in Measurement&Automation in pdf file DAQ Quick Start Guide - you should have this document if you had installed NI-DAQ.

    how to create tasks dynamically you can find in examples - and how Neville sad: "It is difficult to find one-to-one correspondence for all the various combinations of DAQ processes, AI, AO, DIO, Counters/Timers, Triggering etc etc. without knowing any specifics about your application. It will take a while to convert to DAQmx, but it is worth it."

    progor

  6. Hello.

    I have problem with my VI - simulation of computer network.

    When I'm doing my simulation for too many stations (for 100 is OK, but for 1000 i have a problem) I get an error:

    LabVIEW: Memory is full.

    VI "simulation.vi" was stopped at Loop Tunnel 0xC38 of subVI "simulation.vi"

    It starts well, but finally my computer (only 256MB RAM, virtual memory: max=4095) is run out of memory.

    I need to simulate it for at least 5000 stations and 1000000 iterations.

    Does anyone know how to solve this problem? I will be honesty thankfull...

    _____

    progor

    Download File:post-2324-1123672562.llb

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.