RobotStudio event

peculiar data type?

Options

Hello, did anyone have the experience that used the datatypes as following: ( i saw them in a online using robot)

CONST TextPara    TextData  :=[10, 60 , 10, 10];
CONST DetectPara  DetectData := [200, 200, 700];
VAR   CoilData   CoilDataCal ;
VAR TechPara TechData; 

but i can't find anyone of them in RAPID Reference Manual. did you know how to use it?

Peter

Comments

  • Peter_ABB
    Options
    oh, i know we can use record <>  to define newtypes
    Peter