C# Класс EDMBlockHead.Acquire.Acquisitor

This class is the backend that takes EDM blocks. One thing that is not obvious is the way that pattern output works. BlockHead asks ScanMaster to output the pattern. It selects the "Scan B" profile (heaven forbid if there isn't such a profile). This way there is no tedious mucking around with copying parameters. BlockHead copies out the pg settings from the profile into the block config.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
MonitorLockObject Object

Открытые методы

Метод Описание
Acquire ( ) : void
MapAnalogInputs ( ) : void
Start ( BlockConfig config ) : void
Stop ( ) : void

Приватные методы

Метод Описание
AcquisitionStarting ( ) : void
AcquisitionStopping ( ) : void
AddChannelToSinglePointTask ( string chan ) : void
CheckIfStopping ( ) : bool
ConfigureSinglePointAnalogInputs ( ) : void
MapChannels ( ) : void
StuffConfig ( ) : void
ThrowSwitches ( int point ) : void

Описание методов

Acquire() публичный Метод

public Acquire ( ) : void
Результат void

MapAnalogInputs() публичный Метод

public MapAnalogInputs ( ) : void
Результат void

Start() публичный Метод

public Start ( BlockConfig config ) : void
config EDMConfig.BlockConfig
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

Описание свойств

MonitorLockObject публичное свойство

public Object MonitorLockObject
Результат Object