plot call on dataObject throws exception

Issue #92 resolved
Former user created an issue

Attempting to plot a dataObject filled in by the niDAQmx plugin causes an exception. To ensure this had nothing to do with the niDAQmx plugin, I created an empty object and passed it to plot. This also resulted in an exception. (see attachment) For the record, I am running the version of itom that is compiled from the itom source repository and with the latest commit 250e3d703b4a2831da80e3ad310023e65b0225bb of July 31, 2019.

Comments (4)

  1. Dan Nessett

    I forgot to mention that this occurred on itom on Windows 8. On Linux, the plot succeeds without throwing an exception.

  2. M. Gronle

    Can anybody reproduce this error? I am not able to do this on Windows 10 or Windows 7. Dan, does this error also occur for a dataObject of another type, e.g. uint8?

  3. Dan Nessett

    Yes, the same error occurs for unit8. I don’t know if this is useful, but after the first line (line 11) appears, the remainder of the error text (lines 12-14) appears only after several seconds delay.

  4. Log in to comment