Parameters to open Desktops in GainSeeker Charts

Create a shortcut you can click to have GainSeeker automatically open a Desktop. This can also include changing part numbers, filters, and date ranges. GainSeeker can additionally execute tasks such as printing, exporting, and closing the desktop.

This topic applies to desktops in the GainSeeker Charts module. For information on opening Desktops in Legacy charting modules, see Parameters to open a desktop.

 

Contents  [Hide]

 

Tips

For example, if you want to a create a shortcut in which GainSeeker opens a desktop and leaves it open on the GainSeeker Charts window, you would not include the ExportType= or the Close parameter. If you do not want GainSeeker to open a dialog where you can make changes to the desktop before it opens, do not include the Prompt command.

For example, standard P-123 Length would be written like this with the Keys= parameter: Keys="P-123 Length"

OpenType=0  OpenList="Desktop123"  ExportType=Printer Close

 

The Additional command line parameters field on LaunchPad is highlighted in the following example. Also see Setting up shortcuts to perform automatic functions

Command line examples

The parameters for command lines shown in the following table are suggestions for ways you might use parameters to formulate your commands. There are other combinations you can use that are not featured here.

Note: To have GainSeeker prompt you for a standard, date range, filter, statistics filter, or a combination of these, add the Prompt parameter to the command. See Prompt

To have GainSeeker automatically:

Add to target line:

Notes

  1. Open a Desktop...

OpenType=0

The 0 character in the command line OpenType= 0 is the number zero

  1. ...with the Desktop name you specify...

Open="Desktop Name"

  1. ...use this part number for all single-retrieval
    SPC charts on the desktop...
  1. ...use these two part number/processes
    and this process for multiple-retrieval DMS
    charts on the desktop...

keys=spc:"partno"

 

keys=dmsmult:"partno||process~partno||process~process"

You can also combine different retrieval types in a single argument. See Desktop with charts below for more examples and information on picking part numbers and/or processes for charts on desktops.

  1. ...apply these respective filters to all
    retrievals for DMS charts and all retrievals
    for SPC charts on the desktop ...

filter=dms:"filtername",spc:"filtername"

You can also choose to have a command for either an SPC or DMS retrieval. For example, filter=dms:"filtername"

Separate DMS and SPC filters with a comma

  1. ...select data for all charts on the desktop
    by this date range...

daterange=1,"1/2/2013 13:45:00-1/5/2013 15:50:00"

For examples and codes see Setting a date range for charts on a desktop below.

  1. ...then export it to a printer, HTML, Email with attachments, or Email with no attachments

ExportType=Printer or HTML or Email or EmailHTML

See Export= and ExportType= below for information about differences between these parameters

OR

  1. ...export it to a specific .html file (or .rtf or .jpg or .txt) or email
    address...

See ExportList= for information about
having GainSeeker export it to a list of email
addresses

Export="filename"

or

Export="emailaddress"

  1. ...view (launch) the file associated with
    either export command above....

View

See View below

  1. ...suppress all error messages...

Silent

  1. ...then close the GainSeeker Charts
    module

Close

To have GainSeeker automatically:

   

Open Multiple Desktops...

 

Export= and ExportType=

Note: If you do not have the Server Edition of GainSeeker, GainSeeker will ignore the file path and file name you specify, and a file of the specified type will automatically be created for you in your Windows TEMP path. Also, if you if you do not have the Server Edition and you specify an email address, it will not send it as an email. You can contact the Hertzler Sales Team for information about purchasing the Server Edition of GainSeeker.

Using the Export= or ExportType = parameters, you can opt to have GainSeeker automatically export the item specified in the Open= and OpenType= parameters to a:

If the GainSeeker Charts module is minimized, dashboard images cannot be correctly exported.

ExportType=

Export=

ExportList=

To send the item specified in the Open= and OpenType= parameters to multiple email recipients:

  1. First, create a .txt file of email recipients using a text editor such as NotePad if you have not already created one you would like to use (Fig. 1). Use a separate row for each email address recipient, then save the file:

Fig. 1

  1. Use the ExportType=Email parameter followed by the ExportList="filename" parameter. Include the name of the file you created that lists your email recipients, and include the path to that file.

