Programing an inlineform

  • Hello,


    In the file: c:\krc\roboter\init\MenueKeyUser.ini i have the next code:


    [SOFTKEYS]
    first_entry = One,2010,TECHPACK,KUKATPUSER;TWINKLE;ONCE
    second_entry = Two,2010,TECHPACK,KUKATPUSER;TWINKLE;TWICE
    third_entry = Three,2010,TECHPACK,KUKATPUSER;TWINKLE;TRIPLE
    new_submenu = Submenu, , , ,POPUP,list_of_entries
    [MENU]
    list_of_entries = first_entry, second_entry, third_entry
    [MOVE]
    new_submenu = ,MENU#mHilfe,0


    and i defined the next technology in the path: c:\KRC\ROBOTER\TEMPLATE


    DEFTP Twinkle
    decl fold once[5]
    once[1]=“/;flash once”
    once[2]=“$out[5]=true”
    once[3]=“wait sec 1.5”
    once[4]=“$out[5]=false”
    once[5]=“wait sec 1.5”
    decl fold twice[9]
    twice[1]=“/;flash twice”
    twice[2]=“$out[5]=true”
    twice[3]=“wait sec 1.5”
    twice[4]=“$out[5]=false”
    twice[5]=“wait sec 1.5”
    twice[6]=“$out[5]=true”
    twice[7]=“wait sec 1.5”
    twice[8]=“$out[5]=false”
    twice[9]=“wait sec 1.5”
    decl inlineform once = {fold[1] once}
    decl inlineform twice = {fold[1] twice}
    decl inlineform triple = {fold[1] once, fold[2] twice}
    ENDTP


    Then I select a program but the inline form don't appear when i call for them using the help menu.


    Somebody knows why ?
    I 've forgotten some steps to do?


    Thanks to all

  • Schritt für Schritt zum Roboterprofi!

Erstelle ein Benutzerkonto oder melde dich an um zu kommentieren

Du musst ein Benutzerkonto haben um einen Kommentar hinterlassen zu können

Benutzerkonto erstellen
Neues Benutzerkonto für unsere Community erstellen. Geht einfach!
Neues Benutzerkonto erstellen
Anmelden
Du hast bereits ein Benutzerkonto? Melde dich hier an.
Jetzt anmelden