12-19-2009 11:05 PM
Well i want to input data from RS232 which is changed externally by an ADC using Atmel 8051 microcontroller and want this data to be presented in Multisim to perform some analog data signal processing...
I am able to get data from Labview
And have installed the Labview Multisim connectivity toolkit, along with examples... but the examples show the data geneated from Multisim and then presented to Labview
I want the opposite..
Data from RS232 -> Multisim -> Labview..
12-22-2009 10:31 AM
Hello,
Here are two suggestions:
The second suggestion is the use of a LabVIEW Instrument for Multisim. The basic idea here is to create an instrument that inputs signals (for example: from the serial port) to a Multisim schematic. Have in mind that continuous updates will not happen in real-time due to the nature of the SPICE simulation.
Here is a good tutorial on how to create these instruments:
How to Create a LabVIEW Based Virtual Instrument for NI Multisim
I hope this helps.