Page 1 of 1

PIC 18F458 CAN BUS

Posted: Sun Dec 19, 2010 9:39 pm
by PUTS_JO
Best CAN users or canOpen users,
I am trying to connect some bosch SB23 hydraulic valves to my ucontroller pic 18f458.
I know that the bosch valve is working with can iso 11898.
By looking at the internet it is a canOpen controlled valve.
Has somebody already have more experience with canopen.?
somebody at internet has written in a document that i also have to download an object library of can 2.0 with pod and first start in the pre operational can mode.
does somebody know more of this standard canopen??
thanks in advance
puts johan
belgium

Re: PIC 18F458 CAN BUS

Posted: Mon Dec 20, 2010 11:46 am
by Benj
Hello Johan,

I've never used CANopen but I am assuming it is simply a protocol that is stuck ontop of the standard CAN messaging system. You should be able to hack your way in by following the standard message formats used in CANopen and replicating these with Flowcode component macro calls.

Re: PIC 18F458 CAN BUS

Posted: Mon Dec 20, 2010 9:25 pm
by PUTS_JO
Benj wrote:Hello Johan,

I've never used CANopen but I am assuming it is simply a protocol that is stuck ontop of the standard CAN messaging system. You should be able to hack your way in by following the standard message formats used in CANopen and replicating these with Flowcode component macro calls.

Re: PIC 18F458 CAN BUS

Posted: Tue Dec 21, 2010 9:19 am
by Benj
Hello,

Looking a bit deeper it looks like CAN open is just a way of defining what the information in the message ID and data bytes is assigned to.

http://en.wikipedia.org/wiki/CANopen

The page above has some good information.