
Cody Sharpe
I stare at computer screens more than anything else, I get teased for my 3 monitors. At home me and my friends are overly obsessed with video games, especially Rocket League.

Suspending Jobs
Priority changes are unfortunately a common occurrence for most manufacturers. In this training we will review how to Suspend a Job and change the priority from Compass.
When to Suspend
Compass primarily focuses on tracking value-added work performed by Stations and Operators. Therefore, the suspension feature is particularly useful for processes that involve curing or drying at a secondary location. This enables Operators to temporarily pause value-added work on one job and resume it later, after the curing or drying is complete.
Likewise, in situations where there's a priority change and Operators need to quickly switch from one job to another, suspending the current job is a recommended approach.
Suspending a Job
To suspend a job, Operators start by pausing the Active Job in Compass and then press the Cancel Job button.

This will present a Warning, asking the Operator to confirm whether they intend to Delete the Job, or to Suspend it.

If Suspend Job is selected, Compass will place the job back into the Production Queue and show the Operator that there is an Incomplete Job.

Data Integrity
All aspects of a job are put on hold when a job is suspended. Upon resuming a suspended job, the production timers will continue from where they were stopped. If Instructions are being used, they will reappear at the last step completed before suspension.
Work Order Reports will combine the data of suspended jobs as if they were completed in a single instance. Production History Reports will also aggregate the data, but they will visually represent the suspension in the graphic at the top, provided the date range is less than 7 days.



