View Single Post
Old 10-23-2016, 04:14 PM   #2855 (permalink)
ale0502
Ale Madeo
 
ale0502's Avatar
 
Join Date: Jan 2016
Location: Bariloche Patagonia Argentina
Posts: 32
Thanks: 22
Thanked 7 Times in 5 Posts
Quote:
Originally Posted by MPaulHolmes View Post
Hello! I'm sorry, I've been away in Oregon at work. We just got back yesterday. All that debugging code does is set the PWMs of all 6 outputs to a fixed value, so you can measure the voltage from gate to emitter on each of the 6 PWMs. You can even just use a volt meter. That way, if all 6 of them are somewhere between -8.2 and +15 (far away from -8.2 and far from +15), you know the PWM is working, and that the hardware is good to go. Actually, make sure there is no motor and no batteries hooked up during that test. Leave the 3 phase cables unconnected. Also, if you just have the standalone board with no IGBTs, to avoid a false desat fault, you will have to temporarily have C1 connected to E1 connected to C2 connected to E2 connected to C3 connected to E3. You will also have to have a throttle plugged in, as well as the 3 current sensors. Only then will the PWMs make it all the way to the output.
Thanks Paul!
I can´t compile the "ACControlBoardDebugging".
I`m working on MPlab IDE V8.60 and i have the C30 compiler install. In fact, I can compile without problems the code "ACController".
I think this missing some file, I have the "ACController.h", "P30F4011.h", "uart.c" and "uart.h".

I copy down all warnings and errors:

Quote:
ACControlBoardDebugging.c:20: warning: missing braces around initializer
ACControlBoardDebugging.c:20: warning: (near initialization for 'savedValuesDefault.spares')
ACControlBoardDebugging.c:24: warning: missing braces around initializer
ACControlBoardDebugging.c:24: warning: (near initialization for 'savedValues.spares')
ACControlBoardDebugging.c:28: warning: braces around scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:28: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:28: warning: (near initialization for 'savedValuesDefault2.throttleType')
ACControlBoardDebugging.c:31: warning: braces around scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:31: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:31: warning: (near initialization for 'savedValues2.throttleType')
ACControlBoardDebugging.c:118: error: syntax error before 'RTData'
ACControlBoardDebugging.c:118: warning: type defaults to 'int' in declaration of 'RTData'
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: excess elements in scalar initializer
ACControlBoardDebugging.c:118: warning: (near initialization for 'RTData')
ACControlBoardDebugging.c:118: warning: data definition has no type or storage class
ACControlBoardDebugging.c: In function '_ADCInterrupt':
ACControlBoardDebugging.c:398: error: 'THROTTLE_FAULT_COUNTS' undeclared (first use in this function)
ACControlBoardDebugging.c:398: error: (Each undeclared identifier is reported only once
ACControlBoardDebugging.c:398: error: for each function it appears in.)
ACControlBoardDebugging.c:503: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:504: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:505: error: 'piType' has no member named 'errorSum'
ACControlBoardDebugging.c:505: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:506: error: 'piType' has no member named 'errorSum'
ACControlBoardDebugging.c:506: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:509: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:510: error: 'piType' has no member named 'errorSum'
ACControlBoardDebugging.c:511: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:515: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:515: error: 'piType' has no member named 'P'
ACControlBoardDebugging.c:515: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:515: error: 'piType' has no member named 'I'
ACControlBoardDebugging.c:515: error: 'piType' has no member named 'errorSum'
ACControlBoardDebugging.c:518: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:519: error: 'piType' has no member named 'errorSum'
ACControlBoardDebugging.c:520: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:524: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:524: error: 'piType' has no member named 'P'
ACControlBoardDebugging.c:524: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:524: error: 'piType' has no member named 'I'
ACControlBoardDebugging.c:524: error: 'piType' has no member named 'errorSum'
ACControlBoardDebugging.c:527: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:528: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:531: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:532: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:535: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:536: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:539: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:540: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:544: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:545: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c: In function 'InitPIStruct':
ACControlBoardDebugging.c:627: error: 'piType' has no member named 'P'
ACControlBoardDebugging.c:627: error: 'SavedValuesStruct' has no member named 'Kp_Id'
ACControlBoardDebugging.c:628: error: 'piType' has no member named 'I'
ACControlBoardDebugging.c:628: error: 'SavedValuesStruct' has no member named 'Ki_Id'
ACControlBoardDebugging.c:629: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:630: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:631: error: 'piType' has no member named 'errorSum'
ACControlBoardDebugging.c:633: error: 'piType' has no member named 'P'
ACControlBoardDebugging.c:633: error: 'SavedValuesStruct' has no member named 'Kp_Iq'
ACControlBoardDebugging.c:634: error: 'piType' has no member named 'I'
ACControlBoardDebugging.c:634: error: 'SavedValuesStruct' has no member named 'Ki_Iq'
ACControlBoardDebugging.c:635: error: 'piType' has no member named 'error'
ACControlBoardDebugging.c:636: error: 'piType' has no member named 'pwm'
ACControlBoardDebugging.c:637: error: 'piType' has no member named 'errorSum'
ACControlBoardDebugging.c: In function 'ComputeRotorFluxAngle':
ACControlBoardDebugging.c:750: error: 'MAX_RPS_TIMES16' undeclared (first use in this function)
ACControlBoardDebugging.c:751: error: 'RPS_FAULT' undeclared (first use in this function)
ACControlBoardDebugging.c: In function 'FetchRTData':
ACControlBoardDebugging.c:1323: error: request for member 'throttle' in something not a structure or union
ACControlBoardDebugging.c:1324: error: request for member 'temperatureBasePlate' in something not a structure or union
ACControlBoardDebugging.c:1326: error: request for member 'IdRef' in something not a structure or union
ACControlBoardDebugging.c:1327: error: request for member 'Id' in something not a structure or union
ACControlBoardDebugging.c:1328: error: request for member 'IqRef' in something not a structure or union
ACControlBoardDebugging.c:1329: error: request for member 'Iq' in something not a structure or union
ACControlBoardDebugging.c:1330: error: request for member 'pdc1' in something not a structure or union
ACControlBoardDebugging.c:1331: error: request for member 'pdc2' in something not a structure or union
ACControlBoardDebugging.c:1332: error: request for member 'pdc3' in something not a structure or union
ACControlBoardDebugging.c:1333: error: request for member 'RPS_times16' in something not a structure or union
ACControlBoardDebugging.c:1334: error: request for member 'batteryCurrentNormalized' in something not a structure or union
ACControlBoardDebugging.c:1335: error: request for member 'faultBits' in something not a structure or union
ACControlBoardDebugging.c: In function 'EESaveValues':
ACControlBoardDebugging.c:1340: error: 'SavedValuesStruct' has no member named 'Kp_Id'
ACControlBoardDebugging.c:1341: error: 'SavedValuesStruct' has no member named 'Ki_Id'
ACControlBoardDebugging.c:1342: error: 'SavedValuesStruct' has no member named 'Kp_Iq'
ACControlBoardDebugging.c:1343: error: 'SavedValuesStruct' has no member named 'Ki_Iq'
ACControlBoardDebugging.c: In function 'MoveDataFromEEPromToRAM':
ACControlBoardDebugging.c:1425: error: 'SavedValuesStruct' has no member named 'Kp_Id'
ACControlBoardDebugging.c:1426: error: 'SavedValuesStruct' has no member named 'Ki_Id'
ACControlBoardDebugging.c:1427: error: 'SavedValuesStruct' has no member named 'Kp_Iq'
ACControlBoardDebugging.c:1428: error: 'SavedValuesStruct' has no member named 'Ki_Iq'
ACControlBoardDebugging.c:1443: error: 'SavedValuesStruct' has no member named 'Kp_Id'
ACControlBoardDebugging.c:1444: error: 'SavedValuesStruct' has no member named 'Ki_Id'
ACControlBoardDebugging.c:1445: error: 'SavedValuesStruct' has no member named 'Kp_Iq'
ACControlBoardDebugging.c:1446: error: 'SavedValuesStruct' has no member named 'Ki_Iq'
ACControlBoardDebugging.c:1462: error: 'SavedValuesStruct' has no member named 'Kp_Id'
ACControlBoardDebugging.c:1463: error: 'SavedValuesStruct' has no member named 'Ki_Id'
ACControlBoardDebugging.c:1464: error: 'SavedValuesStruct' has no member named 'Kp_Iq'
ACControlBoardDebugging.c:1465: error: 'SavedValuesStruct' has no member named 'Ki_Iq'
thanks
__________________
Los que dicen que es imposible, no deberían molestar a los que lo están intentando...
  Reply With Quote