From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Development Best Practices Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement OOP Plugin Framework Solution

Hello,

i want use OOP Plugin Framework as main architecture for my application, but i cann't understand, how to activate plugins in a sequence and transmit data beetween plugins.

In sample solution for this Framework is given only a description how to run a non-interacting with each other plugins individually.

For example:

1. In first step i want to scan (using scanner) some barcode (i have scanner class and method "scan" - first plugin in sequnce). Result of scanning is a string with barcode information. This result i want to transmit to second plugin.

2. In second step i want connect to database and find information about test sample, using result from first step. (second plugin in sequence).

3. In thrid step i want to run some test, using information from second step and show to user testing results.

Thank you in advance,

Alex

0 Kudos
Message 1 of 1
(3,718 Views)