LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview with mplab REALICE

hello all,
i am not sure if i am posting the question in the right place. please excuse me if not. i am new to labview and my application involves communication between MPLAB REALICE programmer and Labview. is it possible for me to do so? one of the threads in the discussion forum speaks about PM3. but i am interested in REALICE. can anybody please guide me in this regard?
0 Kudos
Message 1 of 2
(2,896 Views)
First thing you need to find out is if REALICE even has a way to communicate
with other programs.

If it can communicate through: DDE, OLE, TCP/IP, COM, a DLL, command line,
memory mapping (perhaps some other protocols I forgot) then you can probably
use LabVIEW to talk to it. It helps if there is documentation for this
interface.

If not, you can still make it work, but it will be very difficult. It would
be very difficult to do from any language, not just LabVIEW.

So, find out how you should talk to it, and we can answer if you can use
LabVIEW.

Regards,

Wiebe.


0 Kudos
Message 2 of 2
(2,876 Views)