DQMH Consortium Toolkits Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

DQMH cloneable modules method overriding

Solved!
Go to solution

Hello,

 

I am new to DQMH Toolkit. I would like to know few things

1. I need more documentation(As I am comfortable reading books in depth) on the toolkit.

2. what is the hierarchy to be followed when using many module (Like Tree data structure ).

3. I have made some modules(for instance a sensor module) as cloneable. and I am creating multiple instances of it. My question is How do I give two parameters to one sensor, and additional two for another sensor. Its like Function overiding of the module. Can it be done. Or should I implement class with DQMH?

 

Thanks,

Bharath

Thanks & Regards,
Bharath Kumar
GCentral
0 Kudos
Message 1 of 3
(2,984 Views)
Solution

@பரத்_குமார்(bharathkumar)@bharath wrote:

I am new to DQMH Toolkit. I would like to know few things

1. I need more documentation(As I am comfortable reading books in depth) on the toolkit.

 


Hi Bharath, welcome! 

There are no books about DQMH out there (yet 😉 ). In the meantime, please check out our documentation. We have been told it is pretty detailed:

http://delacor.com/documentation/dqmh-html/DQMHDocumentation.html

and our best practices

https://delacor.com/dqmh-documentation/dqmh-best-practices/

 

Also, there is this post on this forum that describes other material that people have found useful:

https://forums.ni.com/t5/Delacor-Toolkits-Discussions/What-made-DQMH-click-for-you/td-p/3774985

 


@பரத்_குமார்(bharathkumar)Bharath wrote:

2. what is the hierarchy to be followed when using many module (Like Tree data structure ).


I don't think I understand this question.

 


@பரத்_குமார்(bharathkumar)Bharath wrote:

3. I have made some modules(for instance a sensor module) as cloneable. and I am creating multiple instances of it. My question is How do I give two parameters to one sensor, and additional two for another sensor. Its like Function overiding of the module. Can it be done. Or should I implement class with DQMH?

 


 

You can provide different parameters via the "Start Module.vi" or on a Request event that you would send to your module to configure it, where the arguments for the request would be the sensor parameters. 

 

You can find more details about how to go about this on this post: https://forums.ni.com/t5/Delacor-Toolkits-Discussions/Module-initialization-with-input-from-creator-...

 

Regards,

Fab

For an opportunity to learn from experienced developers / entrepeneurs (Steve, Joerg, and Brian amongst them):
Check out DSH Pragmatic Software Development Workshop!

DQMH Lead Architect * DQMH Trusted Advisor * Certified LabVIEW Architect * Certified LabVIEW Embedded Developer * Certified Professional Instructor * LabVIEW Champion * Code Janitor

Have you been nice to future you?
Message 2 of 3
(2,959 Views)

@FabiolaDelaCueva

 


@பரத்_குமார்(bharathkumar)Bharath wrote:

2. what is the hierarchy to be followed when using many module (Like Tree data structure ).


I don't think I understand this question.

 


@பரத்_குமார்(bharathkumar)

 

If not wrong, Bharath want to know the best practice of how to record a multiple hierarchy caller-callee relationship.  It seems that we just get one layer  hierarchy, that is caller and multiple clones. using Clone Registration.Lvlib(the core is Clone Registration AE.vi). Which seems just support one- mulitple but not multiple -multiple relationship.
Clone Registration.PNG
0 Kudos
Message 3 of 3
(2,942 Views)