Making API Calls
In this training we'll discuss important elements that you'll need to consider in order to begin creating/testing your own API calls using requests found in our API Dev Portal (https://dev.scout.systems).
API List
We're going to make the assumption that if you've been tasked with setting up API functionality between your own internal systems and the data available from Scout Systems, that you've got a basic understanding of REST API's GETs/POSTs (as well as PUTs and DELs). These requests are all listed in the left hand column when visiting https://dev.scout.systems/apis and selecting the version you wish to work from (for most it'll be the latest one available).

There are dozens of potential requests that can be made - ranging from Step Instruction responses, to machine status data, to maintenance requests, as well as data and control elements related to Stations/Units/Work Orders. But before you can even begin, you're going to need to generate a JSON Web Token (JWT) in order to securely communicate between your system and ours.
Generating a Token
To do so, you will need to make a 'Token' POST, passing through the username and password from your HQ User account that was granted API permissions (this was covered in the previous training materials if you need to review). Please note this is NOT necessarily your API Portal logins.

Along with the table view above, all calls can also show you the raw schema view for the same request if you prefer.

For security purposes the token authentication expires every 30 minutes. We have developed a separate 'Renew Token' POST you can use, allowing you to "refresh" your token. For our customers who need to regularly push/pull data this is a must-use request. But if you only periodically make calls (perhaps 1-2x per day, or less frequently), this may not be necessary.
Making a GET Request
Perhaps you need to see what station is building a particular unit for a customer. Or you need to know which of your Operators are completing a work order. Or perhaps you just want to know the status of a work order. To do so, you will need to make the request: 'Work Order' GET. But you'll quickly realize that to do so, you're going to need to pass in the {id} for the work order you wish to get more information on. This means you must first find the corresponding ID. You can do this in multiple ways:
- 'Work Order Search' GET - if you know the approximate date range you wish to search (perhaps all of last week), you can pass through request parameters {StartDate} and {EndDate} to narrow your search for a particular Work Order.
- 'Work Orders In-Progress' GET - if you know the job is still being worked on AND you already know the station ID where it's being built, you can use this request
- 'Work Orders Queued' GET - if you know the job hasn't begun, but is instead waiting in queue, you can get information making this call
Once you've identified the Work Order ID, you can make the Work Order GET request (ex. https://api.scout.systems/v1/workorders/{id}). If successful, you should be able to see unit / station / user and workorder related data.

You can then use elements such as unitID and userIDs to cross-reference data found when making 'Units' or 'Users' GET requests in our system. You can use that information to then dig into things like Users' "applied hours" (time spent in our system), as well as Unit data such as average build times, or step related data. There is a massive world of information available to you!



API Portal Access
In this training session we will introduce you to our API Developer Portal, a repository for all currently exposed API calls you and your team can use to push/pull your account data.
Accessing the API Portal
Our customer-facing API portal is available at https://dev.scout.systems. To enter you will need a separate email/password.

Requesting Account Creation
In order to be granted access to the API Portal, the Scout Systems team needs to create your API portal account (email/password/subscription). Please contact support@scout.systems to request account creation. In addition, our staff will request that you associate your API Portal access with a particular HQ User (created in HQ Admin > Users). If you've not already done so, please make sure that you have your HQ User account created prior to requesting API Portal access.
Signing-In
With your account created, click the green SIGN IN button. Enter your email address & password and hit 'Sign In'. You should now see a new green button called 'API Documentation'. Its here that you'll be provided with a list of our API versioning - you will most likely be looking for the latest version provided.

It should also be noted that having gained access to the API Portal, you can verify your 'Products' - noting your calls/min and calls/week limitations, as well as edit your account details within the 'Profile' tab.
It is also here in the Profile tab that you'll access your subscription's Primary/Secondary keys to be used in the call making process.

You are now able to access and discover all of the available API calls that we offer.



Connecting Signals
In this training we will review the types of signals to search for, as well as how to utilize Technician Mode of Compass.
Locating a Value-Add Signal
Tracker's purpose isn't solely that of a conventional data logger. Instead, it serves to track and validate value creation within the production process. Consider this example: knowing that a Press brake is turned on doesn't inherently contribute value, as Compass already tracks the overall time spent on a Work Order. The true value comes when a part is actually bent. However, in cases where Press brake Operators need to pulse the Downstroke multiple times to achieve a single bend, using the Upstroke of the machine offers a cleaner representation of a single operation.

Another case in point involves a CNC Plasma Cutting table. Instead of closely monitoring the movement of the gantry, which might not directly contribute value to the production process, a more meaningful signal would involve tracking the torch itself. This signal indicates that actual product cutting is occurring, thereby adding tangible value to the process.

Tracker's utility extends beyond equipment; it can also be applied to intelligent jigs and fixtures. This can be achieved by using limit switches in series, effectively confirming that all contact points have been met. This integration ensures that the fixture is set up correctly before proceeding with the production process.
Machine Signals
To access Technician Mode in Compass, use the Access Key '1111' when logging in. Once inside, click on the "EDIT" button located in the top-right corner of the screen to initiate changes. If no machine signals have been set up, click the green '+' sign to add them.

Performing this action will open a module where you can enter a Machine Alias. This should be a distinct and defining name for the piece of equipment. For instance, if you have two press brakes named PB1 and PB2, the Alias should be something like PB1 or PB2, rather than a general term like "Press brake."

Next you will be prompted to enter a Machine Type. Continuing the previous example, this is where you would use the more generic category of Press brake.

After creating the Machine, the next step is to assign the signals that it will be monitoring. Click on the "ADD SIGNAL" option to configure these signals.

You have the option to choose from 7 different signal types, which can be used independently or in conjunction with others:
- Next - when sensed will press the NEXT button on Compass
- In Cycle - will notify Compass Value is being created
- E Stop - will notify Compass there is an Emergency Stop
- Pass - will notify Compass that a Quality Check succeed
- Fail - will notify Compass that a Quality Check failed
- Close Job - will notify Compass to conclude an Instruction-Less job
- Pause - will notify Compass to open the Pause Screen
Details represent the trigger state of the signal. If the signal is normally high, set to 0. If it is normally low, set to 1.
The "Return from Break" is a toggle option. If this signal is sensed during a Scheduled Break, Compass will automatically resume Production Mode. If you leave this option disengaged, Compass will continue to stay in Scheduled Break Mode regardless of whether a signal is sensed or not.
By clicking on INPUT you will be presented all ports of Tracker to select which the signal has been physically connected to.
When all conditions are set, you can either Add another signal by pressing ADD SIGNAL or to save changes by pressing SAVE at the top-right.
Tracker Signals
Unlike Machine Signals, which are recorded actions that can appear in reports, Tracker Signals are not recorded actions. Instead, they are used to assist operators in navigating Compass.
Creating Tracker Signals is similar to Machine Signals, the exception it does not allow the Return from Break.

In Cycle is not available for Tracker Signals, and instead has 2 others:
- Proximity - will notify Compass that an Operator is not present and press Pause
- Photo - for Instructions requiring Photo Capturing, this will activate the picture to be taken



Tracker Communication
The purpose of this training session is to familiarize Technicians with the integration capabilities of Scout Systems via the utilization of Tracker. Tracker serves as Scout System's edge device, designed to function as a versatile signal interpreter that can be installed on a wide range of commercial and custom-built equipment, enhancing connectivity and functionality.
Tracker Inputs
Crafted to be robust and highly versatile, Tracker boasts two PNP ports (7.5-42 vDC), two analog ports, and four continuity ports (2.5 mm barrel), offering compatibility with a diverse array of equipment signals.

For machine integration, the PNP ports are the most commonly used inputs. These inputs are opto-isolated and only sense the flow of current without drawing any amps themselves.
Hydraulic machines, Jigs and Fixtures, Limit Switches or Pedals commonly use the continuity ports.
Analog ports are exclusively used for Scout Systems Proximity Sensors. This is an advanced feature of the platform and is recommended only for established customers.
Technician Mode
Tracker itself does not necessitate firmware updates, as its logic is managed by Compass, the production floor software. To access Technician Mode, users can use the Access Key "1111" from the Compass login page.

Tracker Communication
Tracker communicates with Compass through a USB type B cable, establishing a direct connection between Tracker and the computer. Compass employs a Service Application running in the background, ensuring encryption and facilitating communication between Compass and the computer's COM ports.

Both the Service Application and Tracker incorporate Watchdog logic that resets on a 2 second timer, enabling them to autonomously rectify any communication errors that might arise between the two components. In the image provided above, it's evident that the Service Application has not detected any equipment connected to the computer's COM ports.

Once a Tracker has been successfully connected to the computer, the Service Application will promptly establish communication, leading the displayed text to transform into a string of alphanumeric characters. This transformation indicates the establishment of the communication protocol and confirms the successful connection between the two devices.
Communication Latency
Tracker communicates with the Service Application at a rate of four times per second. If you encounter issues where the computer fails to detect a Tracker or experiences frequent disconnections, the likely solution is to reduce the computer's latency. To achieve this, navigate to the Device Manager on your computer and locate the section labeled "Ports (COM & LPT)." In this section, you will find two COM Ports associated with Tracker, listed in numeric sequential order. The higher number among the two indicates the Port that requires adjustment for optimal performance.

Right-click on the desired Port and select Properties. Switch the menu to Port Settings, and select Advanced.

The default latency is usually set at 16. To address any communication issues, consider reducing this number to 4 or even lower. Once you've adjusted the latency, confirm the changes by clicking OK, and then again by clicking OK once more. In some cases, the computer may prompt you to restart; however, if the Service Application successfully establishes communication, a restart might not be necessary.



Using Pause
Production stops can be a common challenge in manufacturing, and it is essential to gather data on their frequency, causes, and total duration to identify opportunities for improvement and prevent future hindrances. In this training session, we will explore the Pause screen, a valuable tool for tracking and analyzing production stoppages.
Accessing Pause Screen
Whether you are utilizing Digital Work Instructions or Instruction-Less mode in Compass, Operators have access to the Pause button to manage production pauses effectively.

In Instruction-Less jobs, you can find the Pause button conveniently located at the bottom-left hand side of the screen, accessible in both Setup and Build modes.

For jobs that utilize Digital Work Instructions, the workflow always begins with the Setup Details page. In this mode, the Pause button is conveniently located at the top-right of the screen, adjacent to the "START JOB" button.

Once the job has commenced, the Pause button can be found at the bottom-left of the page, positioned next to the "NEXT" button.
Reason For Pause
When the Pause button is activated, Compass will immediately pause all production timers and display the Pause Screen to the Operator. On this screen, a new timer will appear, specifically measuring the elapsed time of the production stop.

To resume Production Mode, operators must first select a reason for the pause from the list provided on the left-hand side of the screen. Once a reason is chosen, the "RESUME JOB" button at the top-right of the screen will become enabled, allowing operators to proceed.

In cases where an account is configured with Root Cause issues, selecting a reason for the pause will trigger the appearance of a secondary selector. This secondary selector prompts operators to identify the problem more specifically, providing a comprehensive view of the issue.
Choosing the most accurate reason and, if applicable, specifying the root cause is crucial for effectively measuring the operational challenges that Production Operators encounter. By accurately capturing this information, you can analyze trends, identify recurring issues, and implement targeted improvements to enhance productivity and streamline the production process.
Defective Unit
In the event of a defect that necessitates removing a unit from production and initiating a new unit, operators can choose the "Defective Unit" option from the Reason For Pause menu. This action triggers the opening of the Root Cause: Defective Unit screen, which prompts the gathering of supplementary information regarding the root cause of the defect.

Upon choosing the root cause of the defect, operators can additionally specify the number of units that were found to be defective, a particularly valuable aspect for Batch flow scenarios. Once the "SUBMIT" button is activated, all production data linked to that particular unit will be categorized as Production Waste, and the Instruction will recommence from Step 1.
Your Contacts
In case an operator requires support, they can simply press the "Contacts" button located at the bottom of the screen. This action will open a list of all available users to communicate with within that specific Work Area.

Once the desired person is selected from the list, certain contacts may offer pre-defined Message Options that become available upon engaging their name. Operators can choose the message that best suits their immediate requirement and then press the "SEND MESSAGE" button. When a message is sent, the system will convey essential details, including the operator's identity, the station in use, the reason for the pause, and any chosen Message Option.
Media Library
If HQ Designers have included any additional files with the Digital Work Instructions, these files will be accessible in the Media Library. However, if no files have been added or if you are in Instruction-Less mode, the Media Library button will be inactive.

To access files stored in the Media Library, simply choose them from the list located under "Station Type Media". This comprehensive library supports a variety of file formats including images, PDFs, and videos. These files can be conveniently displayed on the screen, providing operators with the visual and informational resources they need to perform their tasks effectively.
Edit Unit Quantity
If operators need to modify the quantity of the production order, they can achieve this by selecting the "Edit Unit Quantity" button located at the bottom of the Pause Screen.

For jobs that involve Digital Work Instructions, the adjusted Quantity must exceed the count of units that have already been completed. Maintaining the integrity of the total quantity is crucial; it should accurately reflect the number of units that the station will independently manufacture. This alignment is especially significant, as when the quantity of completed units matches the total quantity specified, the job will be automatically concluded. This streamlined process ensures that the production order is precisely fulfilled, reducing potential discrepancies in the manufacturing output.
Cancel Job
If an operator needs to halt the currently running job on Compass, they can accomplish this by pressing the "CANCEL JOB" button situated at the lower-right side of the Pause Screen. This action presents the user with two options: they can choose to either Delete the job or Suspend it, depending on the situation and operational requirements.

If a job is deleted, all associated data will be permanently removed and treated as production waste. This action is irreversible and should be undertaken only if the captured production data is severely compromised. An appropriate scenario for opting to delete data is when Compass was left running without any actual work being performed, and there is a need to rectify inaccurate information.
Suspending a job will freeze all production data and place the job back into the Production Queue and will be available to reactivate in the future.
Alert Mode
Every Work Area has the capability to be configured with an automatic Alert Mode. When the pause timers reach the predetermined threshold, the Pause Screen will transition into Alert Mode. This adjustment enhances the screen's visibility, making it more noticeable for support staff, and allowing them to swiftly respond to critical situations.

It's important to note that Alert Mode does not affect production data in any way. Its purpose is solely to provide an additional means of notifying essential support staff that assistance is required, ensuring effective communication and prompt resolution of any issues.



Step-Based Instructions
In this training we will explore the advanced features of Compass with Instructions. This mode offers step-by-step guidance, providing a more comprehensive and interactive experience for your production process.
Add Job Drop-Down
As you populate Job information from the Add Job screen, you may notice a convenient feature when clicking into the Unit Name input field. A drop-down selector will appear, providing you with a list of Units that have Work Instructions published and available for your specific Station Type.

Select your desired Unit, complete the Add Job requirements and press "LOAD JOB".
Setup Details
As soon as you initiate a job in Compass, the platform will direct you to the Setup Details page, where you will find all the necessary Tools and Materials required for the production order.

On the right side of the screen, you will find the Setup Instructions section, where you can view specific instructions related to the setup process. If there are multiple Setup Instructions available, you can easily navigate through them by clicking on the dots below the images or using the gray arrows that appear to the left and right.
At the top-right of the Setup Details page, you will find two essential options: "PAUSE" and "START JOB." Pausing the production run should be reserved for situations where no progress can be made, such as when essential materials are unavailable. The system will record the exact time it takes to prepare for the production run, making it highly recommended to use the Pause feature when applicable. This helps maintain accurate records and ensures that any delay in the setup process is properly documented.
Once the production run is ready to commence, you can proceed by pressing the "START JOB" button.
Materials and Your Time
On the left side of Compass, you will find the "MATERIALS" tab, which provides you with a comprehensive list of the Tools and Materials required to perform each individual Instruction task.

Additionally, each Instruction task is allocated an estimated time to complete. This time estimation helps you plan and manage the production process efficiently, providing a clear indication of the expected duration for each task. Once 80% of the allocated time has passed, the "YOUR TIME" tab will change to Alert Orange to signal that this Instruction task should be near complete.
Switching to the "YOUR TIME" tab will display the progression of both the individual Unit being built, as well as the Total Run Time of the Work Order.
At the bottom of either tab are 3 buttons: Back (left arrow), Pause (middle icon), and NEXT. When a Instruction task is complete, press the NEXT button to proceed to the next task.
Picture in Picture (PIP)
In certain Instruction tasks, the HQ Designer may find it necessary to utilize multiple pictures to provide comprehensive guidance. As a result, you might see additional images floating above the main Instruction image. These smaller images are known as pictures-in-pictures (PIP).

PIPs offer interactive functionality, allowing you to click on them to expand and take over the entire screen. When clicked a second time, they will return to their smaller state. Additionally, PIPs can also contain videos that can be played in either the large or small state.



Instruction-Less
In this training session, we will focus on utilizing Compass in Instruction-Less mode, which is the default state when Work Instructions do not exist for the product being built. This mode enables you to navigate and manage production tasks efficiently, even in the absence of specific step-by-step instructions.
Unit Not Found
After inputting the necessary Job information on the Add Job screen and pressing "LOAD JOB," if the unit does not have Work Instructions, a warning message will appear, notifying you that the "Unit not found."

As a precautionary measure, take a moment to review the warning and ensure that the Unit Name has no misspellings. If the Unit Name appears to be correct and you are ready to proceed without Work Instructions, click "YES" to continue. However, if you decide not to proceed without Work Instructions, you can cancel the action of creating this job by clicking "NO."
Instruction-Less Setup
The job will immediately load in the state of Setup. During this state, you should gather all tools and materials to prepare for the production run.

On the screen, you will find the Work Order and Unit name displayed at the bottom-center, while the total quantity of the order is shown in the top-left corner. To the bottom-left, you have access to the "PAUSE" button, which allows you to temporarily halt the job if needed. On the bottom-right, you will find the option to "Cancel" the job in case it becomes necessary to terminate the production process.
When you are doing preparing for the production run, press "START JOB" in the center of the screen.
Instruction-Less Build Time
Once you initiate the job, the timer will reset to 00:00:00, and the screen will switch to the Build Time view. This indicates that the job has commenced, and the timer will begin tracking the elapsed time of the production process.

The Build Time view provides a crucial feature for monitoring and tracking the time taken to complete the job, ensuring that 100% of all production runs have Time Studies recorded. Therefore, it is of utmost importance to ensure that the Quantity of the Units being built during the elapsed time aligns precisely with the Quantity represented in this Compass Job.
Instruction-Less Complete Job
When you are complete with the order, press the "COMPLETE JOB" button at the bottom-right of the Build Time screen.

This will trigger the verification process for the total units built during this production run. The number displayed will represent the original job details and serve as a reference for comparison. If the actual number of units built differs from the original job quantity, you can use the "EDIT TOTAL" button to access the Edit Quantity module.

From here, you can conveniently adjust the quantity to accurately reflect the total units produced in this job. This feature ensures that the production data remains precise and reliable, facilitating comprehensive reporting and analysis of job performance. Press "UPDATE" to save any changes.
Once the correct Quantity is recorded, press "CLOSE JOB" to complete the job.



Loading a Job
In this training, we'll explore the various methods of starting a job using Compass. You'll learn how to create a job from scratch, accept an assigned job, or select a job directly from the production schedule.
Creating a New Job

Upon signing into Compass, the account will automatically look at the Production Schedule. If there are no jobs currently assigned, the screen will display "No job assigned." To create a new job, simply press the "ADD JOB" button.

This action will enable you to initiate the job creation process, asking you to input the fields necessary to organize your production information. Your Project Champions can assist you in determining the specific information and format required for input.
Nest
Nesting is a feature that must be turned ON by your HQ Administrators. It allows multiple unique products and orders to be made at the same time. By pressing the "NEST" button you will create a new line, to add more jobs press the "ADD" button. To remove unneeded rows, press the trashcan on the right to delete.

Batch
By default, Compass operates in single-piece-flow mode. However, if your production processes require you to build multiple units simultaneously, you will need to engage the Batch Button.

After inputting all the necessary job information, simply press "LOAD JOB." If Batch mode is engaged, you will be prompted to select the Batch Size. Once the Batch Size is inputted, press "LOAD JOB" again to initiate the production order.
Loading Assigned Jobs
If work order have been created in HQ for your Station, after signing in you will be notified of the work that needs to be built.

To accept the job and proceed with the default single-piece-flow, simply press the "LOAD JOB" button to initiate the work.
However, if you prefer to accept the job and proceed with Batching the work order, you can do so by clicking on the "Advanced Options" button located at the bottom-right of the screen.

In the Advanced Options module, you can input the Batch Size for your production run. Once you have specified the desired Batch Size, press the "SAVE" button to engage the Batch mode.
Selecting Another Job
If multiple work orders have been created in HQ for your Station, after signing in you will be notified of the work that needs to be built with the option to "Select Another Job".

This action will open your Queued Jobs. In case the list of jobs is extensive, you can utilize the search bar located at the top-middle of the screen to quickly find the specific job you intend to build.

Click on the desired job from the list, and it will become the engaged unit, ready for production.
Incomplete Job
In the event the previous Operator did not finish a work order, the final method of starting a job in Compass is to resume one that is Incomplete.

Upon signing in, you may encounter a notice regarding an Incomplete Job. To address this, start by verifying that the Work Order information aligns with the physical materials at your production cell. If you can confirm that the order is still present and can be resumed, click "YES, RESUME" to proceed and complete the existing order.
On the other hand, if the required materials are unavailable, or if you decide not to resume the Incomplete Job, you have two choices:
- Click "NO, CANCEL" to terminate the job, effectively removing it from the queue.
- Alternatively, if there are other jobs available, you can select "Select Another Job" to leave the Incomplete work in the Queue and switch to another job for completion.



Using Compass
In this training we will review signing into Compass, modifying the user's settings, as well as signing out and closing the application.
Logging into Compass

With a successfully connected Service Application, your operators will see a screen displaying your Company and Station Name. At the center of the screen, there will be an input box labeled "Access Code". To log in, operators need to enter their User-specific Compass Access Key - provided to them by your HQ Admins.

Upon entering a valid Access Key, operators will be successfully logged into Compass. At the top right-hand corner of the screen, they will see their name displayed, accompanied by a downward-facing arrow located to the right of their name. By clicking on the down arrow, operators can access the user settings menu.
Selecting Language
One of the significant advantages of using Digital Work Instructions is the flexibility to translate instructions according to the operator's preference. In Scout Systems, operators have the ability to change their default language settings to suit their needs.
To change the default language setting, operators can follow these simple steps:
- Click on the downward arrow next to the language displayed in the top right-hand corner of the screen.
- A drop-down menu will appear, showing the available language options.
- Operators can select the desired language from the list by clicking on it.
- Click 'SIGN OFF', and then log back in to the account.
Cycle Scorecard

To create buy-in and engage operators, sharing production data can be a powerful strategy. In Scout Systems, one effective way to achieve this is through the use of the Cycle Scorecard feature in Digital Work Instructions.
When operators have the Cycle Scorecard turned on for their account, they will see a quick production report displayed following the completion of each unit they build. This report provides valuable insights into their production performance, including metrics such as cycle time, average times, best time, and order progress.
To enable the Cycle Scorecard feature, operators need to toggle it on in their user settings menu. This can be accessed by clicking on the down arrow next to their name at the top right-hand corner of the screen. After making the necessary changes in the user settings, operators will need to sign out and sign back in for the changes to take effect.
It is important to note that the Cycle Scorecard feature is best suited for products with longer cycle times. In fast production environments, where cycle times are short, it may not provide as much meaningful data and may not be as beneficial.
Station Switching
If your operators utilize assigned laptops and frequently move to different production cells, the Station Switching feature can greatly benefit your facility. To use this feature, operators can simply click on 'SWITCH STATION' from the user menu.

However, it is important to note that the Station Switching feature needs to be enabled by your HQ Admins. If you encounter an error message indicating that the feature has not been turned on, it is necessary to contact your HQ Admins for resolution.
Once the Station Switching feature is engaged, a module will be displayed, presenting a list of all available stations within Scout Systems. To switch to a different station, operators can simply click on the desired station from the list.
By selecting a specific station, Compass will automatically convert its settings to match those of the chosen station. This includes adjusting the configuration, preferences, and any relevant data associated with the selected station. This seamless transition allows operators to smoothly switch between different stations without the need for manual adjustments or reconfiguration.
Exiting Compass
In Scout Systems, all production data is meticulously mapped to the operators and stations responsible for building the products. This mapping enables a comprehensive understanding of the production process, helps identify complications, and allows for the discovery of causes behind mistakes or issues.
To ensure the accuracy and integrity of the data, it is highly recommended that users develop a habit of signing out of Compass at the end of their shifts. By signing out, operators can ensure that the data associated with their activities and performance remains accurately attributed to them.
When closing Compass, it is important to ensure a clean start for the next session. To achieve this, it is recommended to close not only the Compass browser tabs but also the Service Application.

