Jump to content

Phillip Brooks

Members
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    53

Posts posted by Phillip Brooks

  1. QUOTE (crelf @ Mar 18 2008, 11:00 AM)

    In the post crelf referenced, there are many entries above and below. To reply without quoting, you need to scroll to the top or bottom of the set to select 'Reply'. It's easier to reply where you are reading than to scroll up/down. I've always used the p_quote.gif and then immediately delete all the text (unless I want to "quote someone" like crelf :P ).

    The 'tip' for the p_quote.gif button indicates that the reply is to that specific entry

    post-949-1205860581.png?width=400

    .

    I think replying to a specific post has value when using the threaded mode, but that hasn't worked so well and is essentially disabled (although threaded mode does show up now and then on my home computer).

    Maybe placing a t_reply.gif in front of the p_mq_add.gif and p_quote.gif buttons would reduce the "noise". I don't really use or see the value of the t_qr.gif button.

  2. QUOTE (neB @ Mar 10 2008, 02:16 PM)

    Go for it! I've liked the term for some time and make a distinction between it and it's cousins (LV2 global, functional global) in the wiki. I tried, but don't have the stomach or time to argue if such a term is "http://forums.lavag.org/index.php?showtopic=9833&view=findpost&p=40276' target="_blank">contrived". I was pissed for a few days and almost didn't renew my LAVA membership; then realized its not that important. I have decided that I'm no longer a wiki contributor though...

    It's amazing how powerful words are, especially when they are used to describe something graphical. If a picture is worth a thousand words, I've "VIagrammed" the equivalent of "War and Peace" at least once.

    • "VIagram" - a LabVIEW block diagram image
    • "VIagramming" - the act of creating a LabVIEW diagram image

    It also contains the string 'viagra' which should help it's acceptance and Google ranking.

    "Thanks for the example VIagram, dude; it kept me up for hours, but now my program is solid and runs for days without crashing!" ;)

  3. QUOTE(crelf @ Mar 3 2008, 04:33 PM)

    Sometimes things get out of order (especially if someone replies while you're replying), so I thought I'd clarfiy :)

    That's why I used to prefer the Outline mode, you could follow the topic graphically instead of scrolling up and down :P B/T/W I still get the Outline mode on my office PC using Internet Exploder 7. Outline mode is a bit dodgy, but I revert back to it when I have this sort of problem.

    As a side note, NI isn't the only vendor with runtime size issues. I just set up a new PC and installed Adobe Acrobat 8.1.2. 30.8 MB for a "reader"?! Why don't we hear more complaints about that?

  4. Well, it looks like you're using the VI from here.

    Suggestions:

    Set the timeout (default 10,000 ms) to something longer. If it works sometimes and not others, the call may just be timing out waiting for a slow server.

    The vi provided (and the one from the link above) do not have any connector pane inputs or outputs. How do you pass in the user name and password?

  5. Yin-dee-ton-rab, psiam!

    If you can you show us any code, it might be easier to help. Upload a picture or a sample of the VI you are using.

    Questions:

    How does the operator enter a user name and password?

    Are you using the "Prompt operator for input" Express VI?

    QUOTE(psiam @ Feb 25 2008, 12:06 AM)

    I already used the DataSocket and it work but some times it isn't work becuase it need to re-access (web page need user and pwd) but we already put user and pwd before.

    We following this format..

    http://[user]:[pwd]@192.168.13.236:20080/[wep_page_name]

    Do you have any suggession ?

  6. The problem may not be in your LabVIEW code; it may be related to the remote device not freeing ephemeral ports in a timely fashion. The error code might tell you more.

    Try using a fixed timeout (5 seconds) and check the error returned from the TCP open.

    See these threads from the NI forums...

    http://forums.ni.com/ni/board/message?boar...ssage.id=240177

    http://forums.ni.com/ni/board/message?boar...=215544#M215544

  7. Are you using the continuous run button? If so, the counter is reset to zero each time you press the stop button.

    I've attached a modified version of your vi (LabVIEW 8.0).

    I made the following changes;

    Used a Select operator from the comparison palette instead of a true/false case statement. This makes the code generally easier to read.

    Changed the while loop's conditional terminal to stop on true. (stop sign in lower right corner; right click to change)

    Changed the mechanical action for the Stop button on your front panel to latch on release.

    Changed the value for the Less? comparison operator to 0.5, as you indicated in your original post.

    post-949-1150195711.gif?width=400

    Download File:post-949-1150195544.vi

    :thumbup: Great job! You might want to explore the comparison palette a bit more. Press <CTRL-H> to turn on the context help and you will see some basic info on the different operators.

  8. I don't think it's an omission from a menu; if you search the 7.1 help for error ring, you will see a topic "Error Ring Constant". You can click in the topic and place the error ring on the block diagram.

    The Error Ring Constant does not appear in the search under 8.0 help :thumbdown: Missing from the palette AND the help. Hmmmmm.....

    Update. Googled, and found reference in the 8.0 release notes, page 13:

    In LabVIEW 8.0, the error ring constant is not on the Functions

    palette. Use a 32-bit signed integer constant instead to enter the error

    code that you want.

    Now if I just knew the error that I wanted.... :headbang:

×
×
  • Create New...

Important Information

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