Skip to content

Change Turbo VersionNum to be 5 to match Power and investigate odd error message #159

@coretl

Description

@coretl

The Power motion program was updated to have version number 5, as was the driver, but the Turbo is still on version 4. This line needs to read 5:

#define VersionNum 4 ; Must be an integer (because it is now stored in an unmapped M variable)

This ticket should also improve the error message when version numbers don't match. At the moment you can build fine, but when you execute you get this error:

this->setProfileStatus(PROFILE_EXECUTE_DONE, PROFILE_STATUS_FAILURE,
"Build and execute called by different CS");

Instead it should give an error that version numbers don't match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions