01-15-2015 02:36 AM
Hello to all,
I am working with the Melexis LIN Master and I am sending some messages to this device using dedicated software. The LIN Master communicates with the MLX80105E controller.
However, I would like to use this device together with LabView. Has anyone tried this?
I know that Melexis have developed some PSF (Product Specific Functions) where each type of controller corresponds to a certain LabView library of Active X Objects. So in Labview you are loading these PSFs for the controller that you are using. This is all I know so far.
I am looking for some example programs or some advice if possible!
Thanks, have a nice day!
01-15-2015 06:00 PM
Hi Raul
This is just a suggestion, but have you tried contacting Melexis since they are who developed metioned PSF?
01-19-2015 01:39 AM
Hello Miro,
Yes I have asked Melexis for support.
For the moment I am still waiting for an account to access their server and look for the PSF packages.
I thought I may find someone who has already tackled this issue. I will come back once I have downloaded the library.
Thanks and have a nice day!
03-23-2015 02:59 AM
Hello,
I have resolved this application and it works. If anyone is interested in the solution please let me know. There is a lot of info to be written and I will do this if there is specific interest.
Have a nice day 🙂
04-27-2015 03:20 PM
Hi,
I am trying to develop the program to talk to Melexis USB Lin Master. Would you please share your information.
Thanks,
Allen
04-28-2015 01:56 AM
Hello,
I have received from Melexis the possibility to access their server and download some libraries which can be called from LabView. As a rule you can use Invoke Nodes and Property Nodes to select the methods/properties you want to use.
I have attached two VIs which I have used to detect the connection with the Lin Master.
Let me know if they work for you. It is possible that this could be done in another manner but for me this works.
Have a nice day!
11-06-2015 07:11 AM
Hi
Thanks for your post.
I'm usually work with can communication using vector hardware, but now i need to implement LIN communication with a baud rate higher (ex. 60K) than the one offered from vector hardware.
So i'm looking for some hardware with labview dll that fit my requirements.
Do you know if this hardware have labview dll and if can i set that baud rate higher that the usual one?
Thanks in advance Nino
11-09-2015
04:59 PM
- last edited on
11-15-2024
04:32 PM
by
Content Cleaner
Hi Antonino27,
The NI-XNET driver allows you to communicate several protocols including LIN. The following white papers describes the basic usage of this driver:
https://www.ni.com/docs/en-US/bundle/ni-xnet/page/getting-started-labview-api.html
Are you also looking to puchase new NI hardware to do this? If so, I can put you in contact with a sales representative.
Regards,
Kevin
Applications Engineer
National Instruments
11-30-2018 04:42 AM
Hello,
I'm also trying to control the melexis with labview, for LIN, you've achieved to send and receive frames?
01-31-2019 09:22 AM - edited 01-31-2019 09:26 AM
I see that your attached vi's are the same as melexis add as examples, I always get the error Exception occured in MPT.MLXLINPSFDevice: Generic (unspecified) error in ScanforLINMaster(SubVI).vi, do you know how to solve this I can get communication with the MPTApp, but trying with the labview code or the Excel VBA scrip, returns the Ative X object can't be created.