LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tyracont VD14-4 channel controller for vacuum transducers

Solved!
Go to solution

Hello,

I am trying to connect to a Thyracont VD14 4-channel vacuum controller (VCL Smartline), but I’m not getting any response from the device when running my LabVIEW VI (attached).

Could you please advise what might be wrong?

Thank you,
Chispi

Download All
0 Kudos
Message 1 of 5
(131 Views)
Solution
Accepted by chispi23

"Experienced" LabVIEW users (meaning those who've used LabVIEW for >5 years) might not be using the "latest" version, hence cannot open your ReadPressure.vi saved with LabVIEW 2025.  Open your VI and choose "Save for Previous Version" and choose, say, LabVIEW 2021.

 

Bob Schor

0 Kudos
Message 2 of 5
(77 Views)

Hello Bob, 

 

Thanks a lot for taking the time to check the .vi and sorry for the inconveniences. 

 

I think i have now uploaded the version you were mentioning. 

 

regards, 

 

Chispi

0 Kudos
Message 3 of 5
(69 Views)
Solution
Accepted by chispi23

Hi chispi,

 


@chispi23 wrote:

Could you please advise what might be wrong?


I guess your checksum calculation is wrong!

 

One example in the manual is "0010MV00D\r", while you send "0010M100D\r". Did you (re)calculate the checksum as described in the manual (chapter 2.6)???

 

There are surely better ways to parse the device response instead of searching for some alphanumeric chars…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(50 Views)

Hi GerdW, 

 

Thanks a lot for your help. It does work with your recommendations. I guess i should check the checksum. 

 

I am quite new, following your recomendations i have implemented a different ways to parse the devise response, i have used

-  String Subset

and 

- Scan From String. 

 

Best regards, 

Chispi

0 Kudos
Message 5 of 5
(38 Views)