Jump to content

Gribo

Members
  • Posts

    229
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Gribo

  1. Here is a basic 3d picture control example: 3d Picture control Take into account that this is an OpenGL renderer, driver support might be an issue with on board Intel graphics. There is an express VI mentioned there too which can map sensor data to a scene.
  2. Hi, Are you on windows 10? There is an issue with the creator update. https://support.microsoft.com/en-us/help/4041676/windows-10-update-kb4041676
  3. You will have to find out the specific device ID using a unique identifier such as a serial number.
  4. Hello, I am trying to copy multiple cells in LibreOffice, using the UNO API. I encountered an issue in the XCellRangeData object. The object's method returns an array of array of any() type. it seems LV can't compile this, even though the wire appears not to be broken. If I try to parse the array of array into a single dimension and then rebuild, the code is broken. See the attached files. Is there a solution for this issue? The alternative would be to copy cells one by one, which is a much slower solution.
  5. There is no ready made app that does that, but these tests are quite easy to implement using the R&S drivers. Since you already know what steps to take, implementing them as a sequencer steps and adding support for multiple analyzers and other equipment you might have, will be very straight forward.
  6. DDE has been deprecated for more than a decade. You can use the .NET API for Excel, but it will get very complicated, as you will probably have to register user events and callbacks.
  7. You want 5 3-phase sources, not 15 single phase sources, or better yet, a single 3 phase source and some way to switch it to all loads. Here is one lab source: http://www.chromausa.com/product/3-phase-programmable-ac-source-61700/
  8. Below are screen shots of the operation I am trying to automate. I am using LV2014
  9. It is still a very preliminary product. There is no mouse pan option, there are missing interfaces (HTTP? HTTPS?) Some shortcuts are missing.
  10. The current Libreoffice release (5.2.6) has a bug which prevents this library from working. There is fix scheduled for release 5.4
  11. No, I am trying to add a standard folder to the 'Always included files' list. It is possible to add a folder to the 'Always included' list manually, so I should be able to do it via the API.
  12. Hello, I am trying to automate some code generation using a project template. The template also has build specification. I want to add an auto-populating folder to the build specification, but I can't get it to work. I am using the AB_API_SDIST class. If the folder exists in the template, I get an error 'Can't add the container to build specification'. If the folder does not exist in the template, I get a 1055 error code. How can I make it work?
  13. No, I am not part of the preview. No time, no fun.
  14. Anti aliasing, at last. Does anyone has a 4K display? It should look better on higher resolution laptops and small monitors. Does it mean that the BD is now vector based and not raster based?
  15. Did you check this link: http://www-01.ibm.com/support/docview.wss?uid=swg21574387
  16. You need the 64 bit version of the library.
  17. You need a GPIB adapter. The USB-GPIB product contains the adapter inside. Do you have a PCI GPIB card? That is, a product which connects to your PC's PCI slot and has a GPIB connector on the back?
  18. Sure, the web socket is bidirectional. you can transfer JSON back to your LabView app easily.
  19. Websockets are your friends. There are several projects out there that implement them for LabView.
  20. There is an open source IEEE1588 daemon here: https://github.com/ptpd/ptpd
  21. I managed to run it on 5.0.3.2 To create the Bootstrap node, click on .Net -> Invoke node -> select class -> .NET -> cli_cppuhelper -> Bootstrap ().
  22. You can browse to the .dll at c:\program files\libreoffice\program\unoidllo.dll. Also, check if both LV and LibreOffice are 32bit or 64bit, if one is different than the other, it will not work.
  23. I installed the LibreOffice SDK, However, I tested with 5.0.2.2, I will test with 5.0.3.2 and report here.
  24. You learn something new each day
×
×
  • Create New...

Important Information

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