Results 1 to 2 of 2
  1. #1
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    Feb 2011
    Location
    Lagny-sur-Marne 5Km near Disneyland Paris
    Posts
    6
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    programming in Linda LUA IPC code with a pokey56U

    hello all

    I bought a Pokey 56U and i try to pilot a single switch with a Script given on Polabs Web Site (written by Terry Hall)

    but the script doesn't work at all
    if i open it with the "Linda Editor", a error is shown at the begining of the script on a "end" in line 11 and the line 6 (creating the pockey Dll object) is hightlighted in Red

    is somebody know how interact pokey with Linda IPC or have you a small piece of code to show how i could manage switch as the battery ON/OFF

    Syntax error!

    Line: 11: attempt to index global 'luacom' (a nil value)
    stack traceback: \linda\lua\tmp.lua:11: in main chunk

    1 | -- =================================================================================
    2 | -- Initial Setup
    3 | -- =================================================================================
    4 |
    5 | require "luacom"
    6 | poKeys = luacom.CreateObject("PoKeysDevice_DLL.PoKeysDevice")
    7 |
    8 | if poKeys == nil then
    9 | ipc.log("Error: Unable to create PoKeysDevice_DLL object")
    10 | ipc.exit()
    11 | end
    12 |
    13 | connect_usb = true -- true = USB / false = ethernet

    thanks for your help
    thierry
    newbie in home cockpit

  2. #2
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    Feb 2011
    Location
    Lagny-sur-Marne 5Km near Disneyland Paris
    Posts
    6
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: programming in Linda LUA IPC code with a pokey56U

    closed

    i find the solution