Running a stripped down version of example.cpp modified for the VictorSPX controller produces the following messages on the console:
CTR: Firm Vers could not be retrieved. Use Phoenix Tuner to check ID and firmware(CRF) version.
Victor SPX 21
and does not function properly unless the statement:
c_SetPhoenixDiagnosticsStartTime(-1); // disable diag server, instead we will use the diag server stand alone application that Tuner installs
is commented out and the standalone diagnostic server is uninstalled from the host (in this case raspberry pi).
Running a stripped down version of example.cpp modified for the VictorSPX controller produces the following messages on the console:
and does not function properly unless the statement:
c_SetPhoenixDiagnosticsStartTime(-1); // disable diag server, instead we will use the diag server stand alone application that Tuner installsis commented out and the standalone diagnostic server is uninstalled from the host (in this case raspberry pi).