Skip to main content
Submitted by abeldm on Wed, 07/05/2017 - 07:46

In the editor text I intrduce a simple code with a Input. When I execute the code in the console jumps the prompt mesage, but when I put the name jumps a message who tell ''Command timed out'' in red.
What I have to do?

Comments 1

KushalP on 07/17/2017 - 17:28

Hi abeldm,

What DMC controller are you using? The IN command is not supported on specific DMC controllers. You can achieve similar functionality by having a DMC code loop that checks the status of a variable. For example, if you had a loop that checked the status of a variable called "x". The user could enter a value from the terminal, x=30. Then in the loop if the value of x = 30, some specific process would start.