Info

此问题已关闭。 请重新打开它进行编辑或回答。

Using the while iteration block

2 次查看(过去 30 天)
Joseph
Joseph 2012-3-30
关闭: MATLAB Answer Bot 2021-8-20
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

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2012-3-30
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 个评论
Joseph
Joseph 2012-3-30
Thanks,tried using the 'Interpreted matlab fcn' but its still not working
Kaustubha Govind
Kaustubha Govind 2012-4-2
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?

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by