TDMS 2.0: Minimum/Maximum fields?

I'm using the TDMS .Net dll version 13.0.40.242 to save my aquired data.
I dont create any new fields besides using the standard ones. But I can not access both Maximum and Minimum field that gets created by standard, and their not listed as proberties of the channel, subsequently both fields are empty.
My task is created with a range of -10 to +10 volt but this isn't used in the min/max fields either.
So, how can I use those fields? (or remove them to use my own)

Hi Treckl,
The reason you do not see the Minimum and Maximum properties is because you have not set them. When a new TDMS file is created using the Measurement Studio TDMS library, those fields are not created by default. You'll notice that if you save the contents of the DIAdem DataPortal into a TDMS file and open that with the Measurement Studio TDMS library, you will have access to the Minimum and Maximum properties because DIAdem writes them to the file by default. I have attached a DIAdem-saved TDMS file for you to use to verify this.
If you want to set the Minimum or Maximum properties, you can use the names, "minimum" and "maximum", as shown in the following snippet:
TdmsChannelCollection channelGroupChannels = channelGroup.GetChannels(); //channelGroup is TdmsChannelGroup created for the TDMS file.
foreach (var c in channelGroupChannels)
TdmsProperty minProperty = new TdmsProperty("minimum", TdmsPropertyDataType.Double, -12.34);
TdmsProperty maxProperty = new TdmsProperty("maximum", TdmsPropertyDataType.Double, 12.34);
TdmsPropertyCollection cp = c.GetProperties();
cp.Add(minProperty);
cp.Add(maxProperty);
Let me know if you have any questions.
Thanks,
Daniel D.
National Instruments
Automated Test Software R&D
Attachments:
DIAdemWfms.zip ‏6 KB

