DQMH Consortium Toolkits Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Handling and transfering large data from module to module

Solved!
Go to solution

Hi Im pretty much new to DQMH, but really interested to get start working with it, my scenario is some thing very simple,

I have three modules namely Data grabber module, data logging module  and display module , then i have a launcher.

I launch all module and send a message to Data grabber module to start acquiring data from hardware.

 

From here data grabber is supposed to start grabbing data and broadcast data to Data logging module and display module

 

my data will be pooled every 100 ms, and all other module should be time synced

 

I have around 120 channel data on 10 K sampling rate, so is it possible to stream such data with the broadcast method? i could see that broadcast is basically a user event, so every 100 ms event will be triggered.

 

earlier i was using a very basic state machine, and using Queues to transfer data from one module to another and i was placing the queue references in LV2G

 

So will there be any performance issues ?

 

can some one comment on the feasibility?

0 Kudos
Message 1 of 5
(1,271 Views)
Solution
Accepted by Altira

This application sounds similar to the Continuous Measurement and Logging Sample project that comes out of the box with DQMH. Have you tried this out yet?

 

Ozfarmboy_0-1667461754487.png

 

Fabiola demos it here: https://youtu.be/4iRpki7G8xQ 

Christopher Farmer

Certified LabVIEW Architect and LabVIEW Champion
DQMH Trusted Advisor
https://wiredinsoftware.com.au

0 Kudos
Message 2 of 5
(1,261 Views)

Yeah i could find the logging data transfer

is there any video documentation for this?

0 Kudos
Message 3 of 5
(1,256 Views)

CML based on DQMH® framework (wovalab.gitlab.io)

 

delacor.com/documentation/dqmh/DQMHDocumentation.html#DQMHCMLSampleProject

 

 

Christopher Farmer

Certified LabVIEW Architect and LabVIEW Champion
DQMH Trusted Advisor
https://wiredinsoftware.com.au

Message 4 of 5
(1,245 Views)

@Ozfarmboy wrote:

 

delacor.com/documentation/dqmh/DQMHDocumentation.html#DQMHCMLSampleProject


The updated, current URL of the DQMH documentation is documentation.dqmh.org, so the correct deep link is

 

https://documentation.dqmh.org/DQMHCMLSampleProject.html




DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (The Future of Team-Based LabVIEW Development)


0 Kudos
Message 5 of 5
(1,240 Views)