User Tools

Site Tools


doc:tools_quickscript

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
doc:tools_quickscript [2015/02/14 09:47] admindoc:tools_quickscript [2015/02/14 14:45] admin
Line 1: Line 1:
 ====== OOBD Quick Script ====== ====== OOBD Quick Script ======
  
-As you might find, ...[[lua_make-your-own-scripts|Make your own OOBD Scripts]]+When going through [[lua_make-your-own-scripts|Make your own OOBD Scripts]] you might find that writing Lua Scripts for OOBD is not so easy. You need to install the build environment, understand how its all works, understand Lua as such, write you first scripts, debug it, compile it to finally have your first script in hands. 
 + 
 +To make this easier, OOBD QuickScript was invented. With the mouse you select the elements you want to have, drag and drop ypur program flow and finally you download the compiled script ready to run. 
 + 
 +All this runs in all modern browsers (except the Internet Explorer, as it seems :-( ), so you only need to go to [[http://quickscript.oobd.org| OOBD QuickScript]] to have your first script ready in about five minutes. 
 + 
 +Here is 
 + 
 +===== How it Works ===== 
 + 
 +When opening the page, you'll find a first template and menu bar in the middle of the screen. When clicking onto the items in the menu bar, another menu opens where you can select the functionality you need. While all the other menu items only contain standard lua function, we'll concentrate on the OOBD related functions here. 
 + 
  
-FIXME to be written, this is just a skeleton to have the links to the different functions 
  
 ===== The Main Menu ===== ===== The Main Menu =====
 +
 +{{ :doc:qs_mainmenu.png |}}
  
 ===== The Menu ===== ===== The Menu =====
 +
 +{{ :doc:qs_menu.png |}}
 +
 ===== The Menu Item===== ===== The Menu Item=====
 +
 +{{ :doc:qs_menuitem.png |}}
 +
 ===== The Item Procedure ===== ===== The Item Procedure =====
 +
 +{{ :doc:qs_procedure.png |}}
 +
 +
 ===== Set the Dongle ===== ===== Set the Dongle =====
 +
 +
 +{{ :doc:qs_dongle.png |}}
 +
 ===== Define the Module ===== ===== Define the Module =====
 +
 +
 +{{ :doc:qs_module.png |}}
 +
 ===== Request a Service ===== ===== Request a Service =====
 +
 +{{ :doc:qs_service.png |}}
 +
 ===== Evaluate a Result ===== ===== Evaluate a Result =====
 +
 +{{ :doc:qs_measure.png |}}
 +
 +
  
doc/tools_quickscript.txt · Last modified: 2015/02/21 09:15 by admin