Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS2014N311E32 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
TAMAGAWA: | TAMAGAWA | Material: | Iron |
---|---|---|---|
Japan: | Japan | Color: | Black |
Dimension: | 70mm | Temperature: | 20-90 |
Wire: | Wire | TS2014N311E32: | TS2014N311E32 |
TS2014N311E32
USS instruction status codes are returned at the STATUS output of the USS functions. | VALUE parameter was not a Word, Real or DWord data type. |
The length of the drive response did not match the characters received from the drive. | The user supplied a Word for a parameter value and received a DWord or Real from the drive in the response. |
he drive number where the error occurred is returned in the "USS_Extended_Error" variable. See the extended error description below this table. | The user supplied a DWord or Real for a parameter value and received a Word from the drive in the response. |
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
TS3679N3E1
TS5208N111E78
TS3617N47E4
TS1508N211
TS2650N11E78
TS4507N2000E100
TS3214N12
RFH1024-22-1M-68
TS3682N1
TS3617N1E1
TS3624N1E1
TS1508N255
TS2651N111E78
TS4507N2070E100
TS3214N13
RFH102422IM
TS3682N2
TS3617N1E2
TS3624N21E1
TS1508N257
TS26541N131E78
TS4507N2405E200
TS3214N15
TA8110N2121E802
TS3684N11E3
TS3617N2E4
TS3624N21E2
TS1508N260
TS3033N4E2
TS4507N6205E200
TS3214N16
TA8110N2121E916
TS3684N12E6
TS3630N11E1
TS3624N1E2
The response telegram from drive had a bad checksum. The drive number where the error occurred is returned in the "USS_Extended_Error" variable. See the extended error description below this table.
Illegal drive address (valid drive address range: 1 to16) 8186 The speed set point is out of the valid range (valid speed SP range: -200% to 200%). 8187 The wrong drive number responded to the request sent. The drive number where the error occurred is returned in the "USS_Extended_Error" variable. See the extended error description below this table. 8188 Illegal PZD word length specified (valid range = 2, 4, 6 or 8 words) 8189 Illegal Baud Rate was specified. 818A The parameter request channel is in use by another request for this drive. 818B The drive has not responded to requests and retries. The drive number where the error occurred is returned in the "USS_Extended_Error" variable. See the extended error description below this table. 818C The drive returned an extended error on a parameter request operation. See the extended error description below this table. 818D The drive returned an illegal access error on a parameter request operation. See your drive manual for information of why parameter access may be limited
The drive has not been initialized. This error code is returned to USS_RPM or USS_WPM when USS_DRV, for that drive, has not been called at least once. This keeps the initialization on first scan of USS_DRV from overwriting a pending parameter read or write request, since it initializes the drive as a new entry. To fix this error, call USS_DRV for this drive number. 80Ax-80Fx Specific errors returned from PtP communication FBs called by the USS Library - These error code values are not modified by the USS library and are defined in the PtP instruction descriptions. 1 In addition to the USS instruction errors listed above, errors can be returned from the underlying PtP communication instructions (Page 566). For several STATUS codes, additional information is provided in the "USS_Extended_Error" variable of the USS_DRV Instance DB. For STATUS codes hexadecimal 8180, 8184, 8187, and 818B, USS_Extended_Error contains the drive number where the communication error occurred. For STATUS code hexadecimal 818C, USS_Extended_Error contains a drive error code returned from the drive when using a USS_RPM or USS_WPM instruction. Communication errors (STATUS = 16#818B) are only reported on the USS_PORT instruction and not on the USS_DRV instruction. For example, if the network is not properly terminated then it is possible for a drive to go to RUN but the USS_DRV instruction will show all 0's for the output parameters. In this case, you can only detect the communication error on the USS_PORT instruction. Since this error is only visible for one scan, you will need to add some capture logic as illustrated in the following example. In this example, when the error bit of the USS_PORT instruction is TRUE, then the STATUS and the USS_Extended_Error values are saved into M memory. The drive number is placed in USS_Extended_Error variable when the STATUS code value is hexadecimal 8180, 8184, 8187, or 818B.