TXT
Smart Home
ROBOTICS
31
Robotics Sensor Station IoT
Now start your program. If everything functions properly, the graphic
readings appear on the oscilloscope. Quit the data logging. End of
program.
Click on File and there on “Save *.csv
memory for lists”.
Save the data in the window “Data
set list output”. If a file is not already
present, create one in the field “File
name”.
Then open the spreadsheet program. There open the file, for example
Data.csv“. The readings are listed in column A. In the diagram mode you
can display the data graphically.
Finished Program: Stationary_camera_3.rpp
Project 4
Create a program to log the values from the environmental sensor
and display them on the oscilloscope in the ROBOPro control
field. Simultaneously the values are saved in a *.csv file for
graphic display in a spreadsheet.
Use the subroutines BME680_Init and BME680_Get again for this
program. Dock one variable command on each of the outputs. These are
renamed using the initial designations in the BME680_Get subroutine.
Then dock the command “Attach Value” on each of the variable outputs.
Do this with each variable. This is followed by the list command, as in
the previous program.
You can name the lists to correspond to the previous variables.