Data logging stream out of Phaserunner?

rberger

10 W
Joined
Mar 9, 2015
Messages
76
Location
Saratoga, CA
Is there a way to put the Phaserunner TRS output in a mode that will stream log data from the Phaserruner similar to how the Cycle Analyst can stream out log data?

I'm building a data logger and would like to combine Phaserunner log info with Cycle Analyst log data.
 
From my understanding, there is not a true "stream" of data. However, you can poll it using modbus serial. The controller is based on the accelerated systems BAC series controller, and they have some good documentation for this.
 
Anyone have some guidance on what the modbus commands would be to get the same kind of logging output that the Phaserunner software displays on the Graph on the Dashboard page?

In particular:
  • Controller Temperature
  • Battery Current
  • Battery Voltage
  • Motor Current
  • Motor RPM

Thanks!
Rob
 
If you've installed BacDoor, in the program folder there's a file called ASIObjectDictionary_x_x_x.xml, where the x's are the version number. It's not pretty to look at, but it contains the codes for the MODBUS parameters, as well as units and scale factors for deciphering the replies. The parameters you're looking for are (decimal) 259, 268, 267, 262, and 263, respectively.

Here's one success story you can use for reference.
 
Back
Top