
Download and install the latest ARC robot programming software to experience these updates.
Get ARCThis new release has a few enhancements for ARC for Windows. This also has a huge change to the EZ-Script Compiler Cache. What I had done is created a pre-compiled cache of the EZ-Script operational codes. The cache is updated every time you edit an EZ-Script, or load a new project. This provides a significantly noticeable improvement to any actions that use EZ-Script. This includes Custom Movement Panel, WiiMote, Joysticks, etc..
Changes:
- Pre-Compiled cache of EZ-Script
- New camera command for ControlCommand(): ClearLastGlyph (i.e. ControlCommand("Camera", ClearLastGlyph)
- Array reference by variable fix (i.e. $Variable[$n] )
- Fine tune adjustments to the Face Detection and custom HAAR object detection algorithm
- EZ-Script commands DefineArray and FillArray will create an array that now displays values of each location in the Variable Viewer. If you are an array user, you'll see
Changes:
- Pre-Compiled cache of EZ-Script
- New camera command for ControlCommand(): ClearLastGlyph (i.e. ControlCommand("Camera", ClearLastGlyph)
- Array reference by variable fix (i.e. $Variable[$n] )
- Fine tune adjustments to the Face Detection and custom HAAR object detection algorithm
- EZ-Script commands DefineArray and FillArray will create an array that now displays values of each location in the Variable Viewer. If you are an array user, you'll see
See:
www.ez-robot.com/Community/Forum/posts.aspx?threadId=5248
Nothing has changed for speech recognition since day one. If it worked for you before, that is because your system was setup correctly for that culture and language. If it does not work anymore, your system is not configured correctly for the desired language or culture.
To clarify, there is no explicit statement in ARC that says "Speech recognition must be English".
By default, the preferred culture is EN-US. If that culture does not exist, it will use the default culture. As an example, here is the speech recognition initialization code from ARC to close this discussion. As you can see, the preferred culture is searched, if it is not found then it uses the default culture of your OS.
Code:
It appears this release introduced a bug with empty variables. See page 6 of this thread:
http://www.ez-robot.com/Community/Forum/posts.aspx?threadId=5267&page=6
Alan
Code:
Returning the variable as only a single quote "
Do you guys think this is a bug or was that the intended functionality in the newest release? It did not do that in version 2014.02.21
As Alan mentioned, as discusses in http://www.ez-robot.com/Community/Forum/posts.aspx?threadId=5267&page=6