Auto Plotter Manual

Version 5 Manual

  1. Auto Plotter Manual Instructions
  2. Auto Plotter Manual Download

A3+ Auto Sheet Feeder Cutting Plotter Automatically/ A3 A4 Size Digital Die Label Cutter Mycut, Find Complete Details about A3+ Auto Sheet Feeder Cutting Plotter Automatically/ A3 A4 Size Digital Die Label Cutter Mycut,Label Cutter,Mini Size Cutter Plotter,Automatic Paper Feeding Label Cutter from Graph Plotter Supplier or Manufacturer-Huansheng Intelligence (Shenzhen) Co., Ltd. ASS function is the contour cut with Automatic Contour Cutting to locate the registration mark automatically.The only cutting plotter in china with accurate. Garmin Support Center is where you will find answers to frequently asked questions and resources to help with all of your Garmin products. Thanks very much for purchasing cutting plotter. For ensuring you to make best use of your machine, please reading this manual carefully and thoroughly before starting to use it. Please turn off the power quickly if you encounter anyproblems, and refer to this manual or contact your dealer. Special Declaration. Page 1 6000 SERIES CUTTING PLOTTER USER’S MANUAL MANUAL NO.CE6000U-UM-151. Page 2: To Ensure Safe And Correct Use TO ENSURE SAFE AND CORRECT USE. To ensure the safe and correct use of your plotter, read this manual thoroughly prior to use. After reading this manual, keep it in a handy location for quick reference as necessary.

PingPlotter v5 saves data automatically. In V4, it didn't save automatically, and sometimes important data wasn't available when you needed it (unless you did some configuration that didn't always think the way you do). This is something that shouldn't happen to you in V5. In PingPlotter 5, it should 'just work', saving what you want, discarding what you don't (if you show it what kind of stuff you don't want).

PingPlotter 5 writes all data in real-time to its local data store. This helps make sure that none of your data is lost at any point (for instance - if there is an unexpected restart, a power failure, or any other event that would put data data at risk).

Long-term sessions (a session is a set of collected data from a trace to a target) are saved continuously, and when you scroll back in history, the data is retrieved from disk. Closing and restarting will resume those sessions. Short term sessions are saved continuously, but if you don't collect data long enough, they are marked for deletion when closed.

When a session is marked for deletion, it will be fully deleted after you close and reopen PingPlotter five times. If you closed a session you really wanted to continue, you can reopen that session within 5 stop/restarts and continue. This behavior is a direct result of feedback from our users (and us) that prompting to save on close was frustrating.

Configuring the definition of 'short term' sessions

The auto save settings can be configured in PingPlotter by going to either 'Edit' -> 'Options' -> 'Auto-Save' (on Windows) or 'PingPlotter' -> 'Preferences' -> 'Auto-save' (on Mac).

There are a few different options for how to recognize a session as one you want to keep around, or one you want to throw away when done.

  • 'Always' - this will keep every target's data in PingPlotter's datastore. If you start tracing a target and stop after 3 samples, that 'session' will get marked to keep.
  • 'After:' - this setting will only keep sessions that have met or exceeded the timeframe that is entered. Use '5 minutes', or '1 hour' or similar.
  • 'Only when selected' - this will result in PingPlotter auto-saving data, but marking it to discard when you close. This is a great option if you have a handful of long-term targets that you always want to collect from, but you want to occasionally mix in some targets that you don't want to stick around.

Keeping an individual session

If you're collecting data from a target and you decide you want to keep it (and you're in a mode where it's not yet marked to keep), you can switch to 'Keep' mode (or discard mode) manually at any time. To do this, open a trace window (if it's not already open, use the 'All Targets' summary to find it, then open from there), and right click on the target tab. Here we have options to 'Discard on close,' or 'Keep (auto-save).'

The tab's 'close' icon will show an 'X' to indicate that this data will be discarded on close, and a checkmark to show that it will be kept.

Finding a session

Once you've collected data but you've closed it, how do you reopen it (or delete it, or export it, or continue tracing)?

The previous trace sessions can be found in PingPlotter by going to 'File' -> 'Manage Sessions.' From the session browser, we have the options to reopen or delete a previous session, as well as the option to export a session (which will save off a .pp2 file).

