Author Topic: Test Equipment ET4410  (Read 3458 times)

0 Members and 1 Guest are viewing this topic.

Offline Haidry82Topic starter

  • Newbie
  • Posts: 1
  • Country: pk
Test Equipment ET4410
« on: March 11, 2022, 05:45:37 am »
Hi,
I have purchased ET4410 and want to connect it with my computer so the measurement can be recorded. Please let me know the link to download its software. Or, let me know if someone has its software and can share. Thanks in advance!
Ali
 

Offline SHTechnics

  • Regular Contributor
  • *
  • Posts: 62
  • Country: be
Re: Test Equipment ET4410
« Reply #1 on: March 11, 2022, 08:19:08 pm »
As far as I know there's no specific software for the ET44xx. Maybe your version could work with Test controller, but I haven't tested it myself on my ET44 : https://lygte-info.dk/project/TestControllerIntro%20UK.html
 

Online Martin72

  • Super Contributor
  • ***
  • Posts: 6285
  • Country: de
  • Testfield Technician
Re: Test Equipment ET4410
« Reply #2 on: March 12, 2022, 06:46:04 pm »
Thanks for the hint, I´ve download it and did a first play.
Will be found, you can control it via PC, must play al little bit more with it, for example read out of values.

Martin
"Comparison is the end of happiness and the beginning of dissatisfaction."
(Kierkegaard)
Siglent SDS800X HD Deep Review
 

Offline HKJ

  • Super Contributor
  • ***
  • Posts: 2972
  • Country: dk
    • Tests
Re: Test Equipment ET4410
« Reply #3 on: March 12, 2022, 07:32:59 pm »
Will be found, you can control it via PC, must play al little bit more with it, for example read out of values.

TC can do a couple of different readouts:
1) Current value tab
2) Popups readout (Only one value)
3) Popups GridPanel, you can select a couple of different readouts here, use the "Device (tracking) readout, Dual device readout"
4) Adjust scale. Not really a readout, but can be used to check how close a component is to specified value.
 

Online Martin72

  • Super Contributor
  • ***
  • Posts: 6285
  • Country: de
  • Testfield Technician
Re: Test Equipment ET4410
« Reply #4 on: March 13, 2022, 05:34:58 pm »
Played against a while, don´t get it to readout.
Remote controling is no problem (although the display of the ET4410 still shows "Local").
"Comparison is the end of happiness and the beginning of dissatisfaction."
(Kierkegaard)
Siglent SDS800X HD Deep Review
 

Offline HKJ

  • Super Contributor
  • ***
  • Posts: 2972
  • Country: dk
    • Tests
Re: Test Equipment ET4410
« Reply #5 on: March 13, 2022, 06:26:38 pm »
Played against a while, don´t get it to readout.
Remote controling is no problem (although the display of the ET4410 still shows "Local").

That makes me suspect that the protocol changes with software version or model in the ET4410. The definition is based on a ET4401

This can be fixed/added to the definition file, it is a text file, but it requires some work.
The definition use the :FETC? command to get values and units. It then splits it into values and units and uses the units to select columns to show.
 

Online Martin72

  • Super Contributor
  • ***
  • Posts: 6285
  • Country: de
  • Testfield Technician
Re: Test Equipment ET4410
« Reply #6 on: March 13, 2022, 07:26:21 pm »
Hi,

Ah ok, makes sense.

Quote
but it requires some work.

Indeed, didn´t such things so far, but it´s a good reason to start for.
Below the txt. file of the ET44XX.

« Last Edit: March 13, 2022, 07:38:59 pm by Martin72 »
"Comparison is the end of happiness and the beginning of dissatisfaction."
(Kierkegaard)
Siglent SDS800X HD Deep Review
 

Offline HKJ

  • Super Contributor
  • ***
  • Posts: 2972
  • Country: dk
    • Tests
Re: Test Equipment ET4410
« Reply #7 on: March 13, 2022, 07:39:37 pm »
Indeed, didn´t such things so far, but it´s a good reason to start for.
Belwo the txt. file of the ET44XX.

You can try using the :FETC? command from the TC command line.
I believe it is supposed to return: unit value unit value
The units are the ones listed last on the #value lines definitions in the file.

Using =getMode("ET4410") on the TC command line will show what mode TC believes the device is in.

If you just want to see values from the device and do not care about mode/units you can add these two lines to the definition:
#value Value1 _ SI
#value Value2 _ SI
They will make TC ignore mode and show the two first values it decodes from the device, with the current definition it is the 2. and 4. item on the answer line that is decoded as a value.
 
The following users thanked this post: Martin72

Online Martin72

  • Super Contributor
  • ***
  • Posts: 6285
  • Country: de
  • Testfield Technician
Re: Test Equipment ET4410
« Reply #8 on: March 13, 2022, 08:03:03 pm »
Hi,

Quote
You can try using the :FETC? command from the TC command line.

This I´ve done it a few moments ago and that works.  :-+ (3.9mh coil as DUT)
Interesting things, I´ll examinate this further in the next days.

Martin


« Last Edit: March 13, 2022, 08:06:59 pm by Martin72 »
"Comparison is the end of happiness and the beginning of dissatisfaction."
(Kierkegaard)
Siglent SDS800X HD Deep Review
 

Offline HKJ

  • Super Contributor
  • ***
  • Posts: 2972
  • Country: dk
    • Tests
