Japan
Asked

Use The Old Version

is there any way to update the old version instead of this latest version? I need some features of the old version, when I download the old version there is an error: "a more recent version is already installed on this computer" and i can't use it



Related Hardware (view all EZB hardware)
EZ-B V4 by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos 24
Camera
Audio
UART 3
I2C
ADC 8
Digital 24

Related Robot Skills (view all robot skills)
Advanced Azure-backed speech-to-text for ARC allowing custom Azure Cognitive Service keys, scripting hooks, and configurable output variables.
Detects positive sentiment percentage of input text using cognitive ML; returns $SentimentPercentage, shows face, graph, and status for analysis.

ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

Author Avatar
Vietnam
#1  

Yes, that is exactly what I need, when I look through your question I have checked my plugin to build and it really lacks the main Autopositions feature so VS cannot interpret the code and I will need to update Updated version 2015.7.28.0 to use the feature in EZB.SDK (in EZ_B.dll package)

#2  

me too, need some features of the old version to build the project and am having this message, i have deleted the new version but cannot update the old version

Author Avatar
PRO
USA
#3  

Quote:

"a more recent version is already installed on this computer" and i can't use it
Did you tried the obvious : uninstall the existent/recent version, install the old version ?

Author Avatar
PRO
USA
#4  

Quote:

I need some features of the old version
Can you be more specific ? Installing a old version may bring back old bugs and/or break plugins compatibility.

Author Avatar
PRO
USA
#5   — Edited

Quote:

I have checked my plugin to build and it really lacks the main Autopositions feature so VS cannot interpret the code and I will need to update Updated version 2015.7.28.0 to use the feature in EZB.SDK (in EZ_B.dll package)
DJ already answer your question: EZ-Robot SDK is gone! Synthiam ARC only supports plugins.

The class EZ_B.Autoposition exists in the SDK version not in the Synthiam EZ_B so you have 3 options:

  1. Use the old SDK version with a standalone application and don't ask for support (SDK and/or an old ARC versioon) are not supported.

  2. Use Synthiam's EZ_B in a standalone application and implement your AutoPosition version, bear in mind this is not a supported scenario.

  3. Create a plugin for Synthiam's ARC and don't mix old code grabbed from a github old project that uses the old SDK, learn c# .NET and follow the plugin tutorial and learn how to interact with AutoPosition control and other ARC controls/plugins.

It seems you MTP and Joinny are from Vietnam and maybe same person (same type of questions and same writing).

I saw your questions on github and same/similar issues AGAIN.

I wrote a post about Vietnamese support with Msft Cognitive APIS here: https://synthiam.com/Community/Questions/Use-voice-recognition-for-unsupported-languages-18397

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#6   — Edited

The Auto Position from the old sdk is accessible in synthiam's ARC in this namespace: EZ_Builder.Services.AutoPosition.AutoPositionService