Home AMX User Forum NetLinx Studio

Could not find file????

Thanks in advance for any help.....Im trying to add a Netlinx mudule for a PLB-Amp8. I defined the module as per the instructions: DEFINE_MODULE 'AMP8-Mod' mdlAmp8(vdvAmp8,dvAmp8)

I added it just above the define start area..(thats where I always define my modules) try to compile and get this.

ERROR: C:\Documents and Settings\pattons\My Documents\AMX\Projects\Patton Home\PattonHome.tko(0): L20206: File [AMP8-Mod.tko] could not be found

just wondering if anybody has seen this before...hopefully its just something Im overlooking.

Comments

  • SCOTTYPSCOTTYP Posts: 32
    Figured it out

    IT WASNT ME...Apparently there was a typo in the name of the file in the attached data sheet for the module.The Define module they say to copy over has a dash in the wrong place....It only took me three hours to figure it out. (<
    sarcastic remark)
  • JDaggittJDaggitt Posts: 15
    How did you solve it.

    Scotty --

    I noticed that the documentation for the PLB-AMP8 says:
    Define_Module 'AMP8-Mod' Module_Name (v_device, real_device)

    Did you just code it as:
    Define_Module 'AMP-8Mod' Module_Name (v_device, real_device)

    Note that the 8 is shifted from in front of the dash to behind the dash.

    Any help would be appreciated.

    -- Jack Daggitt
Sign In or Register to comment.