CDRFLEx.tp_get_user_input_response
Features
This function transfers user input information when a user input is requested during DRL program operation.
Parameter
Parameter Name | Data Type | Default Value | Description |
strUserInput | string | - | 256-byte user input string |
Return
Value | Description |
0 | Failed |
1 | Success |
Example
// When executing DRL command tp_get_user_input
Drfl.tp_get_user_input_response("tp get user input response");