Home ProductsTAMAGAWA

TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510

TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510

    • TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510
    • TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510
    • TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510
    • TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510
  • TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510

    Product Details:

    Place of Origin: Japan
    Brand Name: Tamagawa
    Certification: CE
    Model Number: TS5214N510

    Payment & Shipping Terms:

    Minimum Order Quantity: 1pcs
    Packaging Details: carton
    Delivery Time: in stock
    Payment Terms: T/T, Western Union, MoneyGram
    Supply Ability: 100pcs/week
    Contact Now
    Detailed Product Description
    TAMAGAWA: TAMAGAWA Material: Iron
    Temperature: 30-80 Wire: Wire
    Color: Gray Dimension: 60mm
    TS5214N510: TS5214N510 Japan: Japan

    TS5214N510

     TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510TAMAGAWA TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510 TS5214N510

    If an empty string is the input, then an empty string is returned in
    OUT. Input string
    P IN Int MID only: Position of first substring character to be copied
    IN Int Length of the substring to be created: MID uses the number of characters starting at position P within
    the string
    LEFT uses the left-most characters number of characters in the
    string
    RIGHT uses the right-most number of characters in the string

    Guang Zhou Lai Jie Electric Co.,LTD

    Please contact with “Tommy” for the price

    TS3664N2E4

    TS3664N11E1

    TS3664N11E2

    TS3664N12E3

    TS3664N12E4

    TS3667N1E1

    TS3667N1E2

    TS3667N2E4

    TS3667N1E3

    TS3667N2E5

    TS3667N2E6

    TS3667N3E7

    TS3667N3E8

    TS3667N11E1

    TS3667N11E2

    TS3667N12E4

    TS3667N11E3

    TS3667N12E5

    TS3667N12E6

    TS3667N31E7

    TS3667N13E8

    TS3624N1E1

    TS3624N1E2

    TS3624N2E3

    TS3624N2E4

    TS3624N3E5

    TS3624N3E6

    TS3630N1E1

    TS3630N1E2

    TS3630N2E3

     

    P= 1, for the initial character position of the IN string
    OUT OUT String Output string No errors detected Valid characters
     L or P is less than or equal to 0
     P is greater than maximum length of IN
     Current length of IN exceeds maximum length of IN, or current length
    of OUT exceeds maximum length of OUT
     Maximum length of IN or OUT does not fit within allocated memory
     Maximum length of IN or OUT is 0 or 255
    Current length is set to 0
    Substring length (L) to be copied is larger than maximum length of OUT
    string.
    Characters are copied until the
    maximum length of OUT is
    reached
    MID only: L or P is less than or equal to 0
    MID only: P is greater than maximum length of IN
    Current length is set to 0
    Current length of IN1 exceeds maximum length of IN1, or current length of
    IN2 exceeds maximum length of IN2 (invalid string)
    Maximum length of IN1, IN2 or OUT does not fit within allocated memory
    range
    0
    Maximum length of IN1, IN2 or OUT is 0 or 255 (illegal length)
    Current length is set to 0
    8.2.4.4 DELETE
    Table 8- 58 Delete substring instruction
    LAD / FBD SCL Description
    out := DELETE(in, L, p); Deletes L characters from string IN. Character deletion starts at
    character position P (inclusive), and the remaining substring is
    provided at parameter OUT.
     If L is equal to zero, then the input string is returned in OUT.
     If the sum of L and P is greater than the length of the input
    string, then the string is deleted to the end. Input string
    L IN Int Number of characters to be deleted
    P IN Int Position of the first character to be deleted: The first character of
    the IN string is position number 1
    OUT OUT String Output string No errors detected Valid characters
    P is greater than current length of IN IN is copied to OUT with no
    characters deleted

    Resulting string after characters are deleted is larger than maximum length
    of OUT string
    Resulting string characters are
    copied until the maximum length
    of OUT is reached
    L is less than 0, or P is less than or equal to 0
    Current length of IN exceeds maximum length of IN, or current length of
    OUT exceeds maximum length of OUT
    Maximum length of IN or OUT does not fit within allocated memory
    0
    Maximum length of IN or OUT is 0 or 255 Input string 1
    IN2 IN String Input string 2
    P IN Int Last character position in string IN1 before the insertion point for
    string IN2
    The first character of string IN1 is position number 1.
    OUT OUT String Result string No errors detected Valid characters
    P is greater than length of IN1 IN2 is concatenated with IN1
    immediately following the last IN1
    character
    0
    P is less than 0 Current length is set to 0 Resulting string after insertion is larger than maximum length of
    OUT string
    Resulting string characters are copied
    until the maximum length of OUT is
    reached
    Current length of IN1 exceeds maximum length of IN1, current
    length of IN2 exceeds maximum length of IN2, or current length of
    OUT exceeds maximum length of OUT (invalid string)
    Maximum length of IN1, IN2 or OUT does not fit within allocated
    memory range
    Maximum length of IN1 or IN2 is 255, or maximum length of OUT is
    0 or 255
    Replaces L characters in the string parameter IN1. Replacement
    starts at string IN1 character position P (inclusive), with
    replacement characters coming from the string parameter IN2.
    Input string
    IN2 IN String String of replacement characters
    L IN Int Number of characters to replace
    P IN Int Position of first character to be replaced
    OUT OUT String Result string
    If parameter L is equal to zero, then the string IN2 is inserted at position P of string IN1
    without deleting any characters from string IN1.
    If P is equal to one, then the first L characters of string IN1 are replaced with string IN2
    characters. No errors detected Valid characters
    P is greater than length of IN1 IN2 is concatenated with IN1
    immediately following the last IN1
    character
    P points within IN1, but fewer than L characters remain in IN1 IN2 replaces the end characters of IN1
    beginning at position P
    Resulting string after replacement is larger than maximum length of
    OUT string
    Resulting string characters are copied
    until the maximum length of OUT is
    reached
    Maximum length of IN1 is 0 IN2 characters are copied to OUT
    L is less than 0, or P is less than or equal to 0
    Current length of IN1 exceeds maximum length of IN1, current
    length of IN2 exceeds maximum length of IN2, or current length of
    OUT exceeds maximum length of OUT
    Maximum length of IN1, IN2 or OUT does not fit within allocated
    memory range
    0
    Maximum length of IN1 or IN2 is 255, or maximum length of OUT is
    0 or 255
    Current length is set to 0 Provides the character position of the substring specified by IN2 within
    the string IN1. The search starts on the left. The character position of
    the first occurrence of IN2 string is returned at OUT. If the string IN2 is
    not found in the string IN1, then zero is returned.
    No errors detected Valid character position
    IN2 is larger than IN1
    Current length of IN1 exceeds maximum length of IN1, or current length
    of IN2 exceeds maximum length of IN2 (invalid string)
    Maximum length of IN1 or IN2 does not fit within allocated memory
    range
    0
    Maximum length of IN1 or IN2 is 255 The following Distributed I/O instructions can be used with PROFINET, PROFIBUS, or AS-i:

    Contact Details
    Guang Zhou Lai Jie Electric Co.,Ltd

    Contact Person: Mr. Tommy

    Tel: 86-020-87268766

    Fax: 86-020-87269099

    Send your inquiry directly to us (0 / 3000)