RIOS Update

Please tell me the exact date when I will receive the update for RIOS on controlling through varying analog inputs.Is there any provision in doing it with RIOS v1.04 itself?

Not sure what you are asking here. RIOS already has the ability to make movement decisions based on the 4 analog or digital inputs. It’s had this ability from the very beginning. :slight_smile:

He might mean the 1.05 update. ??

When I contacted the programmer,he told that it is not possible to control the robot arm for varying analog inputs.It requires another provision by which it is possible that is using a client and server socket program.I will be writing a client program in Borland C++ whic was also included along with it.This was the statement given by the programmer.

It apears you have a totally different idea of “controlling through varying analog inputs” than I was thinking. The SSC-32 has 4 inputs that can be used for controlling what the arm does. For example you can instruct a sequence to be run if an analog input reachs a certain level. It’s actually much more powerful than that. In fact external inputs can be used by the program to control which Sequence is run. The inputs have Do-While, For-Next, and If-Then-Else support. You can even program it to close the gripper until a switch closure occurs! Trigger inputs and watch outputs turn on and off. Use the sequence list for programming using If-Then-Else, For-Next, and Do-While loops. So in order to proplerly answer your question I need you to further define your interpretation of “controlling through varying analog inputs.” :wink: