Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS5641N154 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
TS5641N154: | TS5641N154 | Tamagawa: | Tamagawa |
---|---|---|---|
Material: | Iron | Color: | Black |
Japan: | Japan | Temperature: | 20-90 |
Wire: | Wire | Dimension: | 70mm |
TS5641N154
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
TS3641N21E6
TS3641N22E7
TS3641N2E3
TS3641N12E3
TS3641N32
TS3641N38
TS3643N2
TS3643N212E5
TS3643N233E8
TS3653N11E2
TS3653N12E5
TS3653N13E8
TS3653N1E1
TS3653N1E2
TS3653N2E4
TS3653N2E5
TS3653N2E6
TS3653N3E7
TS3653N3E8
TS3653N3E9
TS3653N13E9
TS3653N44E8
TS3653N4E12
TS3653N14E12
TS3653N58E5
TS3653N65E27
TS3653N81E27
TS3653N78E5
TS3653N94E5
TS3653N181E8
TS3658N3
WORD _TO_INT, WORD _TO_UINT The value is transferred to the target data type. Word |
DWORD_TO_BYTE, DWORD_TO_WORD, |
ORD _TO_DINT, WORD _TO_UDINT The value is transferred to the low byte of the target data type. |
DWORD_TO_SINT, DWORD_TO_USINT, |
DWORD_TO_BOOL The lowest bit is transferred into the destination data type. |
DWORD_TO_INT, DWORD_TO_UINT |
The low byte of the source value is transferred to the
target data type.
DWord
DWORD_TO_DINT, DWORD_TO_UDINT,
DWORD_TO_REAL
The value is transferred to the target data type. SINT_TO_BOOL The lowest bit is transferred into the destination data
type.
SINT_TO_BYTE The value is transferred to the target data type
SINT_TO_WORD, SINT_TO_DWORD,
SINT_TO_INT, SINT_TO_DINT
The value is transferred to the low byte of the target data
type.
SInt
SINT_TO_USINT, SINT_TO_UINT,
SINT_TO_UDINT, SINT_TO_REAL,
SINT_TO_LREAL, SINT_TO_CHAR,
SINT_TO_STRING
The value is converted.
USINT_TO_BOOL The lowest bit is transferred into the destination data
type.
USINT_TO_BYTE The value is transferred to the target data type
USINT_TO_WORD, USINT_TO_DWORD,
USINT_TO_INT, USINT_TO_UINT,
USINT_TO_DINT, USINT_TO_UDINT
The value is transferred to the low byte of the target data
type.
USInt
USINT_TO_SINT, USINT_TO_REAL,
USINT_TO_LREAL, USINT_TO_CHAR,
USINT_TO_STRING
The value is converted.
INT_TO_BOOL The lowest bit is transferred into the destination data
type.
INT_TO_BYTE, INT_TO_DWORD,
INT_TO_SINT, INT_TO_USINT,
INT_TO_UINT, INT_TO_UDINT,
INT_TO_REAL, INT_TO_LREAL,
INT_TO_CHAR, INT_TO_STRING
The value is converted.
INT_TO_WORD The value is transferred to the target data type.
Int
INT_TO_DINT The value is transferred to the low byte of the target data
type.
UINT_TO_BOOL The lowest bit is transferred into the destination data
type.
UINT_TO_BYTE, UINT_TO_SINT,
UINT_TO_USINT, UINT_TO_INT,
UINT_TO_REAL, UINT_TO_LREAL,
UINT_TO_CHAR, UINT_TO_STRING
The value is converted.
UINT_TO_WORD, UINT_TO_DATE The value is transferred to the target data type.
UInt
UINT_TO_DWORD, UINT_TO_DINT,
UINT_TO_UDINT
The value is transferred to the low byte of the target datatypeCHAR_TO_SINT, CHAR_TO_USINT,
CHAR_TO_INT, CHAR_TO_UINT,CHAR_TO_DINT, CHAR_TO_UDINT
Char The value is converted.CHAR_TO_STRING The value is transferred to the first character of
the string.STRING_TO_SINT, STRING_TO_USINT,STRING_TO_INT, STRING_TO_UINT,STRING_TO_DINT, STRING_TO_UDINT,
STRING_TO_REAL, STRING_TO_LREALString The value is converted.STRING_TO_CHAR The first character of the string is copied to theChar.Converts a real number (Real or LReal) to the closest integergreater than or equal to the selectedreal number (IEEE "round
to +infinity").out := FLOOR(in); Converts a real number (Real or LReal) to the closest integersmaller than or equal tothe selected real number (IEEE "round
to -infinity"). Scales the normalized real parameter VALUEwhere ( 0.0 <= VALUE <= 1.0 ) in the data type
and value range specified by the MIN and MAXparameters:OUT = VALUE (MAX - MIN) + MIN
out :=NORM_X(min:=_in_,
value:=_in_,max:=_in_);Normalizes the parameter VALUE inside the
value range specified by the MIN and MAXparameters:OUT = (VALUE - MIN) / (MAX - MIN),where ( 0.0 <=OUT <= 1.0 )SInt, Int, DInt, USInt, UInt, UDInt, Real, LReal Input minimum value for rangeVALUE SCALE_X: Real, LReal