Jump to content

crelf

Members
  • Posts

    5,754
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by crelf

  1. We just saw the latest version here at VIE (thanks for the demo Erik) and it looks pretty slick - I suggest everyone download it here: http://www.viewpointusa.com/prod_tsvn.php Erik says that it's a beta, although it's a very functional beta. I encourage everyone using LabVIEW and SVN to take a look. Overlays are back
  2. Embrace your age maturity Cat! Sounds like a visit to your local optician is in your near future...
  3. It's not a highly-weighted attrubte that drive the implementation of an idea (I think that much is obvious), but that doesn't mean it's not important.
  4. Courtesy of Brian Powell:
  5. Maybe I'm not quite understanding what you're after, but have you considered using EasyXML? THen you can define your heirachical datastructure as a cluster of ..., and it makes reading from/writing to actual XML files straight forward. I use it on a few projects and it's sweet. PS: The example on the webpage is trivial - it works very well with complex and large schemas too.
  6. I started getting concerned when they poked a water hose over the wall...
  7. Not that I know of - the color doesn't use the alpha bytes, so I think you're out of luck. That said, I can't imagine when I would do that in a machine vision context - what are you trying to do?
  8. So let me get this straight: you've got a bunch of GPIB instruments in your system, one of them goes down and the replacement is RS-232 only. Is that right? If so, why not connect RS-232 directly to your PC (if you have a port)? Or get a USB<->RS-232 adapter? Either way, if you're using VISA, it's just a matter to replace the GPIB resource name with the new one in MAX.
  9. crelf

    Greetings!

    Welcome back!
  10. If you're only getting an output on the U32 terminal, that means the color depth of the image is 32bit.
  11. That's fine, as long as the OP really asks what they want to ask, which isn't always the case. Sounds like what you want is someone who is a blend of the two.
  12. You're right - it doesn't look like they even have a PXI riser either. ...and then sell it to people like me! These look kind-of interesting...
  13. I'm not sure that would work - it looks like it's cPCI. Do they have a PXIe version?
  14. I concur - I've used it a few times, mostly for iterating over multiple UUT simulations (eg: I have 1,000 images that are of UUTs, and a custom vision alogrithm that makes some measurements on them. I write an autoIT script that acts like an operator: enter a serial number that identifies the UUT image, maybe populates some other test specs, hits "GO!", waits until the status indicator turns green or red (and maybe branch here for some additional stuff it the UUT fails, switch to Excel, add a tab, fill some stuff out, switch back to my app, then rinse and repeat. I can make a minor mod to the algorithm, run the script, and let it hum away in a virtual machine while I work on other things. The scripting language is very capable, and I agree that it's simple to learn. You can even distribute a "script" as a stand-alone exe (I've done this for customers that want to do their own testing).
  15. I haven't had an issue like this for many years - back in the olden days cards didn't have good "insulation" between forward-facing DAQ connectors and PC-side bus chips, so sometimes a bad hook-up, too much voltage/current in my test rig, etc, would fry the card. These days, it usually just fries a channel, but if it's really bad, it could take down a card. So, first check your wiring, signals, etc, and make sure they're all well within the operating ranges of the card. Next, talk to NI and have them review what you're doing - there may be an issue with the card's design, but the PCI-DIO-96 has been around for a loooong time and has been used in a lot of applications, so that seems unlikely. It's possible that NI has recently changed something in the production process, so there might be a bad batch?
  16. To be honest, I think that's what happen with the one I shared too - I like to think, based on the whitespace around it, there was once some uber difficult logix going on there. At least, that's what I have to beleive.
  17. I'd seen it before, but the file name was a giveaway
  18. Resolves host name? Things like that don't have a tangible effect on GOB counts, thankfully
×
×
  • Create New...

Important Information

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