PLUS+1 User Forum

PLUS+1 Hardware => PLUS+1 Compliant Hardware => Topic started by: dainbramage on August 04, 2015, 05:20:04 PM

Title: PVED-CC
Post by: dainbramage on August 04, 2015, 05:20:04 PM
Hi guys, I have been trying to get a program to run a PVED-CC using a js6000 joystick and an mc050-010 microcontroller, but I keep getting an error from the PVED-CC that the AVC is timing out. Essentially I have the x-axis of the joystick value and y axis value tied to nodes 132 and 133. For example if my joystick went to the top halfway it would give me a value of 5000 which would transmit a can message to ID 0x0CFE3403 of 0x7D000100 to extend the valve flow at 50%. My node ID for the microcontroller is 3. Am I missing something here? Thank you for the help.
Title: Re: PVED-CC
Post by: FStelzer on August 04, 2015, 06:26:56 PM
Look at your Oem Parameter AVC Time out (AVCTO).
I think the default value is 0 and so you get the error.
Change this parameter to a value, which is higher than your AVC sending time from your program.
Title: Re: PVED-CC
Post by: dainbramage on August 07, 2015, 04:14:24 PM
I did find the problem. It was my joystick addressing was at 33 and I designated it to 0x33. Thank you for your help.