09-14-2023 05:49 AM
Hello,
Iam trying to get the data from an instrument (power unit) through USB. Iam using the following invoke node. But I have the return "(Value-> array (non displayable) ". Also, if Iam using the method GetBufferData ASCII, I get unreadable data when I write to a csv file.
How could I progress with this?
Thank you,
Pierre
09-14-2023 06:06 AM
Hi Pierre,
@labfun wrote:
How could I progress with this?
I guess this is what you are talking about!?
You should convert the variant from that ActiveX node to a usable datatype. The manual (or the customer support of the manufacturer) should be able to tell you which datatype to expect…
Variant can contain any data, you need to know the formatting/datatype.
09-14-2023 09:24 AM
Hello,
Thank you, I see.
But in the case of "GetBufferData ASCIIData" node, I would think that ASCII was already a standard format.
Iam going to contact de manufacturer..
Pierre