I am just starting out with Workcell. I had problem with the install. Port D on my brain did not work for creating the start values with “Target”. When I switch to Port F, the joint “passed”. Now as I start Lab 2, I chose Arm from the Device menu. The problem is the Device Arm seems to be pre-set for motors in ports 1-4 and potentiometers for A-D.
Is there away to change these setting to match my physical set up 1-4 and A-C and F.
This is an important issue. I have several brains that have had port 3 fail. How could I uses those Brains with the Arm if the Arm device configuration cannot be change?
Thanks @jpearman! I will try that. Definitely should be a solid work around, but I am hoping VEX comes up with a way to do it in the graphical interface. Although students who will start working on the Workcell will be competent text coders, eventually I would like all my students to be able to program the Workcell at the lowest barrier. Thanks again!!
To loopback for anyone benefit. You can start with a blocks project and select the Arm from devices. Do all your programming with block.
Save project,
Use convert tool to convert to C++.
Use the {+} icon at the top of the window to reveal config code lines 1-44ish.
Find the line that has the port you need to change.
Type in change.
Save, Download and Run.
This worked for me for a simple program, so I don’t see why it would not work with a longer program.
Glad for the help and hope this helps others.