Table of Contents

There is no create method in this software. The way you are supposed to create a method is by starting from an existing one and modifying as needed. MTS provides user with methods packages for different types of test. The ones available in our lab are:

There is however an Assistant to the creation of methods. I have never used it, so I would not be able to recommend it to anyone. It is in the Define upper tab, Assistant left tab.

1. Set up

  1. On the TestWorks startup screen, Go to Method > Open method.
  2. Choose from the templates the test that is closest to what you want. It is important to get the closest one, it is not necessarily possible to program a clean cycling test from a simple tensile test method.
  3. Save it with a new name in YOUR folder right away. Go to Method > Save Method As
  4. The software has 3 main upper tabs: Test, Review, and Define (see picture below). As expected, the creation of a new method happens in the Define tab.

2. Test Flow

  1. There are now three tabs on the left of the screen: Test Flow, Configuration, Assistant. Make sure you are in the Test Flow tab (see picture above). You should see all the steps (called segments) of the test on the left of the screen and, when you click on one segment, the properties of that segment on the right of the screen. Note that the right part of the screen also has three tabs now: Test Segment, Data Collection, and Break Detection.
  2. At this point, the software is pretty much self-explanatory. Your goal is to insert/delete/disable/modify segments until you set up the test you were aiming for. To modify, click on a segment and change the properties on the left. To insert, disable, or delete, right click on the segment. Use the manual or the software help in case of doubt.

<fc #4682b4>Here are the tricks of the trade: a few points you should be careful about and that can ruin your test.</fc>

Variable creation or modification in Configuration

Data Collection

Note: Fold and reduce data rate means that if your buffer size is too small, the software will remove every other point from the first part of the test and will keep recording data at a lower rate for the time being (until the limit is reached again). At least, all the parts of the segment are recorder. BUT you will end up with segments with varied data acquisition rate which can be problematic if the data acquisition rate is not high enough for the phenomenon you wanted to observe and can make post processing tricky.

CAREFUL <fc #4682b4>The machine limits the number of points per test.</fc> Obviously considering the impact of a buffer size that is not large enough, you could try to just put a high value in each buffer and run with it. First, what seems a high number to you might actually not be high enough depending on your data acquisition rate. We tend to underestimate the number of points resulting from a test. Second, if the total of all the buffers is actually too high, the machine just stops recording! It will record the first segments that fit into the limit, pursue the test as if everything is fine, and once you export your data, you realize that you are missing most of your test. so try to estimate properly the buffer size you actually need.

Break Detection

3. Exporting data

The last part of every method is instructions to export the data that you want. This is less of a problem than the data acquisition because you get as many do-overs as you want: these instructions can be changed after the test to export the data again. I will here describe to you the method I use, definitely not the only possible one, but this one works and allows me to save the raw data text file wherever I want to.

  1. Go to left tab Configuration > Specimen Export
  2. in Export Template, click Browse and choose MTS Export All with tabs.txt
  3. in File Mode choose Sample Name - Append to prevent the software from overwriting any test file.
  4. if you have data to export you can check the format by going to File > Export Preview > Specimen. Notepad will open a text file with all your data.

Note: if you are planning to use the Matlab function available on the wiki to read your text file, make sure you save one test per text file, the function will only read the first one and the bash script will crash. To do that, always save a specimen and not a sample (all specimens of one test).