ARC Pro

Upgrade to ARC Pro

Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.

#193  

No problem Richard. You can modify the SetupDatabase.bat file in the EZ-AI directory using Notepad to this and rerun it.


c:
cd\
CD EZ-AI

SQLCMD -S %COMPUTERNAME%\SQLEXPRESS1 -i C:\EZ-AI\Install\SetSQLInstanceToNamedUsers.sql
SQLCMD -S %COMPUTERNAME%\SQLEXPRESS1 -i C:\EZ-AI\Install\CreateDatabase.sql
SQLCMD -S %COMPUTERNAME%\SQLEXPRESS1 -i C:\EZ-AI\Install\AddRobotUserToSQL.sql
SQLCMD -S %COMPUTERNAME%\SQLEXPRESS1 -i C:\EZ-AI\Install\SetDatabaseOptions.sql
SQLCMD -S %COMPUTERNAME%\SQLEXPRESS1 -i C:\EZ-AI\Install\SetupDatabaseObjects.sql
SQLCMD -S %COMPUTERNAME%\SQLEXPRESS1 -i C:\EZ-AI\Install\SetupActivityTable.sql
SQLCMD -S %COMPUTERNAME%\SQLEXPRESS1 -i C:\EZ-AI\Install\AddStarWarsQuestions.sql
SQLCMD -S %COMPUTERNAME%\SQLEXPRESS1 -i C:\EZ-AI\Install\AddCities.sql
pause
#195  

send me an email (in my profile)

I need ID and the password from Team Viewer.

#196  

Hey David... Thanks a million! Can't wait to dig into it...... I am going to cleanup the mess of files I made here lol... Sue just got home so can I hook up with you later regarding a possible skpe tour of AI.... Of course when you are available that is...

Cheers Richard

#198  

I have publishing V1.0.0.7.

EZ-AI.exe

The application has been refactored to make future development efforts easier to program.

UPC codes

The bug in the UPC code which caused an error to popup when scanning the barcode too many times has been corrected

Email

The email module has been rewritten to handle Gmail, Yahoo, MSN and Live accounts. It also has more features.

EZ-AI.exe /P CheckEmail will now return the number of new emails that you have since the last check from EZ-AI.

EZ-AI.exe /P EmailInfo will return the sender and the subject of of these emails

EZ-AI.exe /P # will return the body of the email that is requested. For example, if you had 4 emails and you used the EmailInfo switch to then get the sender and subject information, and you wanted to have the 3rd email from this list passed back to you, you would use EZ-AI.exe /P 3 If you then wanted the 2nd email from this list to be passed back, you would use EZ-AI.exe /P 2

Entertainment

There is a new feature that will get Movie and TV show overview information from themoviedb.org. You launch this by calling EZ-AI.exe /ENT

The most popular shows and movies will appear in lists on the right side of the form. Saying More Movies or More Shows or More Movies will load the next list of movies and shows. Saying Previous Movies or Previous Shows will take you back to the previous list of movies and shows. Saying Choose Show [the show name here] will load send the show overview back to ARC and display it on the screen. Saying Choose Movie [the movie name here] will do the same for movie overviews. This will be expanded on in the future, but this is working well so I thought I would kick it out to you all.

I have pushed these updates out to cochranrobotics.com/EZ-Robot-Plugins

While you're there, if you haven't done so, register on the site to see the community forums. Also, if you have registered, introduce yourself. It would be great for others to see who all is a member of that forum. Only about 10% of the registered users are on the forums right now.

Thanks

David

United Kingdom
#199  

@David.

I've just posted a question in the "Installation"'thread on your forum. I'm currently in the middle of the install but having a couple of problems.

#200  

Yep, I saw and replied. Sorry about it taking so long. Check the post and let me know which part of it is.

Thanks David