Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Using the while iteration block

2 visualizaciones (últimos 30 días)
Joseph
Joseph el 30 de Mzo. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi all,I have a tank system and would like to use the while iteration block so it runs and writes to file(using the to file block) say every second as i want to read and display this data in Labview every second.Can you assist me with this?It doesnt seem to write continuously to the file block

Respuestas (1)

Kaustubha Govind
Kaustubha Govind el 30 de Mzo. de 2012
I explained a little bit here about why I think you cannot expect the "To File" block to write to a file immediately:
"I think the reason that To Workspace blocks don't write the variable immediately it because it is very inefficient for To Workspace/File blocks to write the workspace/disk at every time-step, because these are slow processes than will slow down simulation. My guess is that they maintain a buffer that they write to at every time-step - the data is probably written to the final destination only when the buffer is full."
I think the LabVIEW-Simulink interface is a better option for your application.
  2 comentarios
Joseph
Joseph el 30 de Mzo. de 2012
Thanks,tried using the 'Interpreted matlab fcn' but its still not working
Kaustubha Govind
Kaustubha Govind el 2 de Abr. de 2012
Do you mean what you are using File I/O operations in an Interpreted MATLAB Fcn block? Do you open and close the file at every time step?

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by