Is there a way to have Script Communicator run a script that loops. It would simply send the ascii characters in I have stored in the script then pause for a set time period then loops to begin sending ascii characters again in a continous loop
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-10-19
Many thanks for the information - my last question is about sending several binary or hex numbers in the loop. Could you type here how its done. What is its syntax for multiple numbers in binary or hex being sent
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello:
Is there a way to have Script Communicator run a script that loops. It would simply send the ascii characters in I have stored in the script then pause for a set time period then loops to begin sending ascii characters again in a continous loop
Hi,
you can do this with a timer. You can find an example in the attachment.
Last edit: Stefan Zieker 2021-10-18
Many thanks for the information - my last question is about sending several binary or hex numbers in the loop. Could you type here how its done. What is its syntax for multiple numbers in binary or hex being sent
Thanks!
You can use scriptInf.sendDataArray for that. You can find an example in the attachment.