필터 지우기
필터 지우기

Using Parallel Computing for GUI Functionality?

조회 수: 3 (최근 30일)
sicilian27
sicilian27 2015년 7월 24일
Hello everyone! I am writing a single GUI that controls a set of actuators. However, I would also like to incorporate real-time data from a power meter into the same GUI. Since callbacks are interruption based, I was thinking the best way to ensure all power-meter data was collected in real time was by using parallel computing, communicating with the actuator control on one thread and the power meter on another.
My only ideas so far have concerned using the timer in conjuction with the parallel computing toolbox and utilizing explicit multithreading of processes (using the "batch" Matlab method). I am having issues getting either method to display a real-time graph of power in the GUI, though. I realize this may be an insurmountable barrier due to the nature of communication between threads, but does anyone happen to have ideas about or experience doing this kind of thing? I would very much appreciate any input anyone could offer. Thanks everyone!

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by