Recent Posts

Pages: 1 ... 8 9 [10]
91
PLUS+1 Compliant Hardware / Re: Joystick JS6000 address problem
« Last post by macbahi on January 16, 2023, 02:44:29 PM »
Hello Sir Acmall,

It's done. I was very easy.  Thank you very much.

Now I know my error.  I opened your file with Plus+1 guide viewer to have idea about your program.  I was see the program and it was not easy to understand.

But after your last message I opened it with service tools.  I found it easy and It's done.  Sorry for confuse.

Thank you very much for all help

With best regards
92
General controls / Set Pulse by Service tool
« Last post by Camox on January 16, 2023, 11:25:02 AM »
Hello,
I need to sent a true message for example clear the buffer of diagnostic message.
I use the Set Pulse :


But, in service tool, if I search for the parameters in a new parameter page, the Set Pulse is not visible.

I must be wrong somewhere.
93
PLUS+1 Compliant Hardware / Re: Joystick JS6000 address problem
« Last post by acmall on January 16, 2023, 09:15:54 AM »
If you connect to the system with the joystick and open the example I sent you in the Service Tool you should see a parameter (ID.Node.SeverAddr) with the address of your joystick (0x34). Change this to 0x33, click the write parameter icon or press F4 to write the new address to the joystick. Cycle the power to the joystick and it should have the new address. To see the change in the service tool you may need to press F8 to scan the system after cycling the power.

The parameter page in the example has two parameters set up. Both are for ID.Node.ServerAddr. The reason for having the two is just for ease of use when changing from one source address to another. One is for 0x33 (0,51) the other for 0x34 (0,52)  Only one will show at a time depending on what the joystick address is set to. You may get a replace missing ECU message when opening the file, if so just click cancel.

 
94
PLUS+1 Compliant Hardware / Re: Joystick JS6000 address problem
« Last post by macbahi on January 13, 2023, 03:31:04 PM »
Hello Acmall.

Thank you very much.  Yes sir I am agree with you maybe it will more easy to use service tolls.
But my problem is I am not an expert and in addition it's my first time that I use CAN joystick.
Honestly I don't know how to use it.  So please could you send more information and comments regarding your service-tools example program.

Thanks in advance for your patience and help.

With best regards
95
Code sharing / Re: J1939 Receiving Large Message (EC, FEE3)
« Last post by AlbertMilani on January 13, 2023, 02:44:40 PM »
I tried the same code from that other topic: PGN 65259 SPN 588 but I'm not seeing any attempts from the engine to send the info.  On the CAN monitor, I see my request which is similar to another request I'm making for a simple PGN that is working but the engine seems to be making no attempt to respond to the request for the large message - I don't see any EB00 packets:

Here's my request where I see it working for the simple PGN; note that I tried a different PGN, FEE3 since FEEB, 65259 wasn't working:
Code: [Select]
0    18EA002C X       3  E5  FE  00                              6.484 R
0    18EA002C X       3  E3  FE  00                              6.500 R
 ...
0    18FEE500 X       8  63  00  00  00  FF  FF  FF  FF          6.515 R

After my request for the large message PGN, should I see something like this on the CAN bus?:
Code: [Select]
0    1CEB002C X       8  01  XX  XX  ...

Thanks,
Albert

P.S.: This is not working for two different engines.
96
PLUS+1 Compliant Hardware / Re: Joystick JS6000 address problem
« Last post by acmall on January 13, 2023, 09:10:35 AM »
Here is a link to the manual: -
https://assets.danfoss.com/documents/53618/BC152886483634en-001205.pdf

FYI you can find all the documentation by searching for the model number on the Danfoss website: -
https://www.danfoss.com/en/about-danfoss/our-businesses/power-solutions/

Using the Service Tool should be easier than having to create a specific message in CANking
97
PLUS+1 Compliant Hardware / Re: Using Sensor_3Pt with Joystick JS6000
« Last post by G30RG3 on January 13, 2023, 08:41:33 AM »
Fault % = 500 means 5% or 0.05
Hi/Lo DBand % 1000 means 10% or 0.1
Mid DBand % 1000 means 10% or 0.1
Hi Cal % 9000 means 90% or 0.9
Mid Cal % 5000 means 50% or 0.5
Lo Cal % 1000 means 10% or 0.1
Formulas are correct:
High DBand starts = SNSRPWR x (HiCal% - HiDBand*(HiCal%-LoCal%)) =
5000 x (0.9 - 0.1 * ( 0.9 - 0.1)) = 5000 x (0.9 - 0.1 ( 0.8 )) = 5000 ( 0.9 - 0.08 ) = 5000 ( 0.82 ) = 4100
Middle DBand starts SNSRPWR x (MidCal% - MidDBand*(MidCal%-LoCal%)) = 
5000 x (0.5 - 0.1 * ( 0.5 - 0.1)) = 5000 x (0.5 - 0.1 ( 0.4 )) = 5000 ( 0.5 - 0.04 ) = 5000 ( 0.46 ) = 2300
Middle DBand Ends SNSRPWR x (MidCal% + MidDBand*(HiCal%-MidCal%)) = 
5000 x (0.5 + 0.1 * ( 0.9 - 0.5)) = 5000 x (0.5 + 0.1 ( 0.4 )) = 5000 ( 0.5 + 0.04 ) = 5000 ( 0.54 ) = 2700
Low DBand starts = SNSRPWR x (LoCal% - LoDBand*(HiCal%-LoCal%)) =
5000 x (0.1 + 0.1 * ( 0.9 - 0.1)) = 5000 x (0.1 + 0.1 ( 0.8 )) = 5000 ( 0.1 + 0.08 ) = 5000 ( 0.18 ) = 900
98
PLUS+1 Compliant Hardware / Using Sensor_3Pt with Joystick JS6000
« Last post by macbahi on January 13, 2023, 12:36:33 AM »
Hello,

I use Joystick JS6000 was showing in topis https://www.plus1forum.danfoss.com/index.php?topic=1667.msg5580#msg5580.

Joystick is connect to sensor_3Pt.  The Program is working good but I have problem with sensor_3Pt calculation as shown in photo. There are some mistake in manual.

So I want to understand those formulas in order to configured my sensor_3Pt.

Please could you correct the mistake and give us a calculation example as in manual but with more detail and correct.

Thanks in advance you help

With best regards
99
PLUS+1 Compliant Hardware / Re: Joystick JS6000 address problem
« Last post by macbahi on January 12, 2023, 07:55:50 PM »
Hell Acmall,

Thank you very much for your p1d example.  Really it's not easy for me.

Please could you give me joystick JS6000 CAN documentation?  I will try to use CANking to change the address.

In the pass I was changed encoder address and also MTS temposonics regle using CANking.

I think it's will be more easy for me to do that.

Thanks
With best regards


100
PLUS+1 Compliant Hardware / Re: Joystick JS6000 address problem
« Last post by acmall on January 12, 2023, 02:56:36 PM »
See example attached, after changing the address cycle the power.
Pages: 1 ... 8 9 [10]