Asked — Edited

Ssc32 Strange Error Message

I have question for the use of the SSC32. In the screen shot. under the script "initaArms:' you will see an error message that says " Missing Binary Operator [V2]?0 . Anyone know what that means?

User-inserted image

My current setup for CY is 2 arms, 5 servos per arms, all connected to an SSC32 which its set for the 38.4K baudrate. My AutoPosition actions for both arms seem to work fine, just that error message keeps popping up. Any ideas? confused


ARC Pro

Upgrade to ARC Pro

Unlock the true power of automation and robotics by becoming a proud subscriber of Synthiam ARC Pro.

PRO
Synthiam
#1  

You will need to post the code for the script. And remember to wrap the code in [ code ] .... [ /code ] so we can read it

#2  

Script name "InitArms"


Servo(V0,77)
Servo(V1,78)
Servo(V2,81)
Servo(V3,70)
Servo(V4,90)
servo(V16,70)
servo(V17,80)
servo(V18,70)
servo(V19,78)
servo(V10,80)
Servo(V20,90)

This is pretty much all the code I've written so far to start the arms off in initial position. Again this is for the [b]SSC32[b].

ssc32_38400_armtest4.EZB

Here is the project file,might be easier to look at. the " Missing Binary Operator [V2]?0 is a strage one? but am still learning the ssc32. Any ideas? or if im just missing something?

PRO
Synthiam
#3  

yeah - the current version of ARC doesn't support more than 19 servos. That has been changed in the next release of ARC.

I will release it this evening. Stay tuned.

Once you install the update, all v0 to v99 servos are supported for ssc32

PRO
Synthiam
#4  

Get latest ARC: https://synthiam.com/Community/Questions/9274

#5  

Hey DJ, thank you for the info. Will download the latest and give that a try:)

#6  

Thanks again DJ ! works much better :D