Jump to content

Eugen Graf

Members
  • Posts

    432
  • Joined

  • Last visited

Posts posted by Eugen Graf

  1. QUOTE(mross @ Mar 10 2008, 11:42 PM)

    Controls are data sources and indicators are data sinks. YOU DO NOT WANT TO MIX THEM UP.

    If you right click on the control, select Visible Items, and check Digital Display, you will see there is now an digital control that is synched to the slider.

    If that isn't what you want then you should investigate making you own custom controls.

    Mike

    Yes, I really agree to your words. Don`t mix controls and indicators! There are very very rare cases, where you realy should mix them. I do it if I use a table, but attention:

    if you update your element from two sources (user entering and software update). You have to know what is the priority of each source.

  2. QUOTE(mcguirpa @ Mar 10 2008, 11:11 PM)

    Hi all.

    I have a slider on my VI with an indicator next to it, which displays the position of the slider. How do I make it so I can overwrite the value displayed in the indicator and have the slider move to the new value?

    You can do it using either a local variable or a property node.

  3. QUOTE(BrokenArrow @ Feb 29 2008, 06:22 PM)

    Very nice looking - a great LV implementation of the familiar Hyperterm behaviour. My computer isn't finding the Exit If Runtime VI. From your user lib?

    Richard

    Sorry for this VI, it's not really needed for IDE, but for EXE. This VI is from MGI, you can easy ignore it.

    I have only one problem with my terminal, I don't know what to do with the cursor in the String Control. False implementation, any ideas?

    Thanks for feedback, best regards, Eugen

  4. QUOTE(bogdani @ Feb 19 2008, 11:42 PM)

    Hi

    I don't know why everyone called this site European Forum. This forum is in German, but as I know not everyone in Europe speak in this language.

    There are few sites in Europe like my Polish, and some others: Italian, etc.

    I think that if you called German forum an European Forum is an mistake.

    bogdani

    Hello Bogdani,

    sorry, I don`t speak Polish or Italian. I suggest you make a new subforum in my multilanguage Tutorial-Forum, if you want. It`s really no problem. I can`t do it myself, because I can`t other languages. Keep cool, don`t worry.

  5. QUOTE(crelf @ Feb 12 2008, 07:31 PM)

    No, I don't think it's redundant - I'm just wondering why you want to do it on your own, whereas maybe having it as part of LAVA might be a better idea. I'm not saying that you should do it one way or the other, I'm just thinking out loud :)

    Other languages on LAVA? I think LAVA is english-american, dont't it?

  6. QUOTE(crelf @ Feb 12 2008, 06:57 PM)

    Yes, I know, that the translation on to english the website doesn't work yet. I am working on it. But you can use forums.

    QUOTE(crelf @ Feb 12 2008, 06:57 PM)

    :question: I don't want to discourage you in any way, but I wonder if it might make more sense to have those items over here, perhaps in a new sub-forum?

    Sorry, I don't understand your question. Do you think it's redundant to LAVA?

    Please look this topic on LAVA:

    http://forums.lavag.org/Time-to-open-own-L...urce-t8360.html

    One of ideas is to unite LabVIEW programmers (and beginners, who doesn't present on LAVA) worldwide almost undependly of spoken language.

  7. QUOTE( @ Dec 18 2007, 06:55 PM)

    hi

    tanks for reply

    i want to inactive 'use defult if unwired' and it gives the prevues amount..

    beacuese i want to use that and i donot want change that

    tanks

    best regard :thumbup:

    You have to connect the old value from shift register (on the left side) to the output of the case false. So you will get new value if true and old value if false.

  8. QUOTE(Zhrani @ Dec 14 2007, 06:42 PM)

    hfettig Thank you too much

    Could you give me an example If you don't mind

    Eugen ,,, How???????

    Add a new Y-scale by rightclicking on the Y-scale and select duplicate. Bundle two or more Arrays, Values to a cluster to show those an a graph.

    If you use XY-Plot, use Ctrl+H to open the Help-Window and move the mouse over the XY-Plot and you will see how to make a multiplot.

  9. QUOTE(Tomi Maila @ Dec 14 2007, 02:09 PM)

    There are a few alternatives to call Matlab code directly from LabVIEW. First in the latest LabVIEW version 8.5 there is a new structure called MathScript node. This structure can execute Matlab scripts directly within LabVIEW. However not all Matlab functionality, especially toolkits are available. Then there is an older structure called MATLAB Script node that uses ActiveX under Windows to communicate with Matlab installed on your computer. Third option is to call Matlab directly via the ActiveX interface. Refer to Matlab documentation to find out how the ActiveX interface can be used to call Matlab from external programs.

    QUOTE

    The LabVIEW MathScript
    is similar to the MATLAB
    language syntax.

    Similar != the same

  10. QUOTE(psi @ Nov 18 2007, 11:00 PM)

    A good example for communication between computers is publish subscriber of Eugen Graf. The latest version publish subscriber you can find on the russian forum PubSub.

    This program use four types communication Queue, Notifier, User Event, TCP/IP and in TCP/IP protocol use SyncBytes and Checksum.

    Thank you PSI, but I removed SyncByte and Checksum from my TCP/IP package Wrapper in the last latest version of Pub/Sub, because I got the inormation, that TCP/IP protocol GARANTEES the incomming of packagees to the receiver, otherwise you will get an error from TCPRead.vi , so you don't need to recheck the package and make some more TCP traffic.

    Eugen Graf

×
×
  • Create New...

Important Information

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