PLUS+1 User Forum

PLUS+1 Hardware => Controllers => Topic started by: bship on December 28, 2012, 04:17:45 AM

Title: where can I find compiling error notes explained?
Post by: bship on December 28, 2012, 04:17:45 AM
I am trying to compile a test program and the error comes up - *** ERROR 23 ***  [chpargu1]   NOTHING CONNECTED ON COMPONENT: {Hardware Output}, ENTRY A1
          MC50_10T_MC50_12T!TOP!Outputs!C1p31_DigOut!C1p31 (228,142)
1. What does this mean, I think my lines are all connected?
2. Where can I find an index of error message explanations?
Thanks
Title: Re: where can I find compiling error notes explained?
Post by: hproffitt on December 28, 2012, 02:48:11 PM
It means that pin 31 is not seeing a connection.  It has to have a constant T or F on it, or be connected to logic elsewhere in the program to supply the T/F to it.  If you go to "OUTPUTS", then the "PIN 31" page, you can do a 'view net' or trace the logic by hitting "v" and clicking on the wire.
Title: Re: where can I find compiling error notes explained?
Post by: bship on December 28, 2012, 11:34:11 PM
Thanks, I traced it back to my pages connection to the outputs page