Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT Developer’s Forums → ANTWareII → Thread

   

How to send the Calibration Page from Antware ||

Rank

Total Posts: 4

Joined 2019-05-08

PM

Hi,
We have implemented the Bicycle Power profile and able to verify the response from sensor using ANTWAR || with ANT-M USB simulator device.

Now we have added support for calibration page (page number 01) and want to send the page one with different calib ID from ANTWAR || software. But getting error as below when try to send acknowledged message:


EVENT_RX_SEARCH_TIMEOUT_0x01
:: 40, 00-01-01
EVENT_CHANNEL_CLOSED_0x07
:: 40, 00-01-07
EVENT_TRANSFER_TX_FAILED_0x06
:: 40, 00-01-06

Sending Ack: 01-AA-FF-FF-FF-FF-FF-FF
Acknowledged Result: Fail

Could you please let us how to successfully send the calibration page from antware ||.

With Regards,
Malti      
RankRankRankRank

Total Posts: 370

Joined 2012-06-27

PM

Hi Malti,

Those errors indicate that the master device disappeared, a search timeout occurred, and the channel was closed before the acknowledged message was sent. Are you seeing EVENT_RX_SEARCH_TIMEOUT_0x01 and EVENT_CHANNEL_CLOSED_0x07 only when you send the acknowledged message?

Things to check:
1) Your master has configured a bidirectional channel
2) You are not faulting in your software when the message is received

I recommend using SimulANT+ to test instead of AntwareII. It has support for bike power display simulation with a button to send a calibration request. It also outputs errors if your implementation isn't matching the profile page definitions and has a list of scripts that test expected behaviors.

When you submit for certification it will be tested using SimulANT+.

Ian      

Signature

Ian Haigh

Rank

Total Posts: 4

Joined 2019-05-08

PM

Hi Ian,
Thanks for the information.

We were able to send the request using SimulANT+ for calibration (01 AA FF FF FF FF FF FF).

However, there was no option to send the request for custom parameter update/request (01 BA XX XX XX XX XX XX). Could you please let us know how can we send the request for custom parameter update.

With Regards,
Malti      
RankRankRankRank

Total Posts: 370

Joined 2012-06-27

PM

Hi Malti,

Sorry disregard the earlier post from today, I was confused and looked at the wrong profile.

We don't have that functionality available through the GUI, however in scripts it is available through the SendCustomCalibrationParameterRequest method.

Ian      

Signature

Ian Haigh