Case CVX175 over CANBUS

Hi, ok i use pcb v4.2 Which ino have you installed on the board, there is the Commonrail ino by the installer from lanselot and there are some canbus ino’s on the AGHARDWARE boards github site ?

“CommonRail’s CANBUS (adapted for all-in-one board)”

I have tested with the pcb 4.2 with adapted for all in one boards ino on the NH T7. the steering works well at first test now i am building te system on the tractor. Only one thing, aio does not react on the steer button on the drive joystick. Is it sure that the signal comes over the V-bus ? Is it possible that the id in the ino is differend ?

The engage should work via the one CANBUS, I only added that code to the code a few months ago. What code have you got? It’s possible hex files are old.

The AgHardware is the one that has this update

We have the code from aghardware installed.

//Engage Message
if (VBusReceiveData.id == 0x18FFBB03)
{
if (bitRead(VBusReceiveData.buf[0], 2))
{
Time = millis();
#ifdef isAllInOneBoard
digitalWrite(AUTOSTEER_ACTIVE_LED, HIGH);
digitalWrite(AUTOSTEER_STANDBY_LED, LOW);
#else
digitalWrite(engageLED, HIGH);
#endif
engageCAN = 1;
relayTime = ((millis() + 1000));
}
}

    }//End Brand == 2

This code is in it…

With “the one canbus”. You mean the green one behind the seat ?

Hi, i am the same configuration with a NH tractor T6, but i have not Can ready led activity…
the WAS send the position on AOG, but, the steer is never engage…
I am programming the Teensy with kex files… is it possible that the raison don’t work?

And is it possible to use your PCB without GPS and BNO on your board?
Thanks in advance

@andyinv in The valve config. (HH) menu. Did you set both ch1 and ch2 to yes

Ch1 (osped)
Ch2 nav controller pressent

Should both be yes or What settings did you use ?

Did you find The engage button in The joystick via the can in The dianostic ? What id did you find ?

After This i Will try do a spole and angle sensor calibration

1 Like

Hi I’ve got an auto steer ready puma 140. Is it going to be possible to use agopen, or am I better off buying a case gps. I’ve attached a couple of photos of the steering valves.

Looks to me like standard vickens valve. So pwm from pcb to valve for steering. Should be simple.

Just need angle sensor signal pin and your ready to go.

Someone here will know more i think.

Good luck on your project.

2 Likes

Could you post a photo of the connectors for autosteer, they are under the passenger seat at your left window.
There are posts both on case and other CNH tractors. This is one! Case IH Puma 230, autosteer ready

3 Likes

Here are the connectors, looks similar to below.



Connectors look like the analog system as the Puma fivefinnishfarmers did AOG for.

1 Like

Hi @andyinv, where did you source this diagram? Thanks

Just tidied up from someone else’s notes on here, and added my own bits about relays etc, from @FiveFinnishFarmers I think

Thanks, very helpful

Hi,

You don’t cut wire 3168?

Cable 3168 is so that the valve relays have power, I seem to remember, I cut it and gave it power so that when the button on the rear column is activated the right and left valves work

Which pins would go to a Danfoss valve from the DRC22-40P plug?

Hello I’m trying my first test on an NH T7 245, When i enable the autosteer in console button it appears this on intelliview IV screens, but the steering doesnt work. Is there any trick ? Thank you.
SteerIso Im trying project 1 with arduino board , same it is working on a CASE tractor quite simmilar.