LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA Read Timeout Error (-1073807339) with Axetris MFC-2252 (RS-485 Full-Duplex)

chabazite_0-1762954303259.png

Hi everyone,

I am trying to control an Axetris MFC 2252 using a 4-wire (Full-Duplex) RS-485 connection in LabVIEW. I believe I am building my command strings correctly, but my VISA Read function always times out (Error -1073807339).

This timeout error suggests the MFC is not responding to my commands, and I'm struggling to find the problem.

0 Kudos
Message 1 of 15
(185 Views)

@chabazite wrote:
I believe I am building my command strings correctly,.

Then show us what you are doing and how. Do you include the correct termination character, for example?

What other troubleshooting did you do?

0 Kudos
Message 2 of 15
(153 Views)

Please attach your vi (preferably LabVIEW <= 2021).

Another question is: do you receive any character from the instrument?

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 3 of 15
(137 Views)
 

unnamed.pngI am actually new in labview, may be I am wrong i didnt build correctly. But in picture you can see that I set everything as mentioned in mfc protocol which i attached it as well. In the code i wanted to just set new mass flow but it gives error in read function

0 Kudos
Message 4 of 15
(115 Views)

In general, we prefer actual code (the VI!) over pictures!

 

Since you don't show the radix, we cannot tell the formatting of your diagram constant (decimal or hex?). The x62 would be d98 in decimal format.

 

altenbach_0-1763048612232.png

 

 

Are you really doing a division by zero here?

 

altenbach_0-1763047525901.png

 

0 Kudos
Message 5 of 15
(108 Views)

You should also disable the Termination Character in the setup of the VISA. 

dkfire_0-1763051391918.png

 

0 Kudos
Message 6 of 15
(90 Views)

As a very first debugging step, place a string indicator here and set it to hex display. What does it show?

altenbach_0-1763058920009.png

 

0 Kudos
Message 7 of 15
(78 Views)

I attached .vi as well. you can check it. Regarding divison by zero, I could not acces .vi yesterday, that is why i had only this picture.

0 Kudos
Message 8 of 15
(58 Views)

 


@chabazite  ha scritto:

I attached .vi as well. you can check it. Regarding divison by zero, I could not acces .vi yesterday, that is why i had only this picture.



Many people here, including me, don't have a recent version of LabVIEW. Can you Save For Previous.. to an earlier version (<= LV2021)?

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 9 of 15
(54 Views)
0 Kudos
Message 10 of 15
(39 Views)