Sie sind auf Seite 1von 22

Integre MATLAB y

LabVIEW para Resolver


Cualquier Aplicacin

mexico.ni.com

Modelos de Programacin
Flujo de Datos

Linux

Cdigo C

Macintosh

Textual

Windows

Real-Time

FPGA

Plataforma Embebida

Plataforma Desktop

mexico.ni.com

Modelado

HDL/IP

Micro

NI LabVIEW MathScript

Programacin textual poderosa para


procesamiento, anlisis y
matemticas

Ms de 650 funciones incluidas


Reutilice los scripts de archivos m
creados en el software MathWorks, Inc.
MATLAB y otros
Parcialmente basado en las
matemticas originales de NI MATRIXx

Una solucin nativa de LabVIEW

Interfaces interactivas y programticas


No requiere software de terceros
MATLAB is a registered trademark of The MathWorks, Inc. All
other trademarks are the property of their respective owners.

mexico.ni.com

Funciones Integradas de
NI LabVIEW Mathscript

Grficas en 2D y 3D
X-Y (scatter) plots, mesh plots, 3D plots, surface plots, contour
plots, subplots, stairstep plots, logarithmic plots, stem plots,
vector field plots, tree plots and more

Operaciones Polinomiales
Convolution, deconvolution, polynomial fit, piecewise
polynomial, partial fraction expansion and others

Probabilidad y Estadstica
Mean; median; Poisson, Rayleigh, chi-squared, Weibull, T, gamma
distributions; covariance; variance; standard deviation; cross
correlation; histogram; white noise distributions and other
functions
Procesamiento Digital de Seales (DSP)
Signal Synthesis; Butterworth, Chebyshev, Parks-McClellan,
windowed FIR, elliptic (Cauer), lattice and other filter designs;
FFT (1D/2D), inverse FFT (1D/2D), Hilbert, and other transforms;
Hamming, Hanning, Kaiser-Bessel and other windows; pole/zero
plotting and others

Algebra lineal
LU, QR, QZ, Cholesky, Schur decomposition, SVD,
determinant, inverse, transpose, orthogonalization, solutions
to special matrices; Taylor series; real / complex eigenvalues
and eigenvectors; polynomial eigenvalues and more
Operaciones Booleanas
AND, OR, NOT, and other logic operations; bitwise shift,
bitwise OR and other bitwise operation

Optimizacin
Quasi-Newton, quadratic, Simplex methods and more

Operaciones de Matriz
Hankel, Hilbert, Rosser, Vandermonde special matrices;
inverse; multiplication; division; unary operations and others

Aproximacin (Regresin / Interpolacin)


Cubic spline, cubic Hermite and linear interpolation; exponential,
linear, and power fit; rational approximation and others

Generacin y Adquisicin de Datos


Analog and digital I/O using National Instruments devices

Funciones Avanzadas
Bessel, spherical Bessel, Psi, Airy, Legendre, Jacobi functions;
trapezoidal, elliptic exponential integral functions and more
Ecuaciones Diferenciales Ordinarias
Adams-Moulton, Runge-Kutta, Rosenbrock, and other continuous
ordinary differential equation (ODE) solvers
Operaciones Bsicas
Absolute value, Cartesian to polar and spherical and other
coordinate conversions, least common multiple; modulo,
exponentials, logarithmic functions, complex conjugates and
mexico.ni.com
more

Trigonometra
Standard cosine, sine and tangent, Inverse hyperbolic cosine,
cotangent, cosecant, secant, sine and tangent; hyperbolic
cosine cotangent, cosecant, secant, sine, and tangent;
exponential, natural logarithm and more

Operaciones con Vectores


Cross product; curl and angular velocity; gradient; Kronecker
tensor product and more
Otros
Programming primitives such as if, for, and while loops;
unsigned and signed data type conversions; file I/O;
benchmarking and other timing functions; various set and
string operations

Sintaxis del Lenguaje MathWorks Inc.


MATLAB
Sintaxis de LabVIEW MathScript

mexico.ni.com

Sintaxis de MATLAB

DEMO: NI LabVIEW Mathscript,


