Jump to content

ShaunR

Members
  • Posts

    4,914
  • Joined

  • Days Won

    301

Everything posted by ShaunR

  1. And these " LAVAcr standards" are documented where?
  2. I think it needs to be approved or something. It doesn't appear in my file list but I can see it in the repository and edit/download etc (and its a different colour to the others). If I click on the link its there, so must be just the uploader until its approved.
  3. You'll probably need the "Embedded Module For Blackfin" http://www.ni.com/labview/blackfin/
  4. The short answer is you cannot. You cannot change the text attributes of a single column/row and you cannot embedd child controls into the cells. What you can do is make it look like that is what it is doing. For thee password display, you can replace the text after the cell is edited using the event structure. You will have to keep another copy of this column since you will be overwriting the cell contents. For the combo-box, you can overlay an array of menu-rings or enums. You will have to manage resizing if that is required.
  5. Watch this space insted. PassaMak
  6. Well. Yes and no. It uses .NET so its a bit like saying a vi creates Word documents when, in fact, it is an automation interface to Microsoft Word and Word creates the document. No word, no document. No .NET, no messages.
  7. Well. What can I say. It'd take me a week to figure out whats going on in that spaghetti. I would suggest thet you keep the diagram open while running and when it no longer responds, click the "Highlight Execution" button (the lightbulb). That will show you where it is currently executing. That will at least narrow it down.
  8. Be even better if we could catch windows messages in the event structure!
  9. Can you post an example that demonstrates the problem?
  10. Same here. Watch this space.
  11. Indeed. From the usage point of view it look on the face of it to be nice and easy to access from within the code and you certainly have created a sleek interface. I'm not sure how time consuming it would be to create 5 translations for 300-400 controls though. Also, what if (as in my case) the developer is not the translator?
  12. That'll be the next problem You must be in an earlier timezone from me...lol.
  13. The loop that the release queue comes after never terminates because the boolean is set False. Works for me. After 3 secs I get a flash of the boolean.
  14. Sorry. I've just shown the label and named it "boolean"
  15. Use the "Strings[]" propety instead of the value. The value is the numeric index.
  16. You need to give the value a name.
  17. Looks like your doing it the hard way
  18. I think the UDC2500 uses modbus. You will need a modbus RTU driver. I don't know if Honeywell supply one with their product for Labview, you might have to write it yourself using this http://hpsweb.honeyw...44/51522566.pdf Or if your really lucky, someone else may have written one you could use (try the instrument driver network).
  19. oooh. You should never ship products developed with beta environments. Beta stuff is for larking around with, seeing what new features will be available and seeing if they have fixed the other bugs from previous version....Oh, and help them debug too I personally wont develop customer software on anything unless it has been out in the field at least 6-12 months. Then there should be a few patches around to get rid of the show-stoppers. And don't forget, there is no such thing as support for Beta software. If you find a show-stopper, it won't get fixed until it is released, and that could be a couple of months.
  20. I've had worse
  21. I got stuck after I answered "No" to "Do you Purchase Resealable bags" on the first question since it seems to assume that everybody does.
  22. Indeed. But the motherboard is a comapct PCI! You will note all the conversion chips and all the busses showing PIC 33/66. In fact only Ethernet to Ethernt goes through unadulterated. Howerver, you are going through the 6300ESB (PCIx to PCI controller) to get to the disk . Also, the SATA disk interface is is SATA 150 (equates to about 180MB/s) or IDE (100-133MB/s). Lots of things there to reduce your throughput.
  23. Your absolute level is the mean of the previous (say 100) datapoints.
  24. ShaunR

    Pun

    The same thing but in Arabic I can see this thread is going to get very silly, very fast...lol.
  25. Good excuse to get an SSD too
×
×
  • Create New...

Important Information

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