Example: The parameters for emailing an item to a list of email names saved in a file as in Figure 1 above, would read similar to this (the location of the file name in this example is "c:\Users\bob\desktop\" and the file name is "email recipients list for PN61011.txt"):

ExportType=Email ExportList="c:\Users\bob\desktop\email recipients list for PN61011.txt"

(This would send emails to John, Betty, and Joan using the above example.)

View

Add the View parameter to your command line to have GainSeeker use Windows to launch the file executed by the ExportType= or the Export= parameter using the program that is associated with that file type.

Prompt

If you want GainSeeker to open a dialog where you can make changes to the desktop (part numbers or processes, filters, and date periods, a retrieval) before it opens each time, include the Prompt parameter.

Including the Prompt command in your command line opens the Edit Desktop Settings dialog before the desktop opens.

Example:

The following example would prompt GainSeeker to first open the Edit Desktop Settings dialog before opening the specified desktop. Opening the dialog allows you to make changes to the specified desktop before it opens.

OpenType=0 Prompt Open="desktop1"

Keys="Part Number||Process"

Desktop with charts "keys="

All single-retrieval and/or multiple-retrieval charts on a desktop display the part numbers specified in command line arguments for the desktop. When a key is specified for a chart category (SPC or DMS multiple or single charts), that key is applied to all charts in that category for the desktop.

Note about DMS Retrievals: When using keys for DMS charts in a desktop, any DMS chart that originally retrieved a list of processes is blank when both a part number and a process is specified in the keys. Additionally, any DMS chart that originally retrieved a list of part numbers and processes is blank when only a process is specified by the keys.

 

Format for a desktop with single-retrieval DMS and/or SPC charts

keys=dms:"partno||process" or keys=dms:"process"

Example: keys=dms:"K-GLOVE||T-SEWING" or keys=dms:"T-SEWING"

keys=spc:"partno"

Example: keys=spc:"1250 TEMP"

 

Format for a desktop with multiple-retrieval DMS and/or SPC charts

keys=dmsmult:"partno||process~process~partno||process"

Example: keys=dmsmult:"D-34KW CONNECTOR||P-MOLDING~E-34KB COVER||P-PRINTING"

(Note: In the above example, a tilde (~) symbol is used a separator between part numbers and processes.)

keys=spcmult:"partno~partno"

Example: keys=spcmult:"1250 TEMP~1400 TEMP"

(Note: In the above example, a tilde (~) symbol is used a separator between part numbers.)

 

Format for specifying more than one retrieval type in a single command

keys=spc:"partno",dmsmult:"partno||process~partno||process"

Example: keys=spc:"1250 TEMP",dmsmult:"K-GLOVE||T-SEWING~E34KB COVER||P-PRINTING"

Setting a date range for charts on a desktop

Use the daterange parameter to filter all charts on a desktop by a specific date period you specify. For more information on filtering by a date period, see Calendar and Dates.

For this date period

Specify

Default low date to today

daterange=0

Fixed range

daterange=1,"mm/dd/yyyy HH:nn:ss-mm/dd/yyyy HH:nn:ss"

 

Note: GainSeeker uses your workstation's regional settings (Short date) to identify the year, month and day.

Note: The maximum end time for a date range is 23:59:59. If you set it 24:00:00 or higher, GainSeeker retrieves data through the current date and time, regardless of the year set for the date period.

Examples:

when Windows regional settings use month/day/year:

daterange=1,"03/22/2012 11:46:00-03/22/2012 22:46:00"

 

when Windows region settings use year/month/day:

daterange=1,"2012/03/22 11:46:00-2012/03/22 21:46:00"

All dates

daterange=2

Current

Shift

daterange=3,0,19

Day

daterange=3,0,0

Week

daterange=3,0,1

Month

daterange=3,0,2

Quarter

daterange=3,0,3

Year

daterange=3,0,4

Previous

Shift

daterange=3,1,19

Day

daterange=3,1,0

Day (with data)

daterange=3,1,16

2 days

daterange=3,1,17

7 days

daterange=3,1,18

Week

daterange=3,1,1

Month

daterange=3,1,2

Quarter

daterange=3,1,3

3 Months

daterange=3,1,5

6 Months

daterange=3,1,6

Year

daterange=3,1,4

Sunday

daterange=3,1,9

Monday

daterange=3,1,10

Tuesday

daterange=3,1,11

Wednesday

daterange=3,1,12

Thursday

daterange=3,1,13

Friday

daterange=3,1,14

Saturday

daterange=3,1,15

Ending Today

n days

daterange=3,2,7

Week

daterange=3,2,1

Month

daterange=3,2,2

6 Months

daterange=3,2,6

Quarter

daterange=3,2,3

Year

daterange=3,2,4

Ending Now

n hours

daterange=3,3,7

24 hours

daterange=3,3,8

OpenType=

Use this
number

To:

0

Open Desktop

0

Open Multiple Desktops

1

Draw SPC Chart

2

Draw DMS Chart

3

Open Dashboard