Title: ASDL and Excel plugin Post by: Tom on March 05, 2020, 08:01:48 AM I am currently using the ASDL and RS232 ActiveX to read a sequence of voltages from a mV meter and to parse the received data into an excel spreadsheet. I use 'current active cell' and the 'move' option to place the data. The length of the sequence is variable and the data collection automatically stops when a predefined condition is met. This all works on the first run.
Before starting a new measurement sequence, I reset the active cell in the excel worksheet. However, it appears that this reset is not registered by the ASDL. The new sequence is added on to the previous one. I have disabled the option for 'saving last write position'. Also tried pausing and restarting the serial port. I am still working with the trial version of the most current versions of the ASDL and RS232 ActiveX. Title: Re: ASDL and Excel plugin Post by: Arthur Grasin on March 06, 2020, 07:27:09 AM Hello Tom.
If you use ActiveX, then you process data in your code. If you use our Direct Excel Direction plugin, you do not need ActiveX. |