Signametrics SMX4032 Manual do Operador

Consulte online ou descarregue Manual do Operador para Leitores de códigos de barras Signametrics SMX4032. Signametrics SMX4032 Operator`s manual Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 61
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 0
Operator's Manual
Model SMX4032 35 Channel PXI Instrumentation Relay Multiplexer
Model SMX4030 35 Channel PXI Relay Multiplexer
Signametrics Corporation
June, 2010
Vista de página 0
1 2 3 4 5 6 ... 60 61

Resumo do Conteúdo

Página 1 - Operator's Manual

Operator's Manual Model SMX4032 35 Channel PXI Instrumentation Relay Multiplexer Model SMX4030 35 Channel PXI Relay Multiplexer

Página 2 - CAUTION

Signametrics 10 positive edge indicating data is ready. The Trigger output is selected using S4,

Página 3 - TABLE OF CONTENTS

11 Signametrics 2.2 Other Specifications Hardware Interface PXI Bus, occupin

Página 4

3.3 Installing the Scanner Module Warning To avoid shock hazard, install the Scanner only into a personal computer that has its power line connector

Página 5

13 Signametrics 20 Trig_Com Trigger common 52 Ch22Lo Channel 22 Low 21 Ch2Lo Channel 2 L

Página 6 - 1.3 Description

Pin Number Label Description Pin NumberLabel Description 65 Ch11Lo Channel 11 Low 72 Ch24Hi Channel 24 High 66 BHi B-bus/Ch33 High 73 Ch25Hi

Página 7 - 1.4 Configuration Relays

Figure 3-2. The trigger input and output lines are isolated by an optical isolators. TrigIn - This is the trigger input signal. It requires TTL or CM

Página 8 - V 10 V

Figure 3-2. The Control Panel for the SMX4032. The three main groups include the relays buttons, the configuration selection options, and the main me

Página 9 - 2.1.3.1 PXI Trigger Outputs

17 Signametrics Configuration Option Checks - This section of the main panel allows the selecti

Página 10 - 2.1.3.2 Trigger Inputs

4.1.1 Two Wire Multiplexing In the TwoWire multiplexed configuration, the SMX4000 family first opens all channels, than it connects the Hi and Lo ter

Página 11 -

Figure 4-2. To perform 4-Wire resistance measurement with the SMX4032, connect Ch1 and Ch21 to a resistor, maintaining correct polarity. 4.1.3 Six W

Página 12

Signametrics 2 CAUTION In no event shall Signametrics or its Representatives be li

Página 13

4.1.5 Four Groups Configuration In the FourGroup configuration, the SMX4030/32 provide four independent multiplexing groups. The groups function as in

Página 14

Figure 4-4. The trigger input maybe set for polarity and be enabled or disabled. 4.2.2 Trigger Input The trigger input line, TrigIn, maybe set for a

Página 15 - 3.6 Using the Control Panel

Figure 4-7. Positive edge Triggered AutoScan is a hardware initiated automatic scanning process. 4.2.5 Triggered Scan Operation This operation requi

Página 16

Figure 4-9. Single Step operation requires a SCANSetupStep() then SCANStep() command. 4.2.7 Scan List Operations The Scan List table resides on boar

Página 17 - 4.1 Scanner Configurations

Signametrics 24 Channel relays, Configuration relays and Treeing relays are cleaned by this func

Página 18 - 4.1.2 Four Wire Multiplexing

SCANGetStepTime() to read it. When enabled during Auto Scan, the trigger output signal will have a period equal to the Step Time, and depending on tri

Página 19 - 4.1.3 Six Wire Multiplexing

4.4.1 Triggering the SMX2040 DMMs The SMX2040, SMX2042, and SMX2044 can be triggered to measure selected Scanner channels. The interface requires a s

Página 20 - 4.2.1 Trigger Output

Figure 4-13. Triggered reading process and timing of SMX4032 Scanner and SMX2044 DMMs. Unlike the previous example, DMMSetBuffTrigRead() is not time c

Página 21 - 4.2.3 Auto Scan Operation

Closed channel relay Closed Bus relay Closed Configuration relay DMM Low terminal (Bhi & Dlo) DMM High terminal (Ahi & Clo) Ch1 A-to-A NONE

Página 22

29 Signametrics 5.0 SMX4032 Scanner Family Windows Interface The windows release supports Windo

Página 23 - 4.2.7 Scan List Operations

3 Signametrics TABLE OF CONTENTS 1.0 INTRODUCTION...

Página 24 - 4.2.11 Self Tests

Signametrics 30 SMX4032.exe Visual Basic Scanner control panel executable Msvcrt.dll System fil

Página 25 - 4.3 Polled Type Operations

31 Signametrics of the executables will run independently, making calls to the respective DLL.

Página 26

Signametrics 32 Global.bas module file contents: Option Explicit 'function declarations De

Página 27

33 Signametrics End Sub Private Sub Option6W_Click() ShowFault SCANSetConfig(0, SixWire) E

Página 28 - 4.5.2 Single Ended Selector

Signametrics 34 Description Initiate AutoScan operation. #include “SMX4032.H” int SCANAutoSca

Página 29 - 5.1 Distribution Files

35 Signametrics Remarks This function Cleans all relays. The test connector must be present to

Página 30

Signametrics 36 Remarks Delay of dTime seconds. dTime must be a positive double floating point n

Página 31

37 Signametrics SCANGetActuationTime H/W access Command  Polled Command  Description Return

Página 32

Signametrics 38 Value Meaning SCAN_OKAY Operation was successful. Negative number Error code Exa

Página 33 - SCANAutoScan

39 Signametrics Positive Value Version Negative Value Error code Example firmware_ver = SCANGe

Página 34 - SCANCleanRelays

Signametrics 4 5.0 SMX4032 SCANNER FAMILY WINDOWS INTERFACE ...

Página 35 - SCANDelay

Signametrics 40 Positive Value Scanner ID code Negative Value Error code Example int id = SCANG

Página 36 - SCANErrString

41 Signametrics Remarks This function returns an integer value corresponding to the iAddress e

Página 37 - SCANGetBusInfo

Signametrics 42 Description Get the currently set Auto Scan step time. #include “SMX4032.H”

Página 38 - SCANGetGrdVer

43 Signametrics #include “SMX4032.H” int SCANGetType(int iScan) Remarks This function retur

Página 39 - SCANGetID

Signametrics 44 Description Initialize the scanner. #include "SMX4032.H" int SCANIn

Página 40 - SCANGetScanList

45 Signametrics Description Open all channel relays. #include “SMX4032.H” int SCANOpenAllCha

Página 41 - SCANGetStepTime

Signametrics 46 Negative Value Error code Example int status = SCANOpenPCI(0); SCANReady H/W

Página 42 - SCANGetType

47 Signametrics required for accessing the selected channel. This command is applicable in the

Página 43 - SCANInit

Signametrics 48 Value Meaning SCAN_OKAY Operation successfully completed. Negative Value Error

Página 44 - SCANOpenAllChannels

49 Signametrics multiple channel relays can be closed. With iState set to OPEN, open the iChan

Página 45 - SCANOpenPCI

1.0 Introduction Congratulations! You have purchased a PXI/CompactPCI switching instrument with analog and systems performance that rivals the best,

Página 46 - SCANSelectChannel

Signametrics 50 SCAN_OKAY Operation successfully completed. Negative Value Error code Example

Página 47 - SCANSelectChannelCmd

51 Signametrics Parameter Type/Description iScan int Identifies the Scanner. Scanners are num

Página 48 - SCANSetChannelRelay

Signametrics 52 Description Set the Scanner Trigger output signal level. #include “SMX4032.H”

Página 49 - SCANSetConfig

53 Signametrics SCANStep H/W access Command  Polled Command  Description Step to the next c

Página 50 - SCANSetScanList

Signametrics 54 Parameter Type/Description iScan int Identifies the Scanner being addressed. R

Página 51 - SCANSetTriggerOut

55 Signametrics Description Test a channel relay for integrity. #include “SMX4032.H” int SC

Página 52 - SCANSetupStep

Signametrics 56 lpdBounce Doulbe * Pointer where the bounce time value is to be saved. iChan int

Página 53 - SCANStepCmd

57 Signametrics Example SCANTestConfigRelay(0, BtoA); // test the BtoA relay SCANTrigAutoSca

Página 54 - SCANTestChanIntegrity

Signametrics 58 iState int Indicates the enabled state of the trigger input line. May be set t

Página 55 - SCANTestChannelRelay

59 Signametrics Description Set Scanner for trigger driven step scanning. #include “SMX4032.H

Página 56 - SCANTestConfigRelay

1.3 Description The SMX4030/32 are 35 channel models that can be arranged in up to four groups of 8:1 differential channels. The SMX4032 is a high re

Página 57 - SCANTriggerInState

Signametrics 60 5.7 Error Codes Operation of the DMM may be impaired; therefore it should be ab

Página 58 - SCANTrigScan

61 Signametrics 6.0 Accessories Several accessories are available for the SM4000 relay Scanners

Página 59

7 Signametrics 1.4 Configuration Relays In addition to the channel switching relays, the SMX403

Página 60 - 5.8 Warning Codes

Signametrics 8 2.0 Specifications and Feature Table Function SMX4032 Instrumentation SMX4030

Página 61 - 7.0 Warranty and Service

Figure 2-1. Trigger input equivalent circuit. 2.1.2 External Hardware Trigger Output Output Characteristics  Output Circuit Open collector of a NP

Comentários a estes Manuais

Sem comentários