
Phillip Brooks
-
Posts
911 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
Downloads
Gallery
Posts posted by Phillip Brooks
-
-
-
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
and then immediately delete all the text (unless I want to "quote someone" like crelf
).
The 'tip' for the
.button indicates that the reply is to that specific entry
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
in front of the
and
buttons would reduce the "noise". I don't really use or see the value of the
button.
-
The real question for me is "Can he code LabVIEW?"
-
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!"
- "VIagram" - a LabVIEW block diagram image
-
-
Yikes! I made an image in case NI deletes this "Colonel Mustard" (first post) entry.
(No, I didn't create this account)
-
-
I don't have a direct answer, but did you look at this post from a few weeks ago that includes a "Terminal" program?
It might provide some ideas you can use...
-
-
-
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 clarfiyThat's why I used to prefer the Outline mode, you could follow the topic graphically instead of scrolling up and down
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?
-
-
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?
-
Try replacing the "Number to Decimal String" function with the "Format Into String" function.
Use a format string of "#%05.2f".
-
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 ? -
-
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
-
-
QUOTE(crelf @ Feb 12 2008, 02:16 PM)
Adobe GoLive is a bit out of date (or dead now?!) but I wrote a simple javascript once that used Google Translate. I included the script on every page through a template. It added a translate bar consisting of a bunch of flags; it made my employer at the time VERY happy.
Example at http://www.ietlabs.com/ (at bottom of page)
-
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.
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.
-
The simple solution is to never make misteaks or allow errers! (only in LabVIEW 8 of coarse)
-
-
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:
-
Thought I would make people aware that NI is asking for input regarding node configuration.
Make your suggestions in the the LabVIEW Developers Feature Brainstorming forum topic HERE.
I'm not a big fan of the Express Nodes. :thumbdown:
Another reason why "copy dots" is a bad name for "buffer allocations"
in Application Design & Architecture
Posted
QUOTE (Yuri33 @ Mar 25 2008, 12:26 PM)
What happens to array data passed to a sub-vi might have an impact on the way the the http://forums.openg.org/index.php?s=&showtopic=820&view=findpost&p=2100' rel='nofollow' target="_blank">Average 1D Array (Candidate) develops.
I don't want to hijack or move this dicsussion to the OpenG forum, but anyone with some input that will enlighten us (OK just me) would be appreciated.