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,723 Views)