LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PIC24_starterkit and LABVIEW driver wizard

Hi,reading the forum I saw that there is NI wizard to allow communication with USB third part like my PIC24 starter kit board.

 

So I created my USB driver and I correctly have my board recognized from my Windows XP in Devices Managments when I attach the board to the PC. The Problem is that My MAX cant recognize the Board in devices interfaces tree so I cant communicate with it to send simple data byte.

 

I already have a Driver in Visual C++ and it uses Windows API to communicate with my board. The problem is that I dont want to create DLL from this piece of code to make Labview interfacing with it because NI Wizard driver should sit for this purpose.

 

Did anyone face this problem, Why My XP recognized the board and The MAx doesnt do it so i cant use VISA library?

Hope an help

0 Kudos
Message 1 of 3
(2,370 Views)

Hello NICOLESKY,

 

Have you tried creating this device in MAX? You can create the device by going Devices and Interfaces --> Create New. Does it show up in the list of hardware?

Once you create your device in MAX, you must create a task for the device. Please refer to the Getting Started with NI-DAQmx: Measurement & Automation Explorer (MAX) Functionality tutorial (linked below). This explains how to create a task for a device.

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGfDCAW&l=en-US

 

Let me know if it works for you!

Antonios
0 Kudos
Message 2 of 3
(2,340 Views)

Hello NICOLESKY,

 

Have you tried creating this device in MAX? You can create the device by going Devices and Interfaces --> Create New. Does it show up in the list of hardware?

Once you create your device in MAX, you must create a task for the device. Please refer to the Getting Started with NI-DAQmx: Measurement & Automation Explorer (MAX) Functionality tutorial (linked below). This explains how to create a task for a device.

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGfDCAW&l=en-US

 

Let me know if it works for you!

Antonios
0 Kudos
Message 3 of 3
(2,339 Views)