06-05-2013 12:31 AM
Hi, buddys!
I'm trying to bring two waveforms into Multisim by means of project provided by Patrick Noonan here:
I added in Patrick's Simple Output Instrument.vit another waveform and connected it to one more terminal added. The project builds and the new instrument adds to Multisim just fine.
The thing is that only one waveform is "working" while the other one (another output) is always zero in multisim. Though both are non-zero in correspondance with front panel.
How to make one more waveform "work"?
LabVIEW 2012
Multisim 12.0
06-13-2013 10:48 AM
Hi JungleBoy,
If you modified LabVIEW code from Pat's example, can you post your code?
06-14-2013 03:05 AM
Hi, Tien.
Give me couple of days. I will post the code.
Thanks!
06-14-2013 05:17 AM
Here they are (what is modified):
06-17-2013 06:48 PM
06-18-2013 02:18 AM - edited 06-18-2013 02:19 AM
Thanks!
You mean here one more waveform to combine?
06-18-2013 08:37 AM - edited 06-18-2013 08:37 AM
Yes - see below...
You combine single element wfms into a 1D array (if you have 3, you'd combine 3 and so on). This gets placed into the 'wfm data' element of the communication cluster and the cluster gets sent to Multisim via the Notifier VI.
Regards,
Pat N
06-19-2013 01:07 AM
Thanks! Will try it out ASAP and report the result.
06-26-2013 02:15 AM
Did that.
Still, NO signal on the second wire.
What's to be changed?
07-05-2013 05:58 AM
Anyone?