Data Acquisition Start/Stop Button Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: daqstopbutton.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Company: Scott Hirsch (View more)

Data Acquisition Start/Stop Button script description:




Publisher review:
Data Acquisition Start/Stop Button adds a stop/start button to a data acquisition applications. DAQSTOPBUTTON(FIG,OBJ) adds a start/stop button to figure FIG. This button can be used to start and stop data acquisition object OBJ. DAQSTOPBBUTTON will also delete OBJ when FIG is closed (i.e., it sets FIG's CloseRequestFcn to delete the object).DAQSTOPBUTTON(FIG,OBJ,'P1','V1','P2','V2', ...) specifies Property-Value pairs for configuring properties of the start/stop button. Any valid property of a togglebutton can be specified.HBUTTON = DAQSTOPBUTTON(...) returns a handle to the start/stop button.Example:fh = figure; % Create a figureai = analoginput('winsound'); % Create an input objectaddchannel(ai,1); % Add a channelset(ai,'TriggerRepeat',inf); % Configure to run infinitelyset(ai,'TimerFcn','plot(peekdata(ai,500))'); % Each timer event will plot recent datahButton = daqstopbutton(fh,ai); % Add the stopbutton Requirements: · MATLAB Release: R13 · Data Acquisition Toolbox
Data Acquisition Start/Stop Button is a Matlab script for Test and Measurement scripts design by Scott Hirsch. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
Data Acquisition Start/Stop Button adds a stop/start button to a data acquisition applications.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5