.

Can.FirmwareSaveToFile

Uploads a firmware from the CAN controller and saves it to the host computer.

NOTE: This operation will take some time to perform the upload process, usually 10 to 30 seconds.

Version History

Introduced in MPX 2.0.

Arguments

 
Argument Type Description
filename String The name of the file to create. This is where the firmware image will be stored.

Visual Basic

Syntax

Sub FirmwareSaveToFile(filename As String)

Sample Code

 
Dim can As Mpx.Can = Controller.Can(0)

' Save firmware to the file MyCanFirmware.out
' in the current directory.
can.FirmwareSaveToFile("MyCanFirmware.out")

 

C#

Syntax

void FirmwareSaveToFile(string filename)

Sample Code

 
Mpx.Can can = Controller.Can[0];

// Save firmware to the file MyCanFirmware.out
// in the current directory.
can.FirmwareSaveToFile("MyCanFirmware.out");

 

See Also

FirmwareErase
FirmwareLoadFromFile

CANOpen Overview

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering