Post Go back to editing

AD6684 & ADS7-V2EBZ software interface

Category: Software
Product Number: AD6684, ADS7-V2EBZ
Software Version: Visual analog

HI,

I am getting data by ADS7-V2EBZ to get analog signal of AD6684. I am using visual analog and ACE software by referring to the user guide.

By the way, I want to check the sample or fft data obtained by visual analog in real time, so I want to use labview or matlab.

Is there a way to see the data in real time through labview or matlab?

I downloaded a demo of labview of ace remote control, so if I can see real-time data with this, is there a demo video that I can refer to?

Thanks.



Added product number tags.
[edited by: emassa at 8:35 PM (GMT -5) on 7 Dec 2022]
  •   can you please help answer this customer's question?

  • Hi,

    It is possible to remotely control ACE in various scriptable languages, we have been putting together some examples in Python that might be referenced for a Matlab example. I can add these to this article or a wiki page when they are available, likely sometime next week to try and get you started.

    In the meantime, you could try yourself in the ACE GUI by opening the Script Manager tool and clicking the Record button, select ACE transactions and then run a capture in the ACE GUI. Stop recording and save this script in ACE. You can use this macro script to generate Python code to remove some of the boiler plate etc. There is a .chm file included with ACE you can view from the Help Tool to see what other commands are available as well.

    If that doesn't get you up and running I will still add the examples or a link to them when we have them completed.

    Eoin

  • Thank you for your reply.

    But, i don't know what to do after saving the macro script using ace.

    Is there an example where I can see the analog signal of AD6684 in real time?