Place of Origin: | Japan |
Brand Name: | Tamagawa |
Certification: | CE |
Model Number: | TS5246N164 |
Minimum Order Quantity: | 1pcs |
---|---|
Packaging Details: | carton |
Delivery Time: | in stock |
Payment Terms: | T/T, Western Union, MoneyGram |
Supply Ability: | 100pcs/week |
TAMAGAWA: | TAMAGAWA | TS5246N164: | TS5246N164 |
---|---|---|---|
Material: | Iron | Color: | Black |
Japan: | Japan | Temperature: | 30-90 |
Wire: | Wire | Dimension: | 70mm |
ErrorID OUT Word Error ID for parameter "Error"
Execute:=_bool_in_, Position:=_real_in_, |
Busy=>_bool_out_, CommandAborted=>_bool_out_, Error=>_bool_out_, |
ErrorInfo OUT Word Error info ID for parameter "ErrorID"MC_MoveAbsolute_DB"( Axis:=_multi_fb_in_, |
ErrorID=>_word_out_, ErrorInfo=>_word_out_); |
Velocity:=_real_in_, Done=>_bool_out_, |
se the MC_MoveAbsolute instruction to start a positioning |
Guang Zhou Lai Jie Electric Co.,LTD
Please contact with “Tommy” for the price
TS5246N164
TS2025N471E69
TS2014N181E32
TS5208N111E78
TS5208N141E78
TS3684N1E3
TS3684N13E8
TS3617N1E3
TS3617N1E1
TS3617N1E2
TS3617N2E4
TS3630N11E1
TS3664N2E4
TS3653N13E7
TS3653N12E6
TS3653N2E5
TS3624N2E3
TS3653N13E9
TS3653N2E6
TS3653N3E7
TS3653N3E8
TS3653N3E9
TS1980N43E12
TS1980N56E12
motion of the axis to an absolute
position.
In order to use the
MC_MoveAbsolute instruction, the
axis must first be enabled and also
must be homed. Axis technology object
Execute IN Bool Start of the task with a positive edge (Default value: False)
Position IN Real Absolute target position (Default value: 0.0)
Limit values: -1.0e12 ≤ Position ≤ 1.0e12
Velocity IN Real Velocity of axis (Default value: 10.0)
This velocity is not always reached because of the configured
acceleration and deceleration and the target position to be
approached.
Limit values: Start/stop velocity ≤ Velocity ≤ maximum velocity
Done OUT Bool TRUE = Absolute target position reached
Busy OUT Bool TRUE = The task is being executedTRUE = During execution the task was aborted by another task.
Error OUT Bool TRUE = An error has occurred during execution of the task. The
cause of the error can be found in parameters "ErrorID" and
"ErrorInfo".
ErrorID OUT Word Error ID for parameter "Error" (Default value: 0000)
ErrorInfo OUT Word Error info ID for parameter "ErrorID" (Default value: 0000)TRUE = During execution the task was aborted by another task.
Error OUT Bool TRUE = An error has occurred during execution of the task. The
cause of the error can be found in parameters "ErrorID" and
"ErrorInfo".
ErrorID OUT Word Error ID for parameter "Error" (Default value: 0000)
ErrorInfo OUT Word Error info ID for parameter "ErrorID" (Default value: 0000)Use the MC_MoveRelative
instruction to start a positioning
motion relative to the start position.
In order to use the
MC_MoveRelative instruction, the
axis must first be enabled. Axis technology object
Execute IN Bool Start of the task with a positive edge (Default value: False)
Distance IN Real Travel distance for the positioning operation (Default value: 0.0)
Limit values: -1.0e12 ≤ Distance ≤ 1.0e12
Velocity IN Real Velocity of axis (Default value: 10.0)
This velocity is not always reached on account of the configured
acceleration and deceleration and the distance to be traveled.
Limit values: Start/stop velocity ≤ Velocity ≤ maximum velocity
Done OUT Bool TRUE = Target position reached
Busy OUT Bool TRUE = The task is being executed. TRUE = During execution the task was aborted by another task.