<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[求助：在不同时间点自动保存的方法（UDF）]]></title><description><![CDATA[<p dir="auto">大家好，<br />
最近遇到一个计算问题，如何在一秒内的5个自定义时间点上保存计算结果，如下图所示：<br />
<img src="%E5%9B%BE%E7%89%87%E5%9C%B0%E5%9D%80" alt="替代文字" class=" img-fluid img-markdown" /><img src="/assets/uploads/files/1508295027154-qq%E6%88%AA%E5%9B%BE20171017152129-resized.jpg" alt="0_1508294809180_QQ截图20171017152129.jpg" class=" img-fluid img-markdown" /><br />
现阶段波形已实现，但还需手动保存请问各位大大，如何实现这个功能？<br />
另UDF方面，查到“DEFINE_RW_FILE”或许是关于这个问题的，但如何使用还在摸索，请有经验的大大稍微指点一下用法，十分感谢，祝好。<br />
2017-10-18</p>
]]></description><link>https://cfd-china.com/topic/1085/求助-在不同时间点自动保存的方法-udf</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 22:56:35 GMT</lastBuildDate><atom:link href="https://cfd-china.com/topic/1085.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Oct 2017 02:53:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 求助：在不同时间点自动保存的方法（UDF） on Mon, 08 Jan 2018 13:58:25 GMT]]></title><description><![CDATA[<p dir="auto">其实这个东西都是很好保存的，如果你的值是网格相关或者是面相关的话，直接利用UDMI就可以很好的实现你的值的随时间保存。<br />
而你所说的EDFINE_RW_FILE是一个把运算数据保存到data文件的宏，但是你必须要注意的是，这个宏的保存是严格顺序的，你怎么样保存顺序，必须再一样的顺序输出。<br />
很多时候，最简单的办法是直接你用C语言输出数据到一个文件中，然后再用ON_DEMAND读取便可。</p>
]]></description><link>https://cfd-china.com/post/6773</link><guid isPermaLink="true">https://cfd-china.com/post/6773</guid><dc:creator><![CDATA[l.j刘侃]]></dc:creator><pubDate>Mon, 08 Jan 2018 13:58:25 GMT</pubDate></item></channel></rss>