-
Posts
236 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Gribo
-
help for 3D Picture and markers
Gribo replied to Alberto Bottillo's topic in Application Design & Architecture
You need to generate texture mapping coordinates. That is not a trivial process.- 5 replies
-
- 3d picture control
- stl file
- (and 2 more)
-
[CR] LibreOffice Simple LV interface
Gribo replied to Gribo's topic in Code Repository (Uncertified)
I don't have access to LV2017. This error usually means that it can't find the Uno DLLs. IIRC, The UNO path should point to C:\Program Files\LibreOffice\program Edit: The UNO_PATH variable is case sensitive. Make sure it has the exact case as above. -
[CR] LibreOffice Simple LV interface
Gribo replied to Gribo's topic in Code Repository (Uncertified)
I have validated this code with LibreOffice 6.0 -
LabView doesn't have built in VI's for Kerberos authentication. What platform do you use?
-
Application configuration data storege
Gribo replied to pawhan11's topic in Application Design & Architecture
Because there are programmers, there are techs and there are operators. You don't want your operators messing with your data (test limits, etc), but you do want them to be able to tell you on the phone, what data there is there, in case you can't remote into the machine. -
Application configuration data storege
Gribo replied to pawhan11's topic in Application Design & Architecture
I use JSON, and to prevent the end user from editing, I add an MD5 checksum. -
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?