Calibration features

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
360件の閲覧回数
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 解決策
351件の閲覧回数
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 返信
352件の閲覧回数
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