-
Posts
230 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Gribo
-
Warma has some interesting products. A bit expansive though.
-
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.
-
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
- 21 replies
-
- sql
- database connectivity toolkit
-
(and 2 more)
Tagged with:
-
You will have to find out the specific device ID using a unique identifier such as a serial number.
- 1 reply
-
- joystick
- initialize joystick.vi
-
(and 1 more)
Tagged with:
-
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.
-
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.
-
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/
-
-
It is still a very preliminary product. There is no mouse pan option, there are missing interfaces (HTTP? HTTPS?) Some shortcuts are missing.
-
[CR] LibreOffice Simple LV interface
Gribo replied to Gribo's topic in Code Repository (Uncertified)
The current Libreoffice release (5.2.6) has a bug which prevents this library from working. There is fix scheduled for release 5.4 -
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.
-
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?
-
No, I am not part of the preview. No time, no fun.
-
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?
-
ActiveX to Automate Excel - Bug/Anomoly Report
Gribo replied to peter_flores's topic in LabVIEW General
It is the same error code. -
ActiveX to Automate Excel - Bug/Anomoly Report
Gribo replied to peter_flores's topic in LabVIEW General
Did you check this link: http://www-01.ibm.com/support/docview.wss?uid=swg21574387 -
You need the 64 bit version of the library.
-
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?
-
Sure, the web socket is bidirectional. you can transfer JSON back to your LabView app easily.
- 137 replies
-
sending labview data over internet to a android phone
Gribo replied to makka's topic in LabVIEW General
Websockets are your friends. There are several projects out there that implement them for LabView. -
ms timing accuracy over WiFi Tablets using IEEE1588
Gribo replied to Chris's topic in LabVIEW General
There is an open source IEEE1588 daemon here: https://github.com/ptpd/ptpd -
[CR] LibreOffice Simple LV interface
Gribo replied to Gribo's topic in Code Repository (Uncertified)
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 (). -
[CR] LibreOffice Simple LV interface
Gribo replied to Gribo's topic in Code Repository (Uncertified)
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. -
[CR] LibreOffice Simple LV interface
Gribo replied to Gribo's topic in Code Repository (Uncertified)
I installed the LibreOffice SDK, However, I tested with 5.0.2.2, I will test with 5.0.3.2 and report here.