Siemens SIMATIC ET 200S Посібник з експлуатації - Сторінка 30

Переглянути онлайн або завантажити pdf Посібник з експлуатації для Промислове обладнання Siemens SIMATIC ET 200S. 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 Посібник з експлуатації
Application example
5.2 Sequence of the application example
Parameterization errors are indicated at the output parameters myFC_control.error = TRUE
and myFC_control.errorID = 16#0000.
Example: You have set an invalid parameter number (myParaNumber = 9999).
To acknowledge the parameterization error, you must set the variables myCommand and
myCmdExecute to CMD_RESET_ERR and TRUE respectively.
The output parameters are then reset with myFC_control.error = FALSE and
myFC_control.errorID = 16#0000.
Example: Read parameter
Proceed as follows to read a parameter:
1. Set the myCommand variable to CMD_READ in the symbol browser.
2. Assign the myParaNumber variable the parameter number to be read (e.g. "1120", startup
time).
3. Set the mySubIndex variable to "0".
4. Start the command with myCmdExecute = TRUE.
The parameter value read from the ET 200S FC is output in the myParaValueRd variable.
Example: Write parameter
Proceed as follows to write a parameter:
1. Set the myCommand variable to CMD_WRITE in the symbol browser.
2. Assign the myParaNumber variable the parameter number to be written (e.g. "1120",
startup time).
3. Set the mySubIndex variable to "0".
4. Enter the parameter value to be written (e.g. "50") in the myParaValueWr variable.
5. Start the command with myCmdExecute = TRUE.
The value entered in the myParaValueWr variable is transmitted to the ET 200S FC.
Example: Activate command data set 1
Proceed as follows to activate command data set 1:
1. Set the myCommand variable to CMD_USE_DATA1 in the symbol browser.
2. Start the command with myCmdExecute = TRUE.
Example: Activate command data set 2
Proceed as follows to activate command data set 2:
1. Set the myCommand variable to CMD_USE_DATA2 in the symbol browser.
2. Start the command with myCmdExecute = TRUE.
30
Supplement for the ET 200S frequency converter
Function Manual, 01/2015