Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
In this tutorial, you learn how to:
- Name your data table
- Add additional structured columns for trial storage
- Add objects for macro button interactions
Prerequisites
- Data Streamer Enabled
- Sensor data streaming into a structured table in Excel
Name the Data Table
[!VIDEO https://learn-video.azurefd.net/vod/player?id=c426b7af-f279-4150-bef4-bb228a5ce4fc]
- Select a cell in your table.
- Go to Table Design > Properties and select the box under Table Name.
- Rename your table as desired.
Your table now has a set name that can be verified and referenced by macros.
Add Additional Structured Columns for Trial Storage
- Select the first cell to the right of the table headers.
- Type in a desired name for your first trial column of your first sensor.
- Repeat, still just for all other desired sensors desired to be stored per trial.
- Keep the naming convention repeatable and consistent. Ex: CH1_T1, CH2_T1, etc.
- Repeat the same naming convention for all additional trials, each for storing the same sensors' data.
- Ex: CH1_T1, CH2_T1, CH1_T2, CH2_T2, etc.
This table now has blank columns for saving and storing channels of data.
Add Objects for Macro Button Interactions
- Go to Insert > Shapes
- Select a shape from this menu, such as a Rectangle
- Name this shape to end with a consistent integer, such as SaveTrial1
- This allows macros to look at the name object in order to understand to what trial should the macro refer.
- Select this object again and type this shapes' name, to make the name easier to see later.
- Repeat steps 2-4 for all additional trials.
Your sheet now has buttons that can later have macros attached to them, using their name to change the interaction.