10-28-2022 04:46 AM
Im trying to connect to VWR balance using visa. Its works just fine in C# but when I try to convert the code to LabVIEW its does not work
The c# setup is:
port= new SerialPort("COM4",9600, Parity.Odd,8);
port.DtrEnable = true;
port.RtsEnable = true;
port.Handshake = Handshake.XOnXOff;
in LabVIEW :
Any suggestions?
10-28-2022 04:55 AM
Hi Michael,
@Michael.Koppelgaard wrote:
Any suggestions?
Please explain what exactly "does not work"…
10-28-2022 05:21 AM
I'm noget getting any data from the VISA READ buffer
10-28-2022 06:05 AM
Any error on the error cluster?
Do you get something if the lenght if 1 instead of 100?
10-31-2022 02:49 AM
No error on the error-cluster. And I can’t explain why but now it works😊
10-31-2022 03:40 AM - edited 10-31-2022 03:41 AM
Also show the C# code that actually sends the command, and enable the "Display Style" glyph on the string constant in LabVIEW if you really have to post an image/snippet, or post the VI instead, preferably backsaved to LabVIEW 2018 or similar.