Show / Hide Table of Contents

Class Mainboard

Provides functionality for FCT mainboards

Inheritance
System.Object
Module
Mainboard
Caluma
EasyFCT
MultiTech3
Palon
PalonOne
PCR2
Slim
Inherited Members
Module.interfaceI2C
Module.ReadMemory(Byte)
Module.WriteMemory(Byte, Byte)
Module.GetDate(Byte, Byte)
Module.WriteDate(Byte, Byte, DateTime)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Elatec.FCT.Client.Hardware.Module
Assembly: ElatecFCT.dll
Syntax
public abstract class Mainboard : Module

Constructors

View Source

Mainboard(II2c)

Initializes a new instance of the Elatec.FCT.Client.Hardware.Module.Mainboard using an i2c interface

Declaration
public Mainboard(II2c interfaceI2C)
Parameters
Type Name Description
II2c interfaceI2C

Properties

View Source

AdapterID

The ID number of each module power type

Declaration
public byte AdapterID { get; set; }
Property Value
Type Description
System.Byte
View Source

FctID

FCT ID of the MCU moudle which is mounted on this mainboard

Declaration
public string FctID { get; set; }
Property Value
Type Description
System.String
View Source

I2CAddress

Declaration
protected override byte I2CAddress { get; }
Property Value
Type Description
System.Byte
Overrides
Module.I2CAddress
View Source

MaintananceDate

The setup date of the module assuming base year 2000

Declaration
public DateTime MaintananceDate { get; set; }
Property Value
Type Description
System.DateTime
View Source

NameIdentifier

Type of mainboard

Declaration
public byte NameIdentifier { get; set; }
Property Value
Type Description
System.Byte
View Source

Revision

The PCBA revision of the current module

Declaration
public byte Revision { get; set; }
Property Value
Type Description
System.Byte
View Source

SetupDate

The setup date of the module assuming base year 2000

Declaration
public DateTime SetupDate { get; set; }
Property Value
Type Description
System.DateTime
View Source

Trials

All trial production runs of this mainboard

Declaration
public uint Trials { get; set; }
Property Value
Type Description
System.UInt32
View Source

TrialsMaint

All trial production runs of this mainboard since last maintanance

Declaration
public uint TrialsMaint { get; set; }
Property Value
Type Description
System.UInt32

Methods

View Source

Init()

Declaration
public abstract override void Init()
Overrides
Module.Init()
  • View Source
In This Article
Back to top Generated by DocFX