Jump to content

Neil Pate

Members
  • Posts

    1,156
  • Joined

  • Last visited

  • Days Won

    102

Everything posted by Neil Pate

  1. Got it, thanks. This is a bit annoying, but I can use the technique @ShaunR suggested with the mask. I am busy making some kind of weird C64 with a real 6502 but ROM and RAM (and I guess VIC-II) faked in LabVIEW, so the speed is going to be terrible!
  2. I cannot really see the pattern though. These have the anti-aliasing But this doesn't and surely has similar groups of pixels
  3. Further experimentation shows me this weird effect happens as soon as you go above 1 for the ZoomFactor. Even sticking with integer values for ZoomFactor causes it to happen as soon as ZoomFactor is > 1
  4. That looks like a pretty broken anti-aliasing algorithm then! You are right, I have the ZoomFactor cranked up to 25, but this really should not cause any kind of anti-aliasing. Anyway, I don't want the picture control to do AA, this just seems strange to me. Dropping the ZoomFactor down to 1 and then taking a screenshot (and then zooming in) shows it is actually working fine, so at some point the ZoomFactor must be screwing it up. Interesting...
  5. I am playing around with the character ROM from a Commodore 64. Extracting the contents and converting to bit arrays Say I have this bit patten, and I convert it to a U8 [][], like this Then I can display it on a Picture Control, no problems Like this So far so good... Now does anyone know why this particular pattern (and a few others) don't work correctly? As you can see in the picture I am getting some light pink leaking through (almost like some kind of anti-aliasing). It does not happen for any of the alphabetic chars, but does for a few others. Any ideas?
  6. Yeah... But now pretend it's 1963. This is clever.
  7. Today I Learned... you can convert from upper case to lower case like this! Clever design hidden in plain sight. See for yourself
  8. Also I think the Mean VI coerces the inputs to DBL. This is not always desirable. Maybe time for a native VIM?
  9. Toggl is free. They do have a paid for tier which I tried for several years, but the free tier is perfectly usable for simple things.
  10. @Lipko have you tried toggl? I used it for many years when I was a freelance to track my time. It was ok, but half the time I forgot to start and stop the timer. I suspect having something monitoring your files is also going to be pretty inaccurate.
  11. We need a NAS for Rolf and ShaunR and a few others around here. I am pretty sure we cannot replace them!
  12. Not entirely related, but I got in big trouble in my first real engineering job. The company was moving premises and we all helped pack up. I had a cupboard next to my desk filled with all these weird old cables which I happily threw out as I did not recognise any of them and just assumed they were junk. Turns out we needed them to support some old telecomms equipment from the days when everyone seemed to have their own custom cables! Cannot recall how the story ended, I think somebody did some dumpster diving and managed to find the bag! I kept my job 🙂
  13. I can say without any doubt that online clothing stuff is good quality or not.
  14. This is how I include the RTE as part of an installer. Note: outside of the scope of the installer I manually unpack the relevant NI distributed RTE
  15. I would definitely not use a Swap Values here as it just makes the code confusing. Of the three I think the top is the most natural (but there is something about the inner dequeue which does not sit well with me).
  16. I just include the whole runtime and don't bother trying to cherry pick the perfect dependencies. I did try this once upon a time but could never figure out the right dependencies.
  17. Nice idea hooovahh, I did not think to solve it this way. I already have a nice Steel Series mouse which comes with a macro configurer and I have some set up for LabVIEW but I always forget to use them! This might be one I remember to use 🙂 My problem with using the middle mouse button is that unless other applications use it already (like Chrome or Firefox to close tabs) so you need to make it application specific. My Steel Series configurer has a way to do this but it seems to be a bit clumsy especially when dealing with multiple versions of LabVIEW and then switching over to a browser mid session. Is this XMouse Control thing any good?
  18. Today I Learned: you can pan around the block diagram by pressing Ctrl-Shift and then clicking and dragging the left mouse button! Not as useful as middle button dragging, but still interesting.
  19. As suggested here This is something us LabVIEW devs have gotten used to not having but is now so common in other graphical tools. Pan to scroll the block diagram or front panel seems like something I would actually use quite regularly.
  20. Another option... Use a third party installer. InnoSetup works really well.
  21. We could always just make dumb posts and rate each other 😉 For some reason this seems appropriate...
  22. Yeah that sounds familiar. A terrible workaround would be to make a transparent button with your cool symbol on it and overlay it on the row header, and have it intercept the click event. I have to do crap like this so often in LabVIEW to get nice looking GUIs 😞
  23. Just be careful. Weird things sometimes happen when you change the font of just some of the text in a table. I recall trying to get some Greek characters into a table and header and I could not make it work properly. This was waaay back in 2010 so things might have changed. Please let us know if you get it working nicely!
  24. One simple (but mostly unsatisfying way) is to make it up out of other characters. \/ /\ For example see how it is done in VIPM.
  25. http://localhost:3580/dumpinfo? Found in this knowledge base. If you are not able to access this page from another PC but it works ok on the local machine you will probably need to get port 3580 opened up.
×
×
  • Create New...

Important Information

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