Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → ANT+ Simulation Tools → Thread

   

C# HRM Simulator

Rank

Total Posts: 29

Joined 0

PM

If there any chance to develop an ANT+ HRM Message simulator to produce the Heart Rate message to test my Ant+ Receiver device for functional test using C# or managed ANT+ library.
Any suggestion is appreciate.
By the way I can build the ANT+ Simulator from my environment.
Best regards,
Tony
     
Avatar
RankRankRankRank

Total Posts: 296

Joined 0

PM

The download section provides the ANT+ sensor simulator and its source code.
I read from your post that you already found this and succeeded in building the simulator yourself.
It shouldn't be too difficult to tweak the simulator code so that it can not only be controlled by the user interface but provides an interface for automated testing - either exe call with command line parameters or a method call interface.

So what is missing?

Cheers,
OMB      
Rank

Total Posts: 29

Joined 0

PM

Hi,
Thanks for your comment, I will try to translate the C++ one, I found although I can build the C++ base simulator successfully on VS2010 but it cann't be run due to main resource not found.(so sad ..)
What I want to do is to have a interface to send some specific set of heart rate information to test my device with specific response.
So, my question is, does the Ant_Net.dll contain all the functions for the simulator ?
Best regards,
tony
     
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

Have you had a look at SimulANT+ yet? This is our next generation simulation tool, and offers scripting. Please have a look at its user manual, as well as the scripting interface document for details on usage of scripting.      
Rank

Total Posts: 29

Joined 0

PM

Hi,
Thanks, I will try simulAnt+, it looks great and can let me do what I want~!
Best regards,
tony