Jump to content

Gribo

Members
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Gribo

  1. You will have to convert the OpenCV MAT to LV picture. The MAT object has a ToBitmap method, which can generate a LV compatible bitmap. I attached a VI that uses the EmguCV .NET wrapper.
  2. The next question is what removes measurements from this array? Except the INIT command, there is nothing that reduces its size. Over time, with new measurement names, it will always increase in size.
  3. Can you use a single for loop for the Set function? a pair of parallel loops is always a suspect.
  4. On the wayback machine - http://www.aeroflex.com/downloads/PXI/3010/V2100/3010.zip
  5. I think you might have to run it on an XP machine (or VM).
  6. And for the 3010:3010.zip
  7. From the way back machine. I hope it works. 3030.zip
  8. LibreOffice? ActiveX (And the .NET API) should work with Office365.
  9. You can use this .NET Library for Outlook MSG Files – Read & Convert MSG as Text | MSGReader (fileformat.com)
  10. If you have a permanent license of LV, stick to it. The current subscription model is way too expensive for a casual (<2 projects/year) user. NI didn't add any compelling features to LV since adding maps (2019?).
  11. Check OpenStreetMap It shouldn't be too difficult to pull data using their API.
  12. You have to divide this problem into smaller parts: 1. Detect start, top and bottom positions of the potentiometer 2. Calculate distance based on potentiometer position. 4. Calculate speed (distance over time) 5. Detect repeats. 6. LabVIEW has the XY graph control, it can create a bar display.
  13. You will have to calculate what position (# rotations?) each rep generates. For speed, differentiate over time.
  14. Your image source is U8 grayscale, your destination is floating point double. Are you sure this is correct? Also, try using a different image other than one from the stack - pass another NIIMAGE to calibrate_response. I think you are overwriting the 1st image in the stack.
  15. Those who do not learn from the past are bound to repeat it. Too close for comfort.
  16. Hardware acceleration was invented exactly for this use case..
  17. Are you on Windows? If so, the .NET picturebox control is faster than the native LV control for such operations. It also has other nice features, such as double buffering.
  18. No search option in the .NET assembly selection windows.
  19. You can have as many votes as you want.
  20. SaaS.
  21. Get out of my mind, damn you!
  22. Do you mean how can you generate and get the signals to and from the actual hardware? You will have to connect the DAQ and PC to your hardware. Get the actual sensor readings Voltage, temperature, current measurement, SOC estimation from your fuel gauge device etc. Exactly how depends on your system and specific configuration.
  23. Since I work mainly in a Windows environment, I use Active Directory to get user's permissions. The organization controls the groups and user assignment - one item less to worry about.
×
×
  • Create New...

Important Information

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