Siemens SIMATIC ET 200S 기능 설명서 - 페이지 31

{카테고리_이름} Siemens SIMATIC ET 200S에 대한 기능 설명서을 온라인으로 검색하거나 PDF를 다운로드하세요. Siemens SIMATIC ET 200S 40 페이지. Distributed i/o digital electronic module 4do dc24v/2a hf
Siemens SIMATIC ET 200S에 대해서도 마찬가지입니다: 운영자 매뉴얼 (18 페이지), 매뉴얼 (16 페이지), 사용자 설명서 (16 페이지), 사용자 설명서 (26 페이지), 매뉴얼 (37 페이지), 매뉴얼 (24 페이지), 운영 지침 (4 페이지), 원본 사용 설명서 (19 페이지), 원본 사용 설명서 (20 페이지), 매뉴얼 (34 페이지), 매뉴얼 (14 페이지), 매뉴얼 (24 페이지), 원본 사용 설명서 (17 페이지), 원본 사용 설명서 (19 페이지), 매뉴얼 (16 페이지), 매뉴얼 (28 페이지), 매뉴얼 (12 페이지), 매뉴얼 (32 페이지), 매뉴얼 (18 페이지), 매뉴얼 (12 페이지), 매뉴얼 (28 페이지), 매뉴얼 (22 페이지), 매뉴얼 (22 페이지), 매뉴얼 (36 페이지), 매뉴얼 (16 페이지)

Siemens SIMATIC ET 200S 기능 설명서
Example: Start the motor at a specified speed
Proceed as follows to get the connected motor to turn at a speed of 500 rpm:
1. Enter the value "500" in the mySetpoint variable.
2. Set the myCommand variable to CMD_START in the symbol browser.
3. Start the command with myCmdExecute = TRUE.
The input parameter myFC_Control_In.setpoint is set to the speed parameterized in the
mySetpoint variable accordingly and transferred to the input parameter setpoint.
All enables in control word 1 are set. The motor starts to turn.
After the speed parameterized in the mySetpoint variable is reached, the command is ended
with myCmdDone = TRUE.
Note
When starting the motor with a rising edge on bit 0 in STW 1, bit 8 and bit 9 in STW 1 (jog
right/left) must have the signal level FALSE.
Assignment of ctrlDword (STW 1 and STW 2 of ET 200S FC) when starting the motor:
CMD_START
CMD_JOG_RIGHT : // motor jog. Right
CMD_JOG_LEFT
Example: Stop a running motor
Proceed as follows to stop a running motor:
1. Set the myCommand variable to CMD_STOP in the symbol browser.
2. Start the command with myCmdExecute = TRUE.
Bit 0 in control word 1 (On/Off) is reset. The motor begins to stop.
After reaching the actual speed < 1 rpm, the command is terminated with
myCmdDone = TRUE.
Note
Bit 0, bit 8, and bit 9 in STW 1 must have the signal level FALSE when stopping a motor.
Assignment of ctrlDword (STW 1 and STW 2 of ET 200S FC) when stopping the motor:
CMD_STOP
Supplement for the ET 200S frequency converter
Function Manual, 01/2015
: // start motor
: // motor jog. Left
:
// stop motor
Application example
5.2 Sequence of the application example
16#0000 047F hex or binary:
0000 0100 0111 1111
16#0000 057E hex or binary:
0000 0101 0111 1110
16#0000 067E hex or binary:
0000 0110 0111 1110
16#0000 047E hex or binary:
0000 0100 0111 1110
31