12-07-2020 12:39 PM
The ECU have two ports CAN. It works in the second port
12-07-2020 01:39 PM
Now I can read values of measurements ( using MC DAQ Initialise and MC DAQ Read), but some values are wrong ( value does not match the expected value). So I use specified address of measurement and Upload.vi to get value, always the some problem (I have the same result as method 1)
Is there any explications ?
Thanks
12-08-2020 07:23 AM
Do you have your vi setup with two separate threads for talking to the two ports?
> Open Port 1 > Send Msg to port 1 > Read Response from Port 1 > Close Port 1
> Open Port 2 > Send Msg to Port 2 > Read Response from Port 2 > Close Port 2
The port you open must be the port you Command/Read. The hardware & software do allow for both ports to be active simultaneously.