Calibration features

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

Calibration features

跳至解决方案
999 次查看
Vast-Horizon
Contributor II

Hello, 

I wonder if FreeMaster is capable of being used as a calibration tool. For example, calibrate a thermistor with a NXP board. 

Another question on top of this: is it possible to apply a function to a raw signal before it is displayed on a graph in FreeMaster?

Thanks 

0 项奖励
回复
1 解答
990 次查看
iulian_stan
NXP Employee
NXP Employee

Hi @Vast-Horizon,

Yes, you can use FreeMASTER as calibration tool. Here's an example of how it could be used in such scenario:

  1. Implement the algorithm in the embedded application
  2. Store algorithm parameters in global volatile variables
  3. Use FreeMASTER to read algorithm parameters at runtime
  4. Use FreeMASTER to update parameter values to fine tune the algorithm

You can also apply transformation functions on the variables before those are displayed. This option is available in the Variable menu (Project -> Variables -> Edit):

Untitled.png

 

Note: transformations are applicable only to REAL values (top right option)

Hope it helps,
Iulian

在原帖中查看解决方案

1 回复
991 次查看
iulian_stan
NXP Employee
NXP Employee

Hi @Vast-Horizon,

Yes, you can use FreeMASTER as calibration tool. Here's an example of how it could be used in such scenario:

  1. Implement the algorithm in the embedded application
  2. Store algorithm parameters in global volatile variables
  3. Use FreeMASTER to read algorithm parameters at runtime
  4. Use FreeMASTER to update parameter values to fine tune the algorithm

You can also apply transformation functions on the variables before those are displayed. This option is available in the Variable menu (Project -> Variables -> Edit):

Untitled.png

 

Note: transformations are applicable only to REAL values (top right option)

Hope it helps,
Iulian