How do I get the full values of variables in FreeMASTER

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How do I get the full values of variables in FreeMASTER

跳至解决方案
1,469 次查看
xgy_upc
Contributor III

In FreeMASTER, you can monitor the values of all global variables.At the same time, it can also be displayed in the form of a waveform.The value of the variable will change in real time throughout the program.Now I want to export all the values of a variable. What should I do?

0 项奖励
1 解答
1,444 次查看
iulian_stan
NXP Employee
NXP Employee

I can think of few reasons for this behavior:

  • The target folder does not exist. FreeMASTER expects a path to an existing folder. So if you use the default "C:\Data" you need to create that folder.
  • Application has no rights to write to the specified location. Possible solution could be running the tool with administrator privileges, or specify another location.

Capture.PNG

在原帖中查看解决方案

0 项奖励
3 回复数
1,457 次查看
iulian_stan
NXP Employee
NXP Employee

Hi @xgy_upc,

You can capture and log variables values to a file using Data Capture functionality. It is available on both Oscilloscope and Recorder. You can access it from Scope/Recorder properties (right click on the corresponding project tree item or directly on the chart and select Properties... from the context menu).

In the last tab (Data Capture) you can specify where/how the values should be logged.

Capture.PNG

Regards,
Iulian

0 项奖励
1,449 次查看
xgy_upc
Contributor III

As you said, I tried. However, no success, display error. May I ask what should I do?

figure.JPG

0 项奖励
1,445 次查看
iulian_stan
NXP Employee
NXP Employee

I can think of few reasons for this behavior:

  • The target folder does not exist. FreeMASTER expects a path to an existing folder. So if you use the default "C:\Data" you need to create that folder.
  • Application has no rights to write to the specified location. Possible solution could be running the tool with administrator privileges, or specify another location.

Capture.PNG

0 项奖励