Similar Messages

  • CRM Condtition value Minimum/Maximum Limits

    Dear expert,
    After i maintained Minimum/Maximum Limits in IMG config for a manual condition type, then i create i sales order in webui and try to input a value for the conditon type. However, everytime i input a value, the system can not store the value and change to blank again.
    if i remove the ' Minimum/Maximum Limits' config, i can input values for manual conditions.
    I checked help doc found it says 'Entries in this field are only used in the IC WebClient'. Does that mean i can not use this func. in webui??
    BR
    Hedy

    Hi Hedy,
    Please use the menu path
    SPRO
    Basic functions
    Pricing
    Define settings for pricing
    Create minimum and maximum limits. 
    Best regards
    Christophe

  • Sales Order with minimum maximum quantity

    Hello SAP Masters,
    How to maintain a sales order with minimum - maximum quantity? Is there any programme which i can use to map this scenario?
    Thanks in advance
    amit

    hi,
    we can only maintain minimum order qty. We dont have anything in std. to maintain a max order qty. We need to change the screen in material master. Also update the std. MVKE of material master (Sales view) with a zee field just as we have min. ord qty.
    It takes a good bit of customization and also we need very high authorizations from the business owners to do this enhancement.
    Else a simple way out is .. create  a contract with a dummy customer which can be changed at the sales order level, for that material and make all the sales orde with ref. to that.
    Hope this helps. Pl. reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • Delete the default minimum maximum properties

    hi
    want to delete the minimum &  maximum properties   in diadem channel  -properties  programmatically thr' labview
    but I thing that TDMS writes it by default ?

    Hey,
    the minimum and maximum properties are part of the TDMS data model and you are not able to delete this properties.
    Stephan

  • Minimum & maximum stock for Material

    Hi Team,
    Here my client required to keep his stock in the form of Minimum & maximum stock for Material.
    Let me explain with an example.
    Material =Pen
    In Stock it should be always 5 & maximum 10, when it falls below 4 it should generate PR & should not cross maximum limit 10.
    if in stock 3 pens r there it should generate PR for 7 , If 4 then PR for 6
    Please help me for it ASAP.
    Regards
    Mahantesh

    Hi Mahantesh,
    For this you need to maintain below settings in material master for your material.
    In MRP1 view,
    Define MRP Type: V1
    Define Reorder Point: 5
    Define MRP Controller:
    Lot Size: HB (Replenish to max. stock)
    Define Maximum stock level: 10
    After this material master settings in MRP 1 view, test the results by running MRP for the material.
    Keep the stock at different levels like 3, 4 and 6 for the material before MRP run.
    You will get the results as per your business requirements.
    Regards,
    Naresh

  • Minimum mandatry fields for Creating Sales Order

    Hi All,
    I am going to create sales order using <b>BAPI_SALESORDER_CREATEFROMDAT2</b> in the web dynpro for java,
    I want to use minimum fields,  so, what are the <b>minimum</b> fields for creating sales order ?.
    if u have any documents or links realted to this please send me.
    please help me out.
    Thanks & regards,
    Iqbal Ahmad

    chk it
    EXPORTING
    SALESDOCUMENTIN =
    ORDER_HEADER_IN = l_order_header
    ORDER_HEADER_INX =
    SENDER =
    BINARY_RELATIONSHIPTYPE =
    INT_NUMBER_ASSIGNMENT =
    BEHAVE_WHEN_ERROR =
    LOGIC_SWITCH =
    TESTRUN =
    CONVERT = ' '
    IMPORTING
    SALESDOCUMENT = l_salesdocument
    TABLES
    RETURN = it_return
    ORDER_ITEMS_IN = it_order_items
    ORDER_ITEMS_INX =
    ORDER_PARTNERS = it_order_partners
    ORDER_SCHEDULES_IN = it_order_schdl
    ORDER_SCHEDULES_INX =
    ORDER_CONDITIONS_IN = it_order_conditions
    ORDER_CONDITIONS_INX =
    ORDER_CFGS_REF =
    ORDER_CFGS_INST =
    ORDER_CFGS_PART_OF =
    ORDER_CFGS_VALUE =
    ORDER_CFGS_BLOB =
    ORDER_CFGS_VK =
    ORDER_CFGS_REFINST =
    ORDER_CCARD =
    ORDER_TEXT =
    ORDER_KEYS =
    EXTENSIONIN =
    PARTNERADDRESSES
    How to create sales order using bapi( test purpose)
    Create Sales Order using BAPI
    creating sales order using bapi

  • DataSource Enhancements : Maximum Fields

    Dear Friend,
    How many fields we can add to DataSource to Enhance ( Maximum Fields), I heard if it is more then 20 fields it is not good, but please let me know the correct one.
    I found some Master Data TEXT/Description fields also enhanced in 2LIS_13_VDITM, if any Special Chars will come in the Data loads, then there may be huge problem, is it right?. please help me.
    Thanks
    Ganga

    Hi Ganga,
        As far as my Knowledge goes , from a DDIC prespespective you can add as many fields as possible to the extract structure. The only limitation would be that imposed by the underlying Database.
    Even if you add 20 extra fields I do'nt think there should not be any problem if you get all these values using one select statement. But if more than one select statement is used , performance would surely go down.
      What I mean is that if out of the 20 fields , if 10 are to be read from table 1 and 3 are to be read from table 2 and remaning are to be read from table 3. then this would require two inner joins(if there exists a common key field) otherwise it would require three different select statements. In either case the performanc would come down.
    Hope this answers your first question.
    I am really sorry I did not get the second question . what exactly do you mean by "if any Special Chars will come in the Data loads, then there may be huge problem, is it right?" ..  please be clear on this.
    Regards,
    James Harold.

  • Minimum/Maximum Question

    Hello everyone, I have a problem that I haven't been able to come up with a solution to. I'm running Lookout 5.1 interfaced to a GE Fanuc 90/30 PLC. I have a thermocouple input that I want to monitor. I want to setup an alarm that will be tripped if the temperature changed +- 2 degrees over a 24 hour period (running constantly 24/7). I thought of using the minimum/maximum objects but noticed it only tells you the min or max for the past 35 data points. Anyone have any suggestions at to how I can create this alarm? Thanks!!

    I'm afraid you misunderstand the meaning of 35.
    This object continuously calculates the max value for all the data from the last time you reset it.  Everytime you reset it, the current max value will be stored to "maximum.1". It can store the last 35 max values.  
    You can test it by yourself. Connect a "waveform.random" to it and a pushbutton to "reset".
    So, I mean you can accomplish what you want by min/max objects.  Regarding the 24h period, you just need to reset it everyday.
    Ryan Shi
    National Instruments

  • Minimum maximum list

    Hi ,
    how do i see cumulative item wise list for the minimum/maximum levels maintain in the master.
    regards
    Kim

    I want to view the list for min / max levels fopr the material.
    material type ERSA  for all the material in the ESRA what are the min / max levesl set can i see in a single list.??
    regards
    KIM

  • Minimum/Maximum Attendees

    Is there a way to show the minimum/maximum attendees on the catalog page where the classes are listed so that the end user can determine which are full?
    thanks in advance!
    Rob

    This is currently not possible. You are welcome to raise this as an Enhancement Request through Oracle Support.
    Regards Anders

  • Maximum Fields in a query

    Hi,
    I would like to know the maximum No. of Fields we can place in  Rows and Colums of a query.
    Regards,
    Suresh

    Hi,
    Kindly check these posts :
    1. [Maximum number of Rows and columns in BEX 3.5 Query designer;
    2. [Limitation of number of Free Characteristics in BEx Query Designer;
    Regards,
    Lokesh

  • Minimum & Maximum Limit in Automatic Payment Programme

    Hello Sap Guru,
    Is there any way to configure the mininmum & maximum amount limit for payment through automatic payment run like minimum payment Rs. 50,000 per cheque and maximum payment Rs 10 lakh
    Kindly help
    Thanks & Regards
    Deepak Garg

    Hi Deepak
    This can be configured in FBZP,
    Click on "Paying Company code" tab > select your company code, there in control data you can find,
    Minimum amount for incoming payment
    Minimum amount for outgoing payment
    There you can maintain the minimum amount for outgoing payment. This is applicable for the entire company code.
    If you do not want this, then, there is an option > In FBZP, click on "Pmnt method in Company Code" there, select a payment method for check payment > You can enter the Minimum amount and Maximum amount per payment.
    Use any of the above option for your requirement.
    Rgds,
    Zub

  • Sales Order Blocking based on Minimum & Maximum Qty, Wt & Value.

    Hi Experts,
    I need to put a minimum and maximum (value, quantity and weight) set up in Sales Order based on the Customer.
    Based on the condition record I should be able to put the minimum and maximum quantity, order value and weight in condition record.
    If anybody try to enter less than the minimum and more than maximum system should automatically block the sales order.
    Is it possible ? If possible how can I create condition record for this.
    Christine

    For minimum order quantity you can maintain in the material master itself.  So whenever you enter the quantity less than the minimum order qty it throws the error and will save the order.
    Regarding the maxmum order quantity you have to write the userexit to control the max. quanity by specifying the max. qty in user exit.
    Reward points if it is helpful

  • How to determine maximum field size?

    Hello!
    Here's my problem...
    I have a rather large CSV file which I have loaded into Numbers, but now i need to work out what the maximum size of each field is.
    There are far too many rows for me to just look through the CSV file (it's got a few hundred thousand lines in it), so i was hoping there was an easy way for Numbers to just tell me what the maximum size of each column is -- maybe some kind of formula that i can put at the end of each column.
    just to be clear, i don't need the maximum value in each column, i need the maximum character length...
    thanks for your help (and a happy new year!)

    Craig,
    That's an awful job for Numbers. Numbers 2 won't accommodate that many rows, and Numbers 3 I'm not sure about, but in any case it will be very slow. The general belief is that Numbers 3 is faster than Numbers 2, but in my experience it's like a race between a turtle and a slug. This would be a better job for a little BASIC routine, the sort of thing I can remember doing easily "back in the day", but which I wouldn't know where to begin now with the tools I know about in the Mac environment.
    I think LibreOffice might handle it - no promises. The brute force way would be to have a second table the same size as the first and filled with the expression: =LEN(cellAddress), where cell address is a reference to A1 in the input table, and so forth. The expression =MAX(full range of length calculations table) should give you the largest entry length.
    Jerry

  • Maximum fields in enhancement ITOB0001

    Hi All,
    anybody knows how many custom fields it's possible to add with the enhancement ITOB0001 in a Functonal Location?
    Thanks in advance
    Regards
    Luigi

    Hi Ravindra,
    1. As per the documentation,
       the limit is only PRACTICAL (and not theoretical)
    2. It dependsd upon system installation.
    3. From Help.
    Internal Tables as Dynamic Data Objects
    Data objects that are defined either with the data type of an internal table, or directly as an internal table, are always fully defined in respect of their line type, key and access method. However, the number of lines is not fixed. Thus internal tables are dynamic data objects, since they can contain any number of lines of a particular type. The only restriction on the number of lines an internal table may contain are the limits of your system installation. The maximum memory that can be occupied by an internal table (including its internal administration) is 2 gigabytes. A more realistic figure is up to 500 megabytes. An additional restriction for hashed tables is that they may not contain more than 2 million entries. The line types of internal tables can be any ABAP data types - elementary, structured, or internal tables. The individual lines of an internal table are called table lines or table entries. Each component of a structured line is called a column in the internal table.
    regards,
    amit m.

Maybe you are looking for