LabVIEW

2 posts / 0 new
Last post
sara's picture
Offline
Last seen: 1 year 4 months ago
Joined: 01/16/2013
Posts: 128
Welcome to the RTI+LabVIEW forum!

Have you ever useCompatible with LabVIEWd LabVIEW and found it difficult to communicate to several VIs? Have you ever struggled to create sockets that communicate to just a couple of VIs? Have you ever wished that there was an easy way to integrate your VI with an exisiting C/C++/Java/... application? Have you ever imagined how cool it would be to control your VI from your smartphone?

Organization:
Keywords:
5 posts / 0 new
Last post
Offline
Last seen: 1 year 9 months ago
Joined: 07/01/2022
Posts: 3
Can not install RTI DDS Toolkit in cRio 9053

Hi, hope you can help me.

I have installed RTI DDS v 3.1.1.11 toolkit on my PC and it works fine publishing and subscribing data, so now, I want to do the same but in my cRio 9053, so the getting started document says that I should install the software by using NI Max; however, I can not find the RTI DDS toolkit in NI Max. Is there a compatibility problem? 

I am using Labview 2021SP1 32b, NI Linux RT image 21.5. I hope you can help me. Best regards.

6 posts / 0 new
Last post
Offline
Last seen: 2 years 3 months ago
Joined: 01/06/2022
Posts: 3
Enum read inside a cluster in RTI DDS

Hi

How we can frame this enum SpeedRequest Speedcmd using Labview to avoid data mismatch;

 

Organization:
Keywords:
4 posts / 0 new
Last post
Offline
Last seen: 3 years 11 months ago
Joined: 05/05/2020
Posts: 2
Type mismatch issue in LabVIEW

First, I use RTI monitor to show this is the datatype of the subscriber (not LabVIEW) that I need to talk to: 

enum IDL::Common::Message_type {
@default_literal
status_issued = 0,
command_issued = 1,
command_success = 2,
command_failure = 3,
command_pending = 4
};
//@Extensibility EXTENSIBLE_EXTENSIBILITY

3 posts / 0 new
Last post
Offline
Last seen: 5 years 3 months ago
Joined: 01/14/2019
Posts: 1
Late-Subscribers not receiving DDS Messages LabVIEW

 

My project involves using RTI DDS (v2.2.0) in multiple different LabVIEW applications, some of which are running on the same PC and some of which are running on other PCs or RTs.  My goal is to have each application keep a record of all applications that are currently communicating on the same DDS Domain.

3 posts / 0 new
Last post
Offline
Last seen: 5 years 8 months ago
Joined: 08/07/2018
Posts: 1
Using LabVIEW with OpenCV DLL & C DLL

I have developed C++ DLL by using the C wrapper that is used for various languages. At present, I can use in Python & C#. I have to find the way to read it in same in LabVIEW.

I use visual studio have installed OpenCV on c:\ added include directory and the .lib files for my project,  & I have created a variable in my DLL and I use that during #include <opencv2/core/core.hpp>.

10 posts / 0 new
Last post
Offline
Last seen: 6 years 4 months ago
Joined: 11/26/2017
Posts: 2
LabVIEW Array Of Strings

I'm very new to DDS for LabVIEW (and in general). Am I right in saying that LabVIEW string arrays are not supported? Seems if I try to use one, all the Vi's that are generated are generated in an unexecutable state

Keywords:
2 posts / 0 new
Last post
Offline
Last seen: 8 years 5 days ago
Joined: 08/11/2014
Posts: 2
Using a cluster with multiple arrays simple numerics as a topic

I am attempting to define a cluster as a DDS topic that contains multiple numerics and multiple arrays interspersed throughout the cluster.  However, if I attempt to add a numeric after the array definitions (see attached photo), that the topic is no longer being generated (i.e. I can't examine the topic in Admin Console).  Is it a requirement that all arrays must be grouped at the end of a cluster definition in order to be used as a topic?  Thank you and forgive me in advance as I am relatively new to RTI DDS and very new to LabView.

Keywords:
3 posts / 0 new
Last post
sara's picture
Offline
Last seen: 1 year 4 months ago
Joined: 01/16/2013
Posts: 128
QUIZ - Are you using arrays in your VI? Do you need sequences?

Hi LabVIEW developers,

We are working on the next version of the RTI DDS Toolkit and we would like your feedback!!

Currently, LabVIEW arrays are mapped as DDS arrays. We are considering replacing DDS arrays by DDS sequences. Sequences can be initialized to a length of 0 and then be resized as needed. Pretty much as LabVIEW arrays! The behavior will be something like this:

Organization:
6 posts / 0 new
Last post
johnk's picture
Offline
Last seen: 9 years 1 week ago
Joined: 09/10/2013
Posts: 4
Keys location within Clusters
Subscribe to RSS - LabVIEW