Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
function  SaveToFile (path: String,  data: String,  param : Boolean)

 You You can also save the frame using the GET_FRAME reaction of the CAM object. To do this, you must specify the path for saving the file with the frame in the path parameter of this reaction. The FRAME_SENT event is created in the system if the GET_FRAME reaction doesn't have the path parameter. In the data parameter of the FRAME_SENT event, the frame that must be saved using the SaveToFile method is stored.

...