Re: Test Equipment ET4410
« Reply #9 on: March 13, 2022, 08:35:20 pm »
Hi,

Quote
You can try using the :FETC? command from the TC command line.

This I´ve done it a few moments ago and that works.  :-+ (3.9mh coil as DUT)
Interesting things, I´ll examinate this further in the next days.

You can get this working by removing the #askValuesReadFormat xsxs line and using the two #value lines above.

But it would be much better if you can find a command the returns the unit/mode of the meter. It will have to be used together with the :FETC? command (With a ; between) and the #askModeMathFormat and #modeFromValue will have to be adjusted.

I have no idea if it is different software versions or different models that is the reason for the difference in response, as you can in the file it was not me that made it, I do not have this meter.
 

Online Martin72

  • Super Contributor
  • ***
  • Posts: 6285
  • Country: de
  • Testfield Technician
Re: Test Equipment ET4410
« Reply #10 on: March 13, 2022, 09:18:27 pm »
I´ll test and "investigate" it in the next days/weeks, post the results here.
The ET44XX file came from the user DefPom:

https://www.eevblog.com/forum/testgear/east-tester-et4410-desktop-lcr-meter/msg4003669/#msg4003669
"Comparison is the end of happiness and the beginning of dissatisfaction."
(Kierkegaard)
Siglent SDS800X HD Deep Review
 

Online Martin72

  • Super Contributor
  • ***
  • Posts: 6285
  • Country: de
  • Testfield Technician
Re: Test Equipment ET4410
« Reply #11 on: March 28, 2022, 05:59:24 am »
Hi all,

I've simply asked East Tester, if there is a software avaible and/or a list of the used scpi commands.
And got now both.. 8)
Software is in chinese, nevertheless I'll try it in the evening.
Martin
"Comparison is the end of happiness and the beginning of dissatisfaction."
(Kierkegaard)
Siglent SDS800X HD Deep Review
 

Online Martin72

  • Super Contributor
  • ***
  • Posts: 6285
  • Country: de
  • Testfield Technician
Re: Test Equipment ET4410
« Reply #12 on: March 28, 2022, 06:43:41 pm »
Hi,

Hm-hm....

The software is a kind of mystery for me, it won´t be displayed proper, also it seems it couldn´t find my LCR...
Would upload the zip. file, but it got to much memory (9.1MB).
But what I can upload are the list of the scpi commands...



"Comparison is the end of happiness and the beginning of dissatisfaction."
(Kierkegaard)
Siglent SDS800X HD Deep Review
 

Offline sage

  • Newbie
  • Posts: 1
  • Country: de
Re: Test Equipment ET4410
« Reply #13 on: June 19, 2022, 09:37:26 pm »
First of all, thanks so much for this software! I have been using the NI-VISA based PyVisa before for controlling instruments, but this National Instruments stuff is crashing and freezing randomly since years, which is very frustrating.

I bought one of those ET4410 LCR Meters as well and find it quite nice actually. I downloaded TC and could gain control to the instrument. However, I am running into similar issues like Martin72. I can send the :FETC? command and it nicely returns the values of what I have set. Perfect. But now, how can I log these values and create a chart?
 

Offline HKJ

  • Super Contributor
  • ***
  • Posts: 2972
  • Country: dk
    • Tests
Re: Test Equipment ET4410
« Reply #14 on: June 20, 2022, 04:48:43 am »
I bought one of those ET4410 LCR Meters as well and find it quite nice actually. I downloaded TC and could gain control to the instrument. However, I am running into similar issues like Martin72. I can send the :FETC? command and it nicely returns the values of what I have set. Perfect. But now, how can I log these values and create a chart?

In the new versions of TestController you can use ParamSweeper to sweep frequency and if you checkmark "log" it will also log the sweep frequencies.
 
The following users thanked this post: 2N3055

Offline w.v.s.

  • Regular Contributor
  • *
  • Posts: 187
  • Country: de
Re: Test Equipment ET4410
« Reply #15 on: May 13, 2023, 12:29:26 pm »
Mine is from "MUSTOOL" with a "FREG" button, but seems to have and updated, not fully compatible firmware. It identifies with:  ELEC,ET4410         ,V6.00.2232.019,V1.12.2103.008,...
 

Offline HKJ

  • Super Contributor
  • ***
  • Posts: 2972
  • Country: dk
    • Tests
Re: Test Equipment ET4410
« Reply #16 on: May 13, 2023, 04:08:02 pm »
Mine is from "MUSTOOL" with a "FREG" button, but seems to have and updated, not fully compatible firmware. It identifies with:  ELEC,ET4410         ,V6.00.2232.019,V1.12.2103.008,...

You can probably still use it with TestController, you just need to edit the #idstring line
 
The following users thanked this post: w.v.s.

Offline w.v.s.

  • Regular Contributor
  • *
  • Posts: 187
  • Country: de
Re: Test Equipment ET4410
« Reply #17 on: May 16, 2023, 09:53:46 am »

You can probably still use it with TestController, you just need to edit the #idstring line

Thank you! I actually did that before the post above. It was then recognized, but I got some error messages, because it returned measurement data, while TC expected a mode. This seems a bit surprising, because the relevant behavior is consistent with most of the SCPI-command list provided by Martin72. The VERSION? command throws an error with my unit.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf