VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

J1939 Addon

Hi,

is there possibility to write Simulated parameters of J1939 from 2 different sources! Actually, I have J1939 Customs Device in NI VeriStand in that some Parameters or massages are links with outputs of Simulink module. for the diagnostics testing I need to override some parameters

Please let me know if any solution on this.

0 Kudos
Message 1 of 4
(1,208 Views)

What kind of parameters you would like to override? Can you give some examples?

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 4
(1,195 Views)

Parameters means CAN massage for example I have an address of 0x5A with name speed. this address is, connected to simulated model output in VeriStand, but I want to write value to Speed(0x5A) other than model output 

0 Kudos
Message 3 of 4
(1,161 Views)

You would need to implement the override checking logic, either in that model, or another model that acts as a gatekeeper. For example, as shown in the VI below.

ZYOng_0-1678237484913.png

 

J1939 custom device only exposes the override feature for the protection and counter channels. However. those channels generate their own value instead of receive value from another channel, when not being overridden.

 

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 4 of 4
(1,156 Views)