Clear Filters
Clear Filters

Save Data using "to File" on command

2 views (last 30 days)
Simon Schirk
Simon Schirk on 14 Dec 2023
Answered: Divyanshu on 21 Dec 2023
Is there a way to save the data i provide to the "to File" block on a command?
I don't want to use continious logging or some time intervall, but a signal I crate as the indicator when to save.
  2 Comments
Andreas Goser
Andreas Goser on 14 Dec 2023
Would that "command" an interaction by the user or an event like a signal value exceedinf a threshold?
Simon Schirk
Simon Schirk on 15 Dec 2023
The trigger event is a signal value. The "ping" is send every 10 cm driven by the Robot.

Sign in to comment.

Answers (1)

Divyanshu
Divyanshu on 21 Dec 2023
Hi Simon,
I understand that you want to save the data provided as input to "To File" block, only when the ping signal is recieved from the Robot you are working with.
A possible way to achieve this is to make use of 'Triggered Subsystem'.
Following are the components I used for my sample model to achieve similar objective:
  • Firstly created a 'Triggered Subsystem' and inside the subsytem placed the 'To File' block.
  • The above subsytem takes the data as an input, which is to be provided to the 'To File' block.
  • I have used a pulse generator whose rising edge acts as a trigger for the subsystem.
  • Finally when rising edge comes in pulse generator the subsystem is triggered and input data is logged into the block.
You can go through above points and can make modifications based on your use-case.
Please refer the following documentation for further details about 'Triggered Subsystem':

Categories

Find more on Event Functions in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!