Beantwortet
HIL with Arduino uno without xpc target using realtime windows target
http://www.mathworks.com/videos/programming-arduino-uno-with-simulink-86316.html

fast 11 Jahre vor | 0

Beantwortet
Driver XPC target for National Instruments Board PCI 6289 M-Series required Documents?
# For specific information about the board you mentioned, the manufacturer (National Instruments) would be the best resource. #...

fast 11 Jahre vor | 0

Beantwortet
Installing error "invalid code lenght set"
Installation issue. Please contact <http://www.mathworks.com/support/contact_us/ Technical Support> for free help on installatio...

etwa 11 Jahre vor | 0

Beantwortet
Don't Fragment (DF) bit in real time UDP on XPC
It is not possible to UN-set the DF flag for packets that are sent from a target using real-time UDP blocks. The blocks are desi...

etwa 11 Jahre vor | 1

Beantwortet
no accesssible disk found:file system disable
Looks like you are able to boot up the target and then see an error message on the target. That just means that the hard dri...

etwa 11 Jahre vor | 0

Beantwortet
xpc target: ERROR:no accesssible disk found:file system disable
Looks like you are able to boot up the target and then see an error message on the target. That just means that the hard drive t...

etwa 11 Jahre vor | 0

Beantwortet
how can i send data stream in simulink?
See: <http://www.mathworks.com/help/simulink/slref/fromworkspace.html>

etwa 11 Jahre vor | 0

Beantwortet
Progress bar music, update in real time
See examples in: <http://www.mathworks.com/help/matlab/ref/waitbar.html>

etwa 11 Jahre vor | 0

Beantwortet
Real Time UDP from xPC Target
The UDP binary blocks send UDP packets over the card that is used for host target comunication. This block is not a real-time bl...

etwa 11 Jahre vor | 2

| akzeptiert

Beantwortet
xPC stream values from memory during run
You may be looking for the 'From Workspace' block. Although you would have to enter the values themselves into the block instead...

etwa 11 Jahre vor | 0

Beantwortet
Change update rate of Simulink Real-time Instrument Panel
The default refresh rate is 50 milliseconds. From my experience this is seen in practice too. This may however be hampered if yo...

etwa 11 Jahre vor | 0

Beantwortet
xPC Target scope change numerical format in runtime
1. Get handle to the scope object. Lets say 'tg' is a target object, then to get scope 1: sc = tg.getscope(1) 2. Then ch...

etwa 11 Jahre vor | 0

Beantwortet
How do I run a silent install for MCR release 2012a (7.17)?
<http://www.mathworks.com/matlabcentral/answers/106020-how-do-i-silently-install-the-matlab-compiler-runtime-mcr>

etwa 11 Jahre vor | 0

Beantwortet
xPC Target in Freerun mode: extra long sample time
# There is a shipped block called 'Task Execution Time' that does exactly what you did. # The sporadic spikes are usually due t...

etwa 11 Jahre vor | 0

Beantwortet
Would you please help me with the references of your demo named "mil-std-188-110a Receiver"? I need the algorithms behind. Thanks.
Have you read the documentation? Scroll all the way to the bottom of the documentation page for the references: <http://www.m...

etwa 11 Jahre vor | 0

Beantwortet
how to load .mat file into a function
<http://www.mathworks.com/help/matlab/ref/load.html>

etwa 11 Jahre vor | 0

Beantwortet
How do I install TI C6000 Support from Embedded Coder for Matlab 2013a?
This may be an installation issue. MathWorks provides free installation support. Please see: <http://www.mathworks.com/suppor...

etwa 11 Jahre vor | 0

Beantwortet
Error: Initialization commands cannot be evaluated while working with xpc target supported A/D library blocks!
I am assuming it is the AD512 block. What value are you setting the 'Range vector' mask parameter to? The error you mention will...

etwa 11 Jahre vor | 0

Beantwortet
Comparing two audio signals (guitar chords recognizer)
If your confusion is regarding the first and second plots then that is because yo uare plotting the complex values returned by F...

etwa 11 Jahre vor | 0

Beantwortet
how can I use higher order statistics in an image?
See <http://www.mathworks.com/help/stats/probdistunivparam.html> You are trying to create a ProbDistUnivParam object, which r...

etwa 11 Jahre vor | 0

Beantwortet
can i write down my own project in MathWorks to prevent my project from stealing?
If your project is the form of M files (*.m), then you could use: <http://www.mathworks.com/help/matlab/ref/pcode.html>

etwa 11 Jahre vor | 0

Beantwortet
how to run dll files in matlab
See this for LOADLIBRARY and examples of it: <http://www.mathworks.com/help/matlab/ref/loadlibrary.html> Also: <http://...

etwa 11 Jahre vor | 3

| akzeptiert

Beantwortet
How to permanently store Base Workspace variables with Simulink file?
This is usually done using model callbacks. See: <http://www.mathworks.com/help/simulink/ug/model-callbacks.html> Using on...

etwa 11 Jahre vor | 1

| akzeptiert

Beantwortet
UDP Streaming Post Processing
Not quite sure what you mean by packet size = 10. DOUBLE are 64 bit. SINGLE are 32 bit. The data in UDP is represented as UNIT...

etwa 11 Jahre vor | 0

Beantwortet
How can I send a string to a simulink input block?
1. Simulink signals can only be numbers. Strings are not supported. 2. If the need to send characters over serial RS-232 the...

etwa 11 Jahre vor | 0

Beantwortet
How do you enter wind speed in to a wind turbine?
Not an expert on the topic but this SimPowerSystems block models a Wind Turbine and has Wind speed as an input port: <www.mat...

etwa 11 Jahre vor | 0

Beantwortet
How do I fix this error when build simulink model with matlab fcn and xpctarget A/D block? Error(s) encountered while building model "PCIctest": ### Failed to generate all binary outputs.
1. The compiler may not be set correctly. Provided that you have installed the supported compiler for R2013b choose the correct ...

etwa 11 Jahre vor | 0

Beantwortet
parallel computing for real-time simulation in Xpc target computer
Parallel computing box, GPU acceleration etc., is not applicable to xPC. The approach you would have to take is by utilizing the...

etwa 11 Jahre vor | 0

| akzeptiert

Beantwortet
xPC Target External error
1. Is the host target communication on a network shared by other devices? In that case the non xPC network traffic may be causin...

etwa 11 Jahre vor | 0

| akzeptiert

Beantwortet
How does the Raw Ethernet frame looks like w.r.t xpc target example "Real Time Transmit and Receive over Ethernet"?
Your understanding is accurate. The Ethertype in the example is the length of the data packet. this is because the parameter 'Et...

etwa 11 Jahre vor | 0

| akzeptiert

Mehr laden