RobotStudio event

WWSDK- VCSendTPUKeys ? [WebWare SDK]

Options

Does anybody have a list of the keystings, how VCSendTPUKeys Method could be used in WWSDK?

Regards Kevinimage

Comments

  • RussD
    Options

    Hi Kevin,
    Here is a copy of a reply I got from Vasteras by way of G'Burg:
    Below follows a function of how to"click" the different functionkeys.
    Declare a string with 8 signs and give it the following data:
    str[0] 0x1b
    str[1] [
    str[2] 0
    Then add the following to the str:
    for function1 "17~"
    for function2 "18~"
    for function3 "19~"
    for function4 "20~" (Cancel-button for Auto mode)
    for function5 "21~" (OK-button to confirm to Auto mode)
    unsigned char str[8];
    Russell Drown