There are four different persistence types in the session browser:

  • Active - any trace sessions that are actively collecting data
  • Pause - any trace sessions that are open in PingPlotter now, but are paused
  • Archived - any inactive trace sessions that have been saved and are closed
  • Will Delete - any inactive trace sessions that haven't been set to save. These will eventually be deleted.

All of the data in PingPlotter is saved to a file titled 'sessions.ppdata' in one of two locations. If we're running PingPlotter as a Windows service the file's default location is in the C:ProgramDataPingPlotter 5 folder. If we're running the program as an application, then the file's default location is in our user application data folder C:Users**username**AppDataRoaming where **username** is the username of the currently logged in user.

There is an option in the Auto-Save to change the default location of the sessions.ppdata file. If we specify a different location to store the file, we'll want to make sure to close and relaunch the program to get the changes to take effect. If we're running PingPlotter as a Windows service, then we'd need to restart the service (or restart the machine) to store the changes.

Long term monitoring considerations

Now we know that data is being saved automatically, and you can open it, export it, and delete it from the session browser. Is there anything else to worry about?

Hopefully not!

You might be worried about configuring how much data to hold in memory (this was a common problem in PingPlotter 4 as more targets were added). One of the advantages of saving data automatically and real-time is that we can count on it being there - and we don't need it in memory. PingPlotter automatically keeps a small amount of collected data in memory - enough for alerts to work, and your graphs to have accurate statistics. The rest it clears from memory and leaves on disk. If you scroll back in time, the data will automatically be pulled from disk for display and analysis. When you're done using data, it will be dropped from memory automatically.

There are a few things you can do to optimize memory and CPU use if you're tracing to a lot of targets (we'd call 250 'a lot', although that number is going up as we optimize more).

Auto Plotter Manual Instructions

If you're tracing a long time to a lot of targets, you might:

  • Hide target tabs for any targets you're not actively looking at. This minimizes statistics calculations and memory use.
  • If you have a lot of targets with a lot of data used, don't scroll back a year with 200 targets on the all summaries tab. This will feel pretty slow as all 200 targets need to load from disk. When you need this, scroll back on a single target, or create a summary with just the ones you're interested in. We are continuing to improve this experience as PingPlotter gains capabilities.
Plotter

**Some of the features listed in this topic are only available in PingPlotter Pro and/or PingPlotter Standard. See our product comparison page for more details**

If you use Arduino, perhaps to handle the lower-level driving work of your DIY Robocar, you may have noticed the Serial Plotter tool, which is an easy way to graph data coming off your Arduino (much better than just watching numbers scroll past in the Serial Monitor).

You may have also noticed that the Arduino documentation gives no instructions on how to use it ¯_(ツ)_/¯. You can Google around and find community tutorials, such as this one, which give you the basics. But none I’ve found are complete.

So this is an effort to make a complete guide to using the Arduino Serial Plotter, using some elements from the above linked tutorial.

First, you can find the feature here in the Arduino IDE:

It will plot any data your Arduino is sending out in a Serial.print() or Serial.println() command. The vertical Y-axis auto adjusts itself as the value of the output increases or decreases and the X-axis is a fixed 500-point axis with each tick of the axis equal to an executed Serial.println() command. In other words the plot is updated along the X-axis every time Serial.println() is updated with a new value.

It also has some nice features:

  • Plotting of multiple variables, with different labels and colors for each
  • Can plot both integers and floats
  • Auto-resizes the scale (Y axis)
  • Supports negative value graphs
  • Auto-scrolls the X axis

But to make it work well, there are some tricks in how to format that data. Here’s a complete(?) list:

Auto Plotter Manual Download

  • Plot one variable: Just use Serial.println()

Serial.println(variable);

Auto Plotter Manual
  • Plot more than one variable. Print a comma between variables using Serial.print() and use a Serial.println() for the variable at the end of the list. Each plot will have a different color.
  • Plot more than one variable with different labels. The labels will be at the top, in colors matching the relevant lines. Use Serial.print() for each label. You must use a colon (and no space) after the label:
  • Add a ‘min’ and ‘max’ line so that you can stop the plotter from auto scaling (Thanks to Stephen in the comments for this):
  • Or if you have multiple variables to plot, and want to give them their own space:

Of course, now the numbers on the y-axis don’t mean much, but you can still see the waveforms.