-
Posts
4,914 -
Joined
-
Days Won
301
Everything posted by ShaunR
-
Thats what "American" english looks like to British, Australian, Indians and Canadians
-
Shared Variable deployment on target machine
ShaunR replied to Dan Bookwalter N8DCJ's topic in LabVIEW General
Are you deploying to Vista? -
Nice. Well worth a point.
-
Well I must say your looking very well for your age
-
I've just seen them. It stikes me that the traffic light one is a lot harder (conceptually) than the others. I'd guess that the others would take me about 1 hr from scratch, but the traffic light one I'd probably have to think for an hour first! The latter. I'm a bit hard-of-thinking More cosmetic requirements? Or more to test your specmanship?
-
I Have a Spelling Checker Eye halve a spelling chequer It came with my pea sea It plain lee marques four my revue Miss steaks eye kin knot sea. Eye strike a key and type a word And weight four it two say Weather eye am wrong oar write It shows me strait a weigh. As soon as a mist ache is maid It nose bee fore two long And eye can put the error rite Its rarely ever wrong. A chequer is a bless sing, It freeze yew lodes of thyme It helps me right awl stiles two reed And aides me when aye rime. Each frays come posed up on my screen Eye trussed too bee a joule The checker pours o'er every word To cheque sum spelling rule. Eye have run this poem threw it I am shore your please two no Its letter perfect in it's weigh My chequer tolled me sew.
-
You mean "English" Dictionary
-
Ahh. Now we are changing the goal posts I didn't say "Not accurate" I said accurate enough (do you need it accurate to 1us when each event is 1 week apart?). But you have a choice. Buy a timer counter card (problem solved). Or sacrifice a little accuracy (maybe 0.1 hz) and do it with what you have. If you are electronically inclined, freq-volt converter chips are cheap. But you will still only be able to read the freq (i.e the voltage level) as an instantaneous value. You can free-run (as you said) without having to switch back and forth between hardware gating. Just use the clock signal as a window event in the data stream to extract that segment.
-
You could sample at a higher rate and post-process to analyse the pulse train (There are vis to estimate duty cycles, pulse frequencies etc). Not as accurate as timers, but should be good enough for your requirements. You could then just ignore the data you don't need on the slower AI channel.
-
Should be fine. (havn't tried what your doing but have done similar things). There is a flashing LED x-control around somewhere here that spawns a vi dynamically as a timer which is similar to what you are tring to achieve.
-
Interestingly (or not as the case may be). The NI "text book" answer you can download has absolutely no documentation (no descriptions of the controls, tip-strips etc). Perhaps NI should practice what they preach. I think it would be nice if all you guys out there that have done these exams could write a few words outlining the task given to you in your exams (i'm sure its not a car wash EVERY exam). This would give those about to take thier exams a broader view of the type and scope of tasks to expect rather than one poultry example! Maybe a separate thread?
-
A bit confused. After loading your example, the regen was set to "Allow Regeneration" but in your post you say you are trying to turn it off. Its worth noting. If "Do Not Allow Regeneration" is selected and you are in "continuous" mode. You have to write to the buffer fast enough otherwise an error will occur and the output will stop (which sounds similar to what you are experiencing.
-
There are plenty of examples for DAQ supplied with Labview under Hardware Input and Output->DAQmx (Use the examples Finder). You should find something there that demonstrates what you want to achiive.
-
I nearly spat my coffee out on that one...lol.
-
You need to be careful here. The ground is a "signal ground" to differential voltage devices and may or may not be isolated (depending on the devices). The USB 5v supply is probably chassis ground. I'm not an expert on USB so it would be worth running it by your hardware gurus whether you need a separate "supply" ground to compliment the 5v. It may be important, it may not.
-
It will work WITH events as well Look at what it is doing rather than how it is implemented.
-
Agree. Disagree. Agree but would add Control and Automation.Use the right tool for the job!
-
"List Folder" Returns Incorrect Results for Folders on Network Drives
ShaunR replied to Justin Goeres's topic in LabVIEW Bugs
“It's not whether you win or lose, it's how you place the blame.” : Oscar Wilde -
"List Folder" Returns Incorrect Results for Folders on Network Drives
ShaunR replied to Justin Goeres's topic in LabVIEW Bugs
lol. Luckily I don't live in the USA. so am not paranoid. But now you have pointed it out in text, I know who to blame when it turns up of a search engine eh? Anyhoo, programmers have to install these nefarious clients so they can come up with software to defeat them....right? Your virus scanner would go ape on one of my machines. -
"List Folder" Returns Incorrect Results for Folders on Network Drives
ShaunR replied to Justin Goeres's topic in LabVIEW Bugs
Nope. But I can get them above if i do Dir /on. -
"List Folder" Returns Incorrect Results for Folders on Network Drives
ShaunR replied to Justin Goeres's topic in LabVIEW Bugs
Well. This is what I get when I follow your instructions. LV2009, Windows 7, LS-CHL NAS storage (don't know the versions off-hand but know its Samba on Linux). -
"List Folder" Returns Incorrect Results for Folders on Network Drives
ShaunR replied to Justin Goeres's topic in LabVIEW Bugs
They are not phantom directories. They are shorthand for the current directory and the parent directory. Filenames, Paths and Namespaces If you type in "cd .." in a command prompt it will take you to the parent directory. If you allow "view hidden files" and "OS Files" and uncheck "Hide Known File Types"in the folder options you will also see them on the local drive.Its a throwback to DOS. -
Hmmmm. Knarley one. Surprised there's no DNS in that lot though. It'd be easy then. Personally I would try and get a change in the next firmware update (dip switch or special dongle) that means it remembers its last set IP address regardless of re-flashing (if set) or defaults (if not set). Then its not your problem...lol. We do it with things like baud rates and startup modes. Design for test is the motto. You can set it up on the bench and then put it where you like and forget about it. But I'm guessing thats not an option (I'm very lucky in having very flexible engineers and managers that I can bully ). So I'll have a sleep on it and see if I can think of anything else.
-
Indeed. The MAC address is a physical assignement (serial number if you like) and the IP address is a logical (arbitrary) assignment by the co-ordinator-usually a DNS server or router. The only thing that knows about the mapping is usually the router (s), or (as you rightly say) the local PC if it has communicated with the device. You can force an update to an ARP cache by pinging, but, the pitfall here though (apart from having to know the IP address first) is that if the ARP cache is on a router, its the routers cache that gets updated not your local one. What you are trying to do is a bit like knowing someones name and trying to get their house address. You can look them up on the "Electrol Role", but you only have access to your own countrys electral role and they could be anywhere in the world. If they (or you) have already exchanged letters then you have thier address. I think you will find this a dead end since it could circumvent security. What is it you are trying to do that you have MAC addresses but not IP addresses? Wouldn't it be easier to ask the Admin for the IP address the device has been assigned?