Matemticas Basadas en Texto
mexico.ni.com

Mdulo LabVIEW MathScript RT

Despliegue Archivos .m Personalizados a


Plataformas de NI en Tiempo Real
mexico.ni.com

Control Design and Simulation


Module
mexico.ni.com

Plataforma para Control de NI


Entorno de Desarrollo de NI LabVIEW
Control Design and
Simulation Module

System ID Toolkit

StateChart Module

PID and Fuzzy Logic


Toolkit

Simulation Interface
Toolkit

NI Motion Control

LabVIEW Real-Time

LabVIEW FPGA

LV Microprocessor SDK

Targets

PXI
mexico.ni.com

CompactRIO
10

sBRIO

32-Bit mp

Beneficios de Simulacin y Diseo de Control


con NI LabVIEW
Implementacin en Tiempo Real

Un solo ambiente desde el diseo,


las pruebas y la implementacin

Interfaz de usuario de LabVIEW para


visualizar los parmetros

Cree fcilmente ciclos de control o


simulacin de manera paralela y a
diferentes frecuencias
mexico.ni.com

11

LabVIEW Control Design and


Simulation Module
Anlisis y diseo de control interactivo
Sistemas Lineales y no lineales
Repuesta en tiempo y frecuencia
Caractersticas dinmicas
Root Locus, PID, lead-log
Estado- espacio- LQR, LQG, polos, filtro
Kalman
Uso de scripts .m con el nodo

Mathscript
Asistentes para diseo de control
Convertidor de modelos Simulink
Implementacin en Tiempo Real para
HIL o prototipaje rpido

mexico.ni.com

12

Simulacin de Plantas de Control en NI


LabVIEW
mexico.ni.com

13

LabVIEW System Identification Toolkit


Identifique modelos de sistemas
dinmicos directamente desde seales
del mundo real de estmulo y respuesta
Integre adquisicin de datos
perfectamente para identificacin de
sistemas basados en tiempo y
frecuencia
Integre con otros mdulos LabVIEW
para construir algoritmos de control
adaptativo

Algoritmos paramtricos, polinominales,


basados en frecuencia y grey box
mexico.ni.com

14

Toolkit de PID y Lgica Difusa

Integre algoritmos de control


P, PI, PD y PID en sus
aplicaciones de LabVIEW
Use el Diseador del
Sistema Difuso y VIs de
Lgica Difusa para disear y
controlar sistemas difusos
Automatice las ganancias
para mejorar el rendimiento
del control
Aproveche las caractersticas
avanzadas incluyendo como
ajuste de ganancia y anti
windup integral
mexico.ni.com

Windows/Real Time Bloques de Funcin

FPGA

15

Control y Simulacin

Qu es Control PID?
Proporcional-Integral-Derivativo (PID)
Error
Set Point

+-

Variable de Proceso

mexico.ni.com

1 Ti

Td

d
dt
16

++
-

Kc

Salida

Cmo Programar PID?

Windows/Real Time

Bloques de Funcin

FPGA

Control y Simulacin

mexico.ni.com

17

NI ELVIS II | Control
Elctrica, Mecnica, Sistemas

www.quanser.com
mexico.ni.com

18

Comunidad Acadmica

ni.com/comunidadacademica
mexico.ni.com

21

Siga las ltimas Noticias Acadmicas!

Boletn semestral
Recursos tcnicos
ltimas promociones
y noticias
Para estudiantes y
para profesores e
investigadores

ni.com/mexico/boletinacademico
mexico.ni.com

22

Graphical System Design en la Educacin


Desde Ciencias Bsicas hasta Investigacin
Circuitos y
Simulacin

NI Multisim
NI ELVIS

Instrumentacin
Y Medicin

NI myDAQ

Diseo de Control
y Simulacin

NI CompactRIO
DaNI 2.0

Sistemas
Embebidos

LabVIEW
para Arduino

RF y
Comunicaciones

NI USRP

Procesamiento de
Seales e Imgenes

mexico.ni.com

NI PXI

24

mexico.ni.com

Das könnte Ihnen auch gefallen