RobotStudio event

WWS CustomDB Tables [WebWare Server]

Options

FYI

If you are defining your own DataTypes in RAPID (option developersfunctions in the Robot needed) be sure that the name of the Record type you define only have lowercase letters. Otherwise the creation of the database will not work.

Working example:

RECORD mydatatype

 num errNum;

 string errDescription;

ENDRECORD

 

Not Working example (D and T can't be Uppercase):

RECORD myDataType

 num errNum;

 string errDescription;

ENDRECORD

Per Svensson
Company Specialist
ABB Automation Technology Products