Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Communication to Vötsch oven

If so, you have to use the "$xxE" command. Take care about its format :

  • 7 "0000.0" settings
  • 32 digital outputs (start in second place)

 

0 Kudos
Message 11 of 25
(4,862 Views)

Hello JB, thank you for your answer!

 

That is precisely what I want to do. I want to make a LabVIEW VI which sets the chamber at a certain temperature and starts it.

The temperature setting was easy using the $xxE-command, but to start the chamber has shown to be harder. 🙂

 

When I send the $xxE-command with startbit=1 the chamber answers with "0" and the seven "xxxx.x" settings values are stored in the chamber as I can read them with the $xxI-command.

However, the chamber still doesn't start. I have tried different settings in the temperature and humidity regulation in the digital outputs but it hasn't made a difference.

 

After a $xxE-command with startbit=1, the startbit in a following $xxI-command is still 0. So it seems that the chamber accepts everything but the start bit? 

The other digital outputs are read back correctly by the chamber.

0 Kudos
Message 12 of 25
(4,849 Views)

Please contact the support of Vötsch Oven (now it is supported by Weiss Technik in Gemany)

https://www.weiss-technik.com/de/service/umweltsimulation-und-waermetechnik/support/

 

And the let us now what the solution is.

 

Thanks an BR

E.Wiebe

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 13 of 25
(4,847 Views)

In a previous message, you wrote that you send $00E050.0 000.0 000011001 00 100 2 0 <CR>.

According to the documentation, this command is incomplete.

0 Kudos
Message 14 of 25
(4,837 Views)

I contacted Weiss Technik in the link you gave EWiebe, and they were very helpful. They sent a more complete communications protocol for the HC4120-chamber which had more digital outputs than was documented in my papers. When I followed that protocol, the chamber worked. It also contained some more commands that I had not seen before. The protocol is attached to this post.

 

JB, that command was a test to comply with the documentation that EWiebe supplied.

The strings I sent before were from the document I attached to a previous post, something like:

$00E 0050.0 000.0 000.0 000.0 000.0 000.0 0100.0 0101000000000000

And the new protocol is:

$00E 0050.0 000.0 000.0 000.0 000.0 000.0 0100.0 010100000000000000000000

 

I think this was the problem, at least the chamber works now.

Thank you both very much for your help!

 

0 Kudos
Message 15 of 25
(4,828 Views)

I am happy that it works.

It is difficult to obtain the expected result with a inappropriate protocol. Your new command corresponds to my explanations in this previous message.

 

0 Kudos
Message 16 of 25
(4,815 Views)

I have VT7004-M oven. It only has Ethernet connection. We dont have RS232 or 485 optins. Any of you have labview codes to communicate to VT7004 via ethernet? I'm new to this. Any help appreciated. We currently communicate to this chamber via Simpati. Anyone have programs/drivers for Simpati-labview?

0 Kudos
Message 17 of 25
(4,764 Views)

Please contact the support of Vötsch Oven (now it is supported by Weiss Technik in Gemany, they are friendly 😉   )

https://www.weiss-technik.com/de/service/umweltsimulation-und-waermetechnik/support/

 

And then let us know what the solution is.

 

BTW: The Operating Manual I have found for 4004/7004 does not have an ethernet connection. (see attached file)

How do you connect Ethernet to it? Do you have a newer chamber?

 

Thanks an BR

E.Wiebe

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 18 of 25
(4,756 Views)

It may be the newer version. It doesn't have RS232 or RS485 interfaces (they seemed options which our company didnt go for). Just the Ethernet interface is availabel to comminucate via computer. 

 

They did send me simpac labview programs. No idea how they work. Im trying to figure out if I can communicate without the Simpac or simpati interfaces. Let me see what Weiss tells me. I will let you know if I manage to get it working. But if you have some labview programs that I can test to communicate using Ethernet (TCP/IP I believe) I can try them. Please send me if you do.

0 Kudos
Message 19 of 25
(4,741 Views)

It may be the newer version. It doesn't have RS232 or RS485 interfaces (they seemed options which our company didnt go for). Just the Ethernet interface is availabel to comminucate via computer. 

They did send me simpac labview programs. No idea how they work. Im trying to figure out if I can communicate without the Simpac or simpati interfaces. Let me see what Weiss tells me. I will let you know if I manage to get it working. But if you have some labview programs that I can test to communicate using Ethernet (TCP/IP I believe) I can try them. Please send me if you do.

0 Kudos
Message 20 of 25
(4,740 Views)