Forum Migration Notice
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Identify Controller Model [WebWare SDK]

I'm updating existing code to also work with the IRC5 controllers.

Since reading and writing to a rapid program require different parameters based on the controller type, is there a way within Webware SDK to identify if the connected controller is an IRC4 or IRC5?

Comments

  • Yes there is a way to find out the controller version. Use a Helper object and the property SysVersion.

    Helper1.SysVersion

    Remember that this returns the full RobotWare string. You only need to look at the first number to determine if it is a S4C+(4) or an IRC5(5).