Author Topic: PVED-CX Valve  (Read 7515 times)

Gregor

  • Guest
PVED-CX Valve
« on: March 12, 2013, 08:52:41 AM »
Has Anyone an Idea, how to set up a can message to control one of these PVED-CX ( Can open ) Actuators?
A custome likes to use this kind of PVE, and i never had seen one of these.

Regards Gregor

Offline Neil

  • PLUS+1 Expert
  • ****
  • Posts: 96
  • Karma: +2/-0
Re: PVED-CX Valve
« Reply #1 on: March 12, 2013, 06:54:19 PM »
Hi Gregor.

I have used the CX, they go well.
Search for the technical document 11070179 in the Sauer Danfoss website.

regards Neil

andrzey13

  • Guest
Re: PVED-CX Valve
« Reply #2 on: March 20, 2013, 02:35:47 PM »
Hello,

I have got the PVED-CX on my table (there are 4 sections with CAN),
I konw ID's: 16, 17, 18, 19 (in hex 10, 11, 12, 13)

All the sections shine on orange which mean critical fault.
I think that there is a command to run them but i do not know what command.

I think that frame sending on CAN should look like this:
610 xx xx xx xx xx xx xx xx   - command for ID=16
611 xx xx xx xx xx xx xx xx   - command for ID=17
...

Does enyone know how to fix it?

Offline Neil

  • PLUS+1 Expert
  • ****
  • Posts: 96
  • Karma: +2/-0
Re: PVED-CX Valve
« Reply #3 on: March 20, 2013, 08:04:23 PM »
Hi Andrzey13.

The orange LED reports 2 states.
10 Hz
Module has found fault on neighbor and has reported error code 0x8309, 0x830A
or 0x8308. Neighbor reporting by LED has precedence over self reporting by LED.
This is also happening by missing neighbor.
Orange 1 Hz
Initialization of EEPROM after firmware download has ended.
If the initialization process was not finalized before power off the process will
restart at next boot up and then blink by finalization.


You should see a boot up message from the PVED-CX's on power up as Id710,711,712,713 etc.
They also report their error states, suggest you connect via CANking and view the situation, example below.


0    00000712         1  00                                                     19557.617180 R
0    00000092         8  12  34  05  02  00  00  00  10                      19557.589090 R
0    00000092         8  32  52  25  1B  00  00  00  20                     19557.574750 R
0    00000092         8  08  83  A5  1B  00  00  00  20                    19557.564260 R
0    00000092         8  09  83  A5  1B  00  00  00  20                    19557.554020 R
0    00000092         8  04  80  A5  1B  00  00  00  10                    19557.543780 R
0    00000000         2  01  12                                             19392.766430 T
0    00000612         8  40  17  10  00  00  00  00  00                     19364.925280 T
0    00000592         8  4B  17  10  00  00  00  00  00                     19364.921820 R
0    00000612         8  23  17  10  00  64  00  00  00                     19334.733730 T
0    00000592         8  80  17  10  00  12  00  07  06                     19334.727460 R
0    00000612         8  40  17  10  00  00  00  00  00                     19319.046240 T
0    00000592         8  4B  17  10  00  00  00  00  00                     19319.036830 R

regards Neil

andrzey13

  • Guest
Re: PVED-CX Valve
« Reply #4 on: March 21, 2013, 09:25:54 AM »
Hi Neil,

Thanks for fast answer.

That is correct what you wrote about blinking orange LED.

In my case there is still shining orange LED, which means fault critical or severe (on page 37 in manual)

As I red the manual, I think that my commands transmite on CAN should look like this:

(page 56 in manual)

000 2 01 10
610 8 22 40 60 00 09 00 00 00    - cyklic 20ms
610 8 22 40 60 00 0B 00 00 00    - cyklic 20ms
610 8 22 42 60 00 01 00 00 00    - cyklic 20ms
610 8 22 40 60 00 0F 00 00 00    - cyklic 20ms

then

000 2 01 00
310 3 09 00 01    - cyklic 10ms
310 3 0B 00 01    - cyklic 10ms
310 3 0F 00 01    - cyklic 10ms

then (page 57 in manual)

210 8  00 00 00 00 00 00 00 00 
080 0

Will you agree with me, Neil?
I will check this for few hours and write what happen.

andrzey13

  • Guest
Re: PVED-CX Valve
« Reply #5 on: March 21, 2013, 02:12:20 PM »
It looks to be working - I have got green LED's.

But now, is it possible to not send these commands all the time after power off/on?
And what command use to set position of spool - for example I want to maximum flow oil by one section using CAN command.

andrzey13

  • Guest
Re: PVED-CX Valve
« Reply #6 on: April 12, 2013, 09:32:19 AM »
Below is solution of my problems.

These are commands to run the valve PVED-CX

710 1 00
000 2 01 00
080 0                                                   - cyclic 10ms
310 3 09 00 01
310 3 0B 00 01
310 3 0F 00 01

210 8 7F 00 00 00 00 00 00 00               - cyclic 10ms (7F means that spool of first sectio is opend to maximum)