Can Members

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Can Class >

Can Members

BR.AN.PviServices .NET


Can overview

Public Instance Constructors

pubmethod Can Constructor

Initializes a new instance of the Can class

Public Instance Properties

pubpropertyBaseId

Base Can ID for INA2000 communication Every station in the INA2000 network must have the same setting. Default = 1598

pubpropertyBaudRate

Baud rate (data rate) on the CAN bus in bits per second. This parameter can also be specified in kBits per second. Every station in the network must have the same setting. You can use the following settings: 10000, 20000, 50000, 100000, 125000, 150000, 250000, 500000, 800000, 1000000

Default = 500000

pubpropertyCANIdentifiers

Gets or sets the number of CAN identifiers. CAN communication with 29-bit identifiers (extended frames) or 11-bit identifiers (standard frames). If 29-bit CAN identifiers (extended frames) are used, then 11-bit identifiers cannot be sent or received. Every station in the INA2000 network must have the same setting.

pubpropertyChannel

Can controller number (channel). 2 Can controllers are available on the LS172 card. The desired controller is selected with the parameter Channel. No value other than 0 (zero) may be specified for the default Can controller.

pubpropertyControllerNumber

Gets or sets the number of the controller. 2 CAN controllers are available on the LS172 card. The desired controller is selected with the CNO parameter. No value other than 0 (zero) may be specified for the default CAN controller.

pubpropertyCpuParameterString

Call this method to split all parameters into CPU and device parameters and get the CPU parameters.

pubpropertyCycleTime

Cycle time (in ms) within which the specified number (maximum) of Can messages are sent Values lower then 20 ms don't make sense.

Default = 10

pubpropertyDestinationAddress

Station number of the target station

Default = 2

pubpropertyDeviceParameterString

Call this method to split all parameters into CPU and device parameters and get the DEVICE parameters.

pubpropertyInterruptNumber

Interrupt number assigned to the Can function block

Default = 10

pubpropertyIoPort

IO port address of the Can function block

Default = 900

pubpropertyMAXStationNumber

Gets or sets the highest station number. Number of maximum possible INA2000 stations (= highest station number). Every station in the INA2000 network must have the same setting.

pubpropertyMessageCount

Maximum number of Can messages sent within the specified CycleTime Default = 15

pubpropertySourceAddress

Station number of the source station (separate station)

Default = 1

Public Instance Methods

pubmethodFromXmlTextReader

Reads the configuration from xml configuration file and updates.

pubmethodToString

Overrides the basic implementation.

See Also

Can Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]