Home

WIP Data Capture System - The Barcode Software Center

image

Contents

1. MMC Software WIP Data Capture System User Manual Distributed by The Barcode Software Center 1113 Hull Terrace Evanston Illinois USA 60202 Tel 847 866 7940 Fax 847 866 9836 www makebarcode com MEC Software WIP Data Capture System User Manual Rev 6 2004 c Copyright 2001 2004 Measurement Equipment Corporation All rights reserved Distributed By The Barcode Software Center 1113 Hull Terrace Evanston IL 60202 USA Tel 847 866 7940 Fax 847 866 9836 www makebarcode com WIP Data Capture System User Manual Introduction Knowing the current status of each production order in a manufacturing or processing facility is critical to efficient operations Obtaining up to the minute information can require considerable time and effort especially if a facility is large and orders travel through several operations The WIP Work In Process Data Capture system is designed to gather production status from scattered workstations in real time and store the data where it can be displayed and analyzed by manage ment software Printed work orders include a barcoded order number Code 39 barcode fonts are included with the WIP Data Capture system Management Software Management software Displays Reports can use the captured information to display job WO4095 f status and analyze WORK ORDER productivity wu Job Information Database WIP Data
2. mF Satie Prelat 1 EED TET 1801 Fiti preda co 1 EENE TET This sample report is reduced a bit from actual size and is intended as an overview barcodes do not take well to resizing in document layout programs so they will probably not scan 30 ee WIP Data Capture System User Manual MEC Software 239z
3. Capture The WIP Data Capture software software adds the date time and workstation identification then stores the infor mation on a central database WORK ORDER Work order travels with parts to WWI different processing stations At 242987 each station the operator uses the WIP Data Capture System to record the work order and the work done Barcode scanners make this a quick and accurate process The WIP Data Capture software can be installed on several workstations located around a facility all of the captured data is transmitted over a local area network and stored on a single centralized database Management software can use this information to provide up to the minute activity reports so production managers have a clear and current picture of operations Since the WIP Data Capture system records the precise date and time of every transaction special software can calculate the time spent on each operation and analyze productivity The WIP Data Capture system collects and stores transaction data software for analyzing and reporting the data is not part of the WIP Data Capture package The package does include a simple job tracking example written in Microsoft Access this is intended as a starting point for users with experience in Microsoft Access or Visual Basic programming See the section entitled Using the Captured Data for an introduction to techniques for extraction of the data MEC Software Architecture of the WIP
4. Data Capture System The arrangement of data entry fields on the WIP Capture screen is flexible and is centrally con trolled by the system manager The manager can specify what fields will appear where they will be located on the screen and where the captured data should be stored This information is stored in one shared network database WIPConfig mdb The system manager uses the program WIPConfig exe to manage the settings Whenever a WIP Data Capture program starts running anywhere in the facility it reads the configu ration database to see how it should arrange the display Any changes made by the system man ager are automatically reflected in the appearance of the display This means that in a facility with multiple data capture stations the system manager does not have to go to each workstation to make changes When several workstations are involved it is often the case that different departments require different screen layouts The system manager can define any number of profiles in the configura tion database each profile defines a different screen layout Each workstation may be locally configured to automatically use one of the defined profiles In addition to the screen layout the configuration specifies where the captured data should be stored This includes the full network pathname of the database file the name of the data table and the names of the individual data fields The database may be dedicated soley to captu
5. Miling Department Form Width lesma ooo Form Height ao Database Path JCAWIPDataCapture WIPDatamdb rl Database Table WiPe o Time Stamp Field Timestamp y Workstation Field workcenter 0 Data Capture Fields Edit Field Operation Employee Add Field Delete Field Delete This Profile Cancel i Click Done to save and exit or cancel to exit without saving To delete the profile click the Delete Profile button Here are descriptions of the profile settings Profile Name This is the name used by WIP workstations to refer to the profile The name is set when a profile is created and may not be changed Displayed Title This text will be displayed at the top of the WIP Capture screen Form Width Height The size of the data entry form measured in screen units about 1000 inch Database Path The full pathname to the database which will receive captured data Enter the complete pathname or click on the button at the right of the field to browse to the file Database Table The name of the table which will receive the captured data The scroll down list displays all of the fields available in the specified table point and click to select Time Stamp Field The name of the field which will receive the transaction date time information Use the scroll down list to select the correct field Workstation Field The name of the field which will receive the workstation identification Select a field from the scroll down list 8
6. Queries are simple and effective but there is a potential problem time passes while the queries are executing If the queries are run while WIPCapture stations are collecting data there is a danger that new data records will be recorded during execution of the queries A new DONE record might be recorded too late to be picked up by PostDoneRecords and ArchiveDoneRecords but in time for DeleteDoneRecords The result would be that the record would be erased but never posted or archived The size of the time window is very small but it is there nonetheless If posting is done in off hours when no data is being captured then this is not an issue If posting of records must happen while WIPCapture stations are merrily sending in data left and right or if posting becomes too complex for a series of simple queries then a Visual Basic code module may be a good solution 21 MEC Software Using Visual Basic code to post data One advantage of using code is that the program can process WIPLog records one at atime it can post archive and delete each record before moving on to the next WIPCapture records that arrive while processing is active will either be processed or left for the next time the danger of only partially processing a record is avoided Writing VB code to do the posting can be a bit complex unless you have some experience with writing database functions We ll try to make the following example as clear as possible Start b
7. WIP Data Capture System User Manual Data Fields The Data Capture Fields list at the bottom of the profile screen shows the data fields that will ap pear on this profile s capture screen a profile may contain any number of fields Highlight a field on the list and click Edit to display the Edit Field screen shown below Click Delete to remove the selected field or click Add New to create a new field Click Done to save your changes and return to the main profile screen Click on cancel to return without saving changes ioi xi Field Name PartNo Operator Prompt Part Number SS Store in Field PatNo sss Default Entry Entry Required v Tab Stop v Erase After Save Vv Tab Ind Visible Vv sbindes f3 x Position Horiz 400 width 2500 Y Position Vert fi 100 Height 285 Cancel Done Field Name This is the reference name for this field Operator Prompt This text will appear on the WIP Capture screen just above the entry field this text tells the user what information is expected Store in Field The name of the field where the captured information will be stored The database and the data table are defined in the main profile screen Default Entry The data entry for this field if the operator does not fill in a value Entry Required Check this box to force the user to enter data in this field Visible Uncheck this box to hide the field on the capture screen Erase After Save After a user saves a transaction
8. fonts optional y Click on Start gt Settings gt Control Panel gt Fonts then select File gt Install New Fonts When prompted for the fonts browse to the CD ROM and select all of the files which end in TTF Setting the License Key When you run WIPConfig or WIPCapture for the first time a pop up window will ask for the license key Copy this number from the label on your installation CD ROM If you click Install as Demo the software will operate in demonstration mode WIPconfig operates normally but WIPCapture limits you to a total of 25 capture records at any one time A copy of the software installed as a demonstration can be activated with an unlock license key Contact the publisher for details If you click Cancel the software will operate in demonstration mode and the pop up window will appear every time you start the program MEC Software Setting up the Database for Captured Information The WIP Data Capture System needs a place to store all of the information that it will collect At present the WIP Data Capture system records transaction data in Microsoft Access database format either Access 97 or Access 2000 format You can use a database that already exists on your system create a new one from scratch or start with the example WIPData mdb included on the CD ROM WIPData mdb is Access 2000 format for Access 97 use WIPData97 mdb The database must contain a table which will receive the captured data it do
9. to divide up the Line Item barcode Note that the separator character appears between the fields which are enclosed in square brackets LI OrdNo PartNo Operation When the LI barcode is scanned the WIP Data Capture system will automatically separate the pieces of data and put them in the correct fields on the screen Since separator characters mark field boundaries the length of each piece of data can vary from one barcode to the next At the risk of complicating matters you should know that different separators can be used within the same barcode The following example uses a dollar sign to divide the order number and part number and a pound sign to divide the part number and operation LI OrdNo PartNo Operation Separators can be more than one character This might be useful in cases where all likely candi dates for separator characters are used in the data For example say that could not be used because it appears in part numbers but two pound signs in a row never appears in part num bers The following format would confuse the WIP Data Capture system if a appeared in a part number LI OrdNo PartNo Operation By using a pair the WIP Data Capture system will be able to distinguish a single in a part number from a separator assuming that the in the part number is never the first or the last character in the part number LI OrdNo PartNo Operation It i
10. JobTracking JobApps mdb gt lt local drive gt Job Tracking Next you will need to link JobApps mdb the file with the screens and reports to JobData mdb the file with the data at its new location Open Windows Explorer and browse to the local JobTracking folder While holding down the Shift key double click on JobApps mdb holding down the shift key will prevent the main menu from appearing automatically so you can work with some internal set tings On the menu click on Tools gt Database Utilities gt Linked Table Manager click Select All and then click OK A browser window will pop up locate JobData mdb in the local drive or network drive depending on where you copied it and click OK Access will refresh the links between JobApps mdb and JobData mdb Exit from Access You can try out the Job Tracking application by double clicking on JobApps mdb The application lets you create and edit jobs and add any number of items to each job We ll go into details in a moment When you are ready to track the progress of jobs as they move through your process you will need to change some settings in the WIP Data Capture System In the WIPConfig program click on Settings and change the Path to Configuration Database to point at the WIPConfig mdb file that you copied from the JobTrackingSample folder Still in the WIPConfig program click on Data Capture Profiles select JOB TRACKING and click on Edit Profile Change the Dat
11. a Capture System User Manual Command Barcodes When using the WIPCapture system with a scanner connected to a serial port special command barcodes can be used to control operation of the software Save same as clickingthe Record Data button Save and Hide same as clicking the Record Data button followed by the Hide button Hide same as clicking the Hide button Clear erases all of the data entered on the screen Clear and Hide erases all of the data entered on the screen then hides the screen 17 MEC Software Using the Captured Data The WIPCapture system builds a chronological log a list of every transaction captured at the workstations The task of organizing and presenting this information in useful ways is really a job for a programmer or someone with a good understanding of Microsoft Access or someone deter mined to learn Since the WIP Capture data is stored in Microsoft Access format Access provides a convenient and flexible tool for manipulating the data Creating an application database A database can contain information plus all the things that organize and present the information queries forms reports macros and modules It is very important that information reside in one database file and that all the queries reports etc reside in a separate database file The database with the forms etc can reference the information with a Link to the other database The reason for doing this is that when y
12. a as String Get a pointer to the database MyDb then open the WIPLog JobStatus and WIPArchive tables Set MyDb CurrentDb Set LogRec MyDb OpenDatabase WIPLog DB_OPEN_DYNASET Set MainRec MyDb OpenDatabase JobStatus DB_OPEN_DYNASET Set ArcRec MyDb OpenDatabase WIPArchive DB_OPEN_DYNASET i Starting at the beginning of WIPLog LogRec step through b every record until we reach the end of the file EOF While LogRec EOF False Check to see if this particular log record has DONE for an operation code 7 handle all possible operation codes If LogRec Operation DONE then N Create a search string and locat In real code you will probably not just DONE the desired job record on the main database The actual i string will be something like JobNo 12345 The Chr 34 is the code for a double quote AAI Criteria JobNo MainRec FindFirst Criteria If MainRec NoMatch W amp Chr 34 False Then amp LogRec JobNo amp Chr 34 3 We found the job Edit the Main record inserting the date time from the log record Be sure to use Update to record the change MainRec Edit MainRec TimeDone MainRec Update LogRec TimeStamp Now that the information has been posted archive it 23 cre
13. a list of transactions related to just one job can be done with a simple Select Query Click on Queries then on Create Query in Design View Select WIPLog from the Add Table list and click OK A list of the fields available in WIPLog will appear in the top half of the design screen double click on TimeStamp JobNo Partno and Operation to add them to the grid below a Query1 Select Query EES Field Table o B rr a ee Show Criteria or To run the query click on the red exclamation point button located on the tool bar at the top of the screen What you will see is a list of every transaction currently on file very complete but not necessarily useful In the JobNo column add the expression Select Job in the Criteria row this will cause the query to ask you for a job number and then select only the records related to the job you are interested in In the TimeStamp column select Descending in the Sort row this will cause the query to organize the entries with the most recent at the top of the list gl Query1 Select Query ee S S Field Timestamp Jobo PartNo Operation Table WIPLog WIPLog WIPLog WIPlog o r a a a Show M Mmf M M Criteria Select Job or 19 MEC Software Using a query to erase jobs You may wish to erase a group of log records all at once everything related to a particular job which has been completed for example To do th
14. abase Path setting to point at the JobData mdb file that you copied from the JobTrackingSample folder In the WIPCapture program click on Configure Change the Pathname of Central Configu ration Database to point at the WIPConfig mdb file that you copies from the JobTrackingSample folder in the Profile to Use field select JOB TRACKING The WIP Data Capture System is now set up to capture job tracking information and store it in JobData mab 206 3 WIP Data Capture System User Manual When you double click on JobApps mdb the Main Menu will appear To create a new job enter the job number in the Edit Create Job field to edit an existing job type in the job number or select the job from the drop down list The Item Master List button displays a list of item numbers and their descriptions The Job Status Codes lets you manage a list of words that describe the current status of a job Let s start with the Job Status Codes screen you can add edit or delete codes to suit your needs __ 101 x VoD es Se Sirk Oa 27 MEC Software The Item Master list lets you add edit or delete standard items You may already have a list of items available in another form Excel or QuickBooks for example You can generally export your existing item list to a standard format Excel or comma delimited text that can then be imported into Access The Job Tracking application is basic storing only Item and D
15. ad to frustration WIP Data Capture System User Manual Using the WIPConfig Program 01x Data Capture Profiles Barcode Formats F Settings Quit The first time you run the WIPConfig exe program you will need to specify where the WIPConfig mdb database is located Click on the Settings button at the bottom of the WIPConfig screen to display the local settings screen lolx Path to configuration database IMB ashful Devel MEC Products w IPD ataCapture WlPConfig mdb sae Fill in the full pathname to the WIPConfig mdb database or click on the button to the right of the field to browse to the filename It is common practice to to save this database on a shared network drive where it is available to any workstation on the network For example if your shared network disk is mapped as drive S with a folder named JobTracking the full pathname would be S JobTracking WIPConfig mdb Click Save to store the pathname and go back to the main WIPConfig screen MEC Software Profiles You may define any number of profiles Each profile defines the appearance and behaviour of a data capture screen a separate profile can be created to meet the specific needs of each depart ment in a facility Click Data Capture Profiles on the main menu and select an existing profile from the pop up list or click Add New to create a new profile The Edit Profile screen will appear fa Edit prote ST Profile Name Milling Dept Displayed Title
16. additional features that provide greater convenience for the user For example special command barcodes can be scanned to save data hide the screen or clear the screen the operator does not need to use a mouse to click an on screen button If the WIP Capture screen is hidden on the Windows Task Bar scanning a barcode will automatically return WIP Capture to its normal size Barcode prefixes can be reliably inter preted with a serial scanner as of this writing prefix identification does not work with keyboard wedge scanners NOTE If you plan to run more than one copy of WIP Capture on a single computer The configuration settings for WIP Capture are stored in the Windows registry If more than one copy of the program is running on a single computer they will all use the same configuration set tings This is not good because all copies of the program will use the same workstation identifica tion and there will be conflict when they all try to open the same serial scanner port To avoid this problem use command line parameters to set the configuration for each running copy of the pro gram individually see the next section in the manual 13 MEC Software WIP Capture Command Line Parameters The configuration settings for WIP Capture are stored in the Windows registry and loaded when the program is executed All copies of WIP Capture running on a single computer will share the same configuration settings If more than one copy of WIP C
17. apture will be running on a computer at one time or if you wish to change profiles without reconfiguring the solution is to use command line parameters If you display the properties for a Windows shortcut to WIP Capture the Target field contains the command line that actually executes the program This will typically look something like this C Program Files WIPCapture WIPCapture exe With this command line WIP Capture will load retrieve the configuration settings from the registry and start running You can override the configuration settings by adding parameters to the com mand line Here is a list of the available options B Show configuration button B lt yes no gt Including B NO on the command line will hide the configuration button This will keep unauthorized people from exploring and possibly altering settings The default setting is Yes show the button IS Scanner communication settings S lt COM port gt lt baud rate gt lt parity gt lt data bits gt lt stop bits gt The COM port should be COM1 COM2 or whatever other serial port the scanner is con nected to The other settings should match the scanner s communication parameters check the manual that came with your scanner Here is an example for a scanner attached to COM2 running at 9600 Baud No Parity 8 data bits 1 stop bit S COM2 9600 N 8 1 W Workstation Identification S lt workstation identification gt This text string identifies the workstatio
18. ata subroutine first Sub Button2_Click PostData DoCmd OpenReport CurrentJobList End Sub PostData is a simple example but it includes the structural foundation for more sophisticated processing Using code to post records is more complicated at the beginning but it provides much greater control and flexibility and is worth serious consideration 24 295 WIP Data Capture System User Manual MEC Software Job Tracking Starter Kit The WIP Data Capture package comes with a Job Tracking Starter Kit which includes a database some basic screens and reports and a WIP configuration file This package can be used as is for basic job tracking or modified or expanded to suit specific needs The Job Tracking files can be found in the JobTrackingSample folder on the release CD ROM or downloaded demonstration version If you want to test the system on a network create folders named JobTracking on a shared network drive and on your local computer If you want to experi ment on just one computer create the C JobTracking folder on your local computer only and skip the network drive Copy the files from the JobTrackingSample folder Network JobData mdb gt lt network drive gt JobTracking WIPConfig mdb gt lt network drive gt JobTracking JobApps mdb gt lt local drive gt Job Tracking One computer only JobData mdb gt lt local drive gt JobTracking WIPConfig mdb gt lt local drive gt
19. ate a new archive record MEC Software copy all of the fields then Update to save ArcRec AddNew ArcRec TimeStamp LogRec TimeStamp ArcRec JobNo LogRec JobNo ArcRec PartNo LogRec PartNo ArcRec Workstation LogRec Workstation ArcRec Operation LogRec Operation ArcRec Employee LogRec Employee ArcRec Update The information has been posted and archived so delete the WIPLog record This avoids gt dealing with an ever increasing number of records and insures we don t accidentally double post a record LogRec Delete Endif Endif Move to the next WIPLog record LogRec MoveNext Wend this is the end of the While LogRec EOF False loop We arrive here once th nd of the WIPLog file has been x reached Clean up and exit MainRec Close LogRec Close ArcRec Close Set MyDb Nothing End Sub Running this subroutine will post all of the DONE records that have been captured since the last time we ran it Causing this function to run automatically is relatively simple For example assume you have created a report that lists the status of all jobs CurrentJobList before printing the report you want to make sure that all captured data has been posted Add a new button to the form we created earlier right click on the button select Build Event and select Code Let s write code that will print your report but run the PostD
20. ck on Forms and then Create Form in Design View In the toolbox click on the command button control and drop it onto the middle of the new form Then right click the new button click on Build Event and choose Code from the list of options This will pop you into the Visual Basic code editor and the scenery will look something like this Sub Buttonl_Click End Sub This is just the barest outline of a subroutine Add code so it looks like this Sub Buttonl_Click DoCmd SetWarnings False DoCmd OpenQuery PostDoneRecords DoCmd OpenQuery ArchiveDoneRecords DoCmd OpenQuery DeleteDoneRecords DoCmd SetWarnings True End Sub AAI The SetWarnings False simply turns off the little pop up message that asks the operator to confirm that they really want to update or delete or whatever The SetWarnings True at the end just turns the warnings back on The three OpenQuery statements run the three queries that we designed to post archive and then delete records which have an operation code of DONE the names used in the OpenQuery statement are the names given to the queries when they were saved after creation Close the Visual Basic editor to return to the design view of the new form then close the form answer yes when asked if you want to save it When you run the new form and click on the button we created the piece of code shown above will run executing the three queries A word of Caution
21. des you will use If the WIP Data Capture system cannot identify a barcode by its prefix it will put the data wherever the keyboard cursor is located at the moment Click on the Barcode Formats button on the main menu to display the Barcodes screen shown on the next page 10 WIP Data Capture System User Manual This screen displays a list of barcodes which have been defined ioixi Edit Operation PartNumber Employee Add New Rename Delete iii Create new barcode formats by clicking Add New you will be asked for a name to help you keep track of the different barcode types To edit an existing format select it on the list and click Edit To remove or rename a format highlight the name and click Delete or Rename Edit Barcode Format oj x Operation Format Sting jOP Operation JV Strip Prefix Double click to PartNo insert a data Operation capture field Employee JobNumber Fill in a format string for each barcode Prefix characters are entered just as they will appear in the barcode The names of the fields where the data should be stored are enclosed in square brackets you may type the field name manually or double click the desired field on the list it will be inserted into the format string at the cursor position The field name used here must match one of the Field Names shown on the list If you want the barcode prefix to be removed before the data is sto
22. e have added the WIPLog and JobStatus tables to the query and we have forced a link between the JobNo fields in the two tables This means that the query will only extract and copy the data when the job numbers match Notice that in the Operation column we have set the Criteria to DONE this means the query is only interested in transactions that record a DONE operation In the last column TimeDone the contents of the TimeStamp field in WIPLog will be copied to the TimeDone field in JobStatus Copy the date time from TimeStamp in WIPLog to Match JobNo between tables Select only DONE records TimeDone in JobStatus a Query1 Update Query JobNo TimeDone ee E ee ee ee Field Timestamp Jobo PartNo Operation TimeDone Table WIPLog WIPlLog WIPLog WIPLog JobStatus Update To o o o ooo do o sid O N y fe O Criteria DONE or 20 WIP Data Capture System User Manual The second query an Append query would copy all of the DONE log records from the WIPLog table to a separate table same structure as WIPLog but named WIPArchive to keep the WIPLog table pared down to a reasonable size The third query a Delete query would then erase all of the DONE entries in WIPLog now that they are posted Other sets of queries could be created to Post Archive Delete other pieces of data Instead of running the queries manually they can be run automatically Cli
23. es not matter if it is the only table in the database or one of many In the sample WIPData mdb the name of this table is WIPLog You can give the database and data table any name you choose Each profile in the WIP configuration allows you to specify the full pathname to the database and the name of the data table While the WIPConfig utility allows the system manager to specify a different database for each profile it is common practice for all profiles to store captured data in the same database and table Database MyTable1 MyTable2 Captured data will be stored here The individual fields within the data table can be named anything you wish The only requirement is that the field names referred to in the WIP Configuration match the actual names of the fields in the database The data table might contain fields like the following Name Type of Data Purpose RecordNumber AutoNumber Provides unique ID for each record TimeStamp Date Time Date and time of transaction Workstation Text Workstation which captured data JobNumber Text Job Number this applies to Operation Text Operation code Start Finished Hold etc Quantity Text Number of units involved in operation Employee Text Employee recording transaction Any number of data fields can be used to fit your specific needs It is a good idea not to require too much data every piece of information is another field for the user to fill in and too many fields can cause delays and le
24. escription using Access you can add more fields to JobData mdb and include them in the design of the ItemMaster form in JobApps mdb amp ItemMaster mife o x ltem Description Pee reconnect O es titd erect l Record 14 4 1 gt gt t r of 3 Once a list of items has been defined you can create a new job Type in a job number on the main menu and press Enter to display the JobMaster screen Here you can enter the customer name the date the order was entered it defaults to the current date the date the order is due for comple tion the current status of the job and any special notes You can enter a list of Items and quantities the descriptions are automatically filled out using information in the ItemMaster list At the bottom of the screen any tracking information about this job is displayed with the most recent event at the top of the list For a new job this list will be blank as a job moves through your process and data is collected using the WIP Data Capture System the recorded events will be listed here To print a Job Ticket click the button at the bottom of the screen This will print a report which includes barcodes for the Job Number and for each of the line items on the order 28 WIP Data Capture System User Manual iojxi JobNumber 1002 Status IN PROCESS z Customer Acme Rocket Sled Company SC DateOrdered tis DateDue Pc Notes This is a temporary test job ltem Descr
25. iption lm ke a m Fist product 1 E 1002 Second Product 1 BL E 0 TimeStamp ltem Operation Oty Workstation Employee 5 29 2001 9 31 18 AM 1002 SAND 1 STN 1 GEORGE 5 29 2001 9 29 28 AM 1002 DRILL 1 STN 1 JOHN 5 29 2001 9 29 20 AM foot DRILL 1 STN 1 JOHN Print Job Ticket Printing barcodes on the Job Ticket requires that the Code 39 barcode fonts which come with the WIP Data Capture System are installed on the local computer specifically C39_80HN TTF and C39_40HN TTF If the barcode fonts are not installed the barcodes will be printed using a default text font The Job Number and Line Item barcodes are formatted to match the WIP configuration the WIPConfig mdb file copied from the JobTrackingSample folder The Job Number barcode at the top of the form contains only the job number with a JO prefix the prefix helps WIP recognize the barcode and store the data in the right field The Line Item barcode contains a LI prefix and both the job number and item number WIP will recognize the LI format and store the two pieces of information in the correct fields When collecting job tracking information with WIP the user can scan just the Line Item barcode to fill in the Job Number and Item Number fields All that remains is to specify what process was done and save the record 29 MEC Software rongas Ondemd Du This is a GERPOESEy teart job Line lien Da cai tho Taani
26. is create a select query just like the last one include the Select Job on the Criteria line You do not need to sort the records in descending chronologi cal order this time On the tool bar click on the Query Type button immediately to the left of the red exclamation point and select Delete Query When you run this query you will be prompted for a job number Select Job the query will then find all records for that particular job and mark them for deletion Before it finalizes the deletion the query will tell you how many records will be deleted and ask for your confirmation Posting data to another database In some cases it may be desirable to post information from the WIPData file to another database While the WIPData file contains a record of every transaction you may want to extract only the most recent entry and copy it into the main database For example the main database might contain a table named JobStatus with one record for each job a field named TimeDone will hold the date time when the job was finished The WIPLog table contains records with DONE operation codes scattered among all of the other entries How do we extract only the DONE records from WIPData and insert the date time information into the main JobStatus database One way would be to use a series of queries The first would be an Update Query to extract the desired data from the WIPLog table and insert it into the main database In the example below w
27. n at which a data record was collected P Profile P lt profile name gt Specifies the name of the data capture profile to be used Profiles are defined using the WIP Config program 14 WIP Data Capture System User Manual IC Configuration Path C lt configuration database pathname gt This specifies the full pathname to the WIPConfig mdb configuration database where all the profiles are stored You may create a number of Windows shortcuts to the WIP Capture program By including com mand line parameters in each shortcut you can make each copy of the program run differently For example let s say that we want to run two copies of WIP Capture on a computer Both copies will behave very much the same so they can share most of the configuration settings but each copy will use its own scanner We can create two separate shortcuts with the following command lines C Program Files WIPCapture WIPCapture exe S COM1 9600 N 8 1 W STN1 C Program Files WIPCapture WIPCapture exe S COM2 9600 N 8 1 W STN2 The copy of the program executed by the first command line will use the scanner on COM1 and identify itself in the data log as STN1 The copy executed by the second line will use the scanner on COM2 and identify itself as STN2 If we did not explicitly tell the two copies to use different serial ports they would obtain their settings from the registry and would both try to use the same port One c
28. opy would take possession of the port and the other would report an error because the port was already taken Shortcuts are convenient for initiating programs manually You can also put shortcuts in the Win dows startup folder so they will start automatically when the system starts up 15 MEC Software Using the WIP Capture Screen The WIP Capture screen shown here is just an example Actual appearance will be controlled by settings in your WIP Configuration file In this example there are five data fields shown the TimeStamp and Workstation ID codes are filled in automatically by the WIP Capture software and do not appear on the screen When all of the fields are filled in the operator can click on the Record Data button to save the information to the network database WIP Data Capture i Job Tracking System Job Number Part Number Operation Code Quantity Employee ID About __ Configure Hide Qut Record Data The About button displays version and copyright information about WIP Capture The Configuration button displays the local settings for this worksation The Hide button minimizes the WIP Capture screen onto the Windows Task Bar and Quit terminates the program If a serial scanner is being used special command barcodes may be scanned instead of clicking buttons These barcodes may be copied from the next page or re created using the Code 39 barcode fonts included on the CD ROM 16 WIP Dat
29. ou open a database and display a form or report in Microsoft Access you are given exclusive access to that database If data is stored in your data base no one else can modify it while you have that file open This would be bad if a WIPCapture workstation wants to record an entry If however your database does not contain the actual data but has links to another database file that database is shared Other programs can read and write information at the same time you are creating reports and displays Open Microsoft Access and create a new blank database call it something like WIPApps mdb To link your new database to the captured data click on File gt Get External Data gt Link Tables You can then browse and select WIPData mdb database file and the WIPLog data table which it con tains The table WIPLog will now appear on your list of data tables but with an arrow to the left indicating that it is a link rather than a local table If you double click on WIPLog Access will dis play the current contents you are looking at data which is actually located in WIPData mdb DEE A Papers hal aac Tign bsn donee 1 T EE Mt GT create table berating sized GT create table by ankarin dots O APL All of the queries code modules etc which you create to organize analyze and report the data should be created in the new WIPApps mdb file 18 WIP Data Capture System User Manual Using a simple query Displaying
30. red check the Strip Prefix box otherwise leave it unchecked The sample screen above tells the WIP Data Capture system that whenever it sees a barcode beginning with OP it should put the data in the Operation field This will be true for all profiles This means that you only have to define the OP barcode one time The destination database field in which the data will be stored is defined separately for each profile This means that OP barcodes will always be treated as Operations but may be stored in different locations in different profiles ziJ MEC Software It may be convenient to have a single barcode contain more than one piece of information For example instead of having the operator scan three different barcodes to enter the order number part number and operation code the information could be printed on a shop order worksheet as a single barcode Since this is a shop order Line Item let s use the barcode prefix LI LI10077 ABB 4894 DRILL L The barcode begins with LI line item and is followed by the order number part number and scheduled operation code A slash character is used to separate the fields The separator can be any character supported by the barcode symbology as long as it is not used within the data For example a dash would be a bad choice for a separator in this example because it is used in the part numbers Here is the format string that will tell the WIP Data Capture system how
31. red data or it may be a larger database used for other purposes with one data table set aside for captured data Data Capture Workstations read setup information from the central configura SF Configuration information tion file Te and captured data reside Oe ON central network disk System Manager uses WIPConfig exe to maintain the configuration database WIP Data Capture System User Manual Installation Install the WIPConfig exe program on the workstation to be used by the system manager y Go to the WIPConfig directory on the CD ROM and run the setup exe program y Decide on a shared network disk location for the central configuration file then copy the file WIPConfig mdb from the CD ROM to the network disk y Decide where the captured information will be saved If you already have a database you will need to create a data table for the captured information If you do not already have a database you can create one use Microsoft Access or copy WIPData mdb from the CD ROM Note The CD ROM includes a directory named JobTrackingExample which includes sample WIPConfig mdb and WIPData mdb files You may wish to copy these files to your network disk to provide a starting point Install the WIPCapture exe program on each workstation that will be used to collect produc tion data y Go to the WIPCapture directory on the CD ROM and run the setup program Install the Code 39 barcode
32. s still a good idea if possible to use a single separator character that will never appear as part of the data Be ee WIP Data Capture System User Manual Configuring the WIP Capture Program The first time WIPCapture is run at each workstation the local configuration will have to be set Click the Configure button at the bottom of the screen to display the configuration screen fe Configuration TST Pathname of central configuration database h MEC Products IPD ataCapture JobT rackingE xample wlPConfig mdb Name of configuration profile to use Barcode scanner connection op TRACKING J comr SY Identification name for this workstation Baud Rate Data Bits Parity Stop Bits None fi Cancel Enter the full pathname to the WIPConfig mdb configuration database Then select the name of the Profile to be used at this workstation and enter an identification code or name for this workstation The WIP Capture screen may be used with a barcode scanner for increased speed and accuracy A barcode scanner may be attached using a keyboard wedge interface barcode data looks to the computer and software as though it had been typed at the keyboard or a serial communications port If a serial scanner is used set the communications port and settings used by the scanner A keyboard wedge interface can be used with almost any software the serial interface on the other hand gives WIP Capture more control and permits some
33. the field will be erased if this box is checked Tab Stop Index Checking Tab Stop indicates that this field should be included as the operator tabs from one field to the next Index specifies the tab order of the fields X Y Position These settings define where the field will appear on the screen X Position controls the horizontal Y Position the vertical Units are screen units roughly 1000 per inch Width Height The size of the entry field in screen units 9 MEC Software Barcodes It is very convenient for an operator to simply scan a barcode and have the data appear in the correct field regardless of where the keyboard cursor happens to be located on the screen The best way to accomplish this is to include a prefix at the beginning of each barcode to indicate the type of data it contains Here are some sample barcodes created with the Code 39 TrueType fonts included with the WIP Data Capture System WO0O12345 WO Work Order Number PN12AA B5 PN Part Number OP330 OP Operation Code drill sand assemble etc NI Scans STDONE A Work Order barcode would typically be printed at the top of each order s cover sheet Part Num ber barcodes would generally be on bin labels or on part labels Operation and Status codes can be printed on crib sheets and posted next to each data capture workstation You can define as many different types of barcodes as you wish and you can choose to define only some of the barco
34. y clicking on Modules and then on New You will then be faced with a VB edit screen blank save for the cryptic phrase Option Compare Database If you are using Access 2000 click on Tools on the menu and then on References on the list of available libraries check Microsoft DAO 3 6 Object Libraries 3 6 was the latest version as of this writing use the highest version number on the list If you are using Access 97 you should not need to set up the reference to the DAO Object Libraries You can also eliminate the DAO prefixes shown the in the code on the following pasges For example here is a Dim statement as it would appear in Access 2000 Dim MyDb As DAO Recordset The same thing can be done in Access 97 without the DAO reference Dim MyDb as Recordset We ll create a subroutine called PostData We are assuming here that the captured data is ina table named WIPLog that main job data is stored in JobStatus and that we have created an Ac cess table named WIPArchive with the same structure as WIPLog The code begins on the next page In the program text which follows a single quote mark is a comment it is provided for expla nation and does not affect operation of the program BOO x WIP Data Capture System User Manual Public Sub PostData Dim Dim Dim Dim Dim Set aside memory space for the variables we will need MyDb as DAO Database LogRec as DAO Recordset MainRec as DAO Recordset ArcRec as DAO Recordset Criteri

Download Pdf Manuals

image

Related Search

Related Contents

    Magnese MA-404002  PA_R88.0  USER MANUAL - inData Director Suite  P8B75-M LX  Bedienungsanleitung Operating Instructions Mode d´emploi  User manual  太陽光発電システムセット 取扱説明書ダウンロード  Samsung P2370H Kasutusjuhend  

Copyright © All rights reserved.
Failed to retrieve file