Author Topic: where can I find compiling error notes explained?  (Read 4653 times)

bship

  • Guest
where can I find compiling error notes explained?
« 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

Offline hproffitt

  • PLUS+1 Developer
  • ***
  • Posts: 28
  • Karma: +0/-0
Re: where can I find compiling error notes explained?
« Reply #1 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.

bship

  • Guest
Re: where can I find compiling error notes explained?
« Reply #2 on: December 28, 2012, 11:34:11 PM »
Thanks, I traced it back to my pages connection to the outputs page