Loading...
 

TTi 3 csatornás tápegység leiráskeresése, takrítása, remote-ra kötés(GPIB)


adatlap: http://www.av.it.pt/medidas/Data/Manuais%20&%20Tutoriais/01%20&%2002%20-%20TTi%20%20Power%20Supply%20PL%20series/TTi-PL-P%20Instruction%20Manual.pdf

VIGYÁZAT: a főkapcsoló nem mindent áramtalanít, mielőtt belenyúlsz húzd ki!(tapasztalat...)

2022.01.21:
Építettünk egy arduino hajtotta GPIB adaptert, a tápegységgel tesztelve problémák jöttek elő.

Tápegység szétszedése:

- a fém házat 11 csavar tartja, 3-3 az oldalán, 5 a tetején (ebből 2-2 a fogantyúk csavarja).
- az előlapot az alján 5 db csavar tartja (ebből 2db a talpa az eszköznek), illetve ha még a tetejét nem vettük le, akkor a 2 fogantyú azon oldali csavarja is.

a belső felépítése moduláris:

- a két fő csatorna kivételéhez le kell kell venni 3db darab potmétersapkát (csatornánként), majd a műanyag pöcköket összenyomva kijön a modul
- a csatorna modulok 2 szélén található a remote csatlakozás, zöld filcel jelölve van rajtuk hogy melyik szallag kábel melyik irányba kell bedugni. az alján a moduloknak pedig található a bemeneti (hosszab) és kimeneti (rövidebb) csatlakozó
- a banánajzatokat tartó panelen van védődióda, ha esetleg paj lenne a tápegységel azt érdemes lehet cserélni!
- a 3. modulon csak 1db remote csatlakozás van, szintén jelölve, illetve 1db szallag kábel jön ki és a közvetlen mögötte lévő modulba csatlakozik.

A remote kártya:

- mikor először kinyitottam a kártya ki volt kötve, bekötésével problémát még nem vettem észre.
- van rajta 5db szallag kábel, filcel számozva hogy hova kell kötni a csatorna modulokon.
- van rajta 2db csatlakozó. Egy a remote kapcsolónak és ledeknek, 1 a tápnak, a táp az AC így nem számít a csatlakozó iránya!
- a kártya hátulján az "RS232" és GPIB port között dip kapcsolóval lehet állítani a beállításokat. fentröl lefelé az értékek ha a matrica lekopna:

hátulrol nézve, balra OFF, jobbra ON
BAUD RÁTA(RS232 esetén) B
BAUD RÁTA(RS232 esetén) A
GPIB(ON)/RS232(OFF) választó
GPIB ADDRES LSB
GPIB ADDRES
GPIB ADDRES
GPIB ADDRES
GPIB ADDRES MSB
GPIB ADDRES-t binárisan kell állítani, ON = 0, OFF = 1 (TTI WHY?)
baud érétket a 2 felsővel lehet binárisan: 300,1200,4800,9600 lehet

"RS232"

Az rs232 csatlakozó azon kívül hogy DB9 nem ugyan azzal a pinout-al van.
pinout:
Pin Name Description
1 - No internal Connection
2 TXD Transmitted data from instrument
3 RXD Received data to instrument
4 - No internal connection
5 GND Signal ground
6 - No internal connection
7 RXD2 Secondary received data
8 TXD2 Secondary transmitted data
9 GND Signal ground
A második adag RX/TX műszer továbbfűzésre van!

GPIB:

parancsok:

Common Commands

∗CLS Clear Status.
∗ESE <nrf> Set the Standard Event Status Enable Register to the value of <nrf>.
∗ESE? Returns the value in the Standard Event Status Enable Register.
∗ESR? Returns the value in the Standard Event Status Register.
∗IDN? Returns the instrument identification.
∗IST? Returns ist local message.
∗LRN? Returns the complete set up of the instrument.
∗OPC Sets the Operation Complete bit in the Standard Event Status Register.
∗OPC? Returns the Operation Complete status.
∗PRE <nrf> Set the Parallel Poll Enable Register to the value <nrf>.
∗PRE? Returns the value in the Parallel Poll Enable Register.
∗RST Resets the instrument.
∗SRE <nrf> Set the Service Request Enable Register to <nrf>.
∗SRE? Returns the value of the Service Request Enable Register.
∗STB? Returns the value of the Status Byte Register.
∗TST? Examine the state of the FLT bit in the Status byte register and return the result.
∗WAI Wait for operation complete true.

Other commands

V<n> <nrf> Set the output <n> voltage to <nrf>.
V<n>V <nrf> Set the output <n> voltage to <nrf> and verify.
I<n> <nrf> Set current limit of output <n> to <nrf>.
V<n>? Returns the set voltage of output <n> in Volts.
I<n>? Returns the current limit of output <n> in Amps.
V<n>O? Reads and returns the output <n> voltage in Volts.
I<n>O? Reads and returns the output <n> current in Amps.
DECI<n> Decrement the set current of output <n> by the deltai value.
DECV<n> Decrement the output voltage of output <n> by the deltav value.
DECV<n>V Decrement the output voltage of output <n> by the deltav value and verify.
DELTAI<n> <nrf> Set delta Amps of output <n> to <nrf>.
DELTAV<n> <nrf> Set delta voltage of output <n> to <nrf>.
DELTAI<n>? Returns the delta current value of output <n> in Amps.
DELTAV<n>? Returns the delta voltage value of output <n> in Volts.
INCI<n> Increment the set current of output <n> by the deltai value.
INCV<n> Increment the output voltage of output <n> by the deltav value.
INCV<n>V Increment the output voltage of output <n> by the deltav value and verify.
OP<n> <nrf> Set the output <n> status ON or OFF.
OPALL <nrf> Set the status of all outputs ON or OFF.
DAMPING<n> <nrf> Sets the meter damping of output <n> to OFF or ON.
LSR? Returns the value in the Limit Event Status Register.
LSE <nrf> Set the Limit Event Status Enable Register to the value of <nrf>.
LSE? Returns the value in the Limit Event Status Enable Register.
EER? Returns the value in the Execution Error Register.
QER? Returns the value in the Query Error Register.

érétkek:

<pmt> <PROGRAM MESSAGE TERMINATOR>
<rmt> <RESPONSE MESSAGE TERMINATOR>
<nrf> A number in any format. e.g. 12, 12.00, 1.2 e1 and 120 e-1 are all
accepted as the number 12. Any number, when received, is converted to
the required precision consistent with the use then rounded up to obtain
the value of the command.
<nr1> A number with no fractional part, i.e. an integer.
<nr2> A number in fixed point format, e.g. 11.52, 0.78 etc.

GPIB használata estén az ha vissza szeretnénk kapni információt, a pacs elküldése után kell egy olvasát is küldeni (++read)
ha engedélyezés(vagy hasonlót) akarünk csinálni, akkor az <nrf> értéket0 vagy 1 re kell állítani, attol függően hogy be vagy ki akarjuk kapcsolni azt.

LOCAL/REMOTE kapcsoló:

LOCAL módban a tápegység a rajta lévő potméterekkel használható, távolrol nem vezérelhető.
REMOTE módban az előlapi potméterek nem működnek, *csak távolrol lehet irányítani. minden alkalommal amikor erre állítjuk a tápegységet a legminimálisabb érétkekre áll be a feszültség és az áram is!.

  • A tápegységen a csatorna engedélyező kapcsoló ilyenkor legyen bekapcsolva, ez egy fizikai leválasztó, és remot nál is letudja tiltani a csatornát!


módosítások:


2022.01.22:
- A remote kártya bekötése
- a két kimeneti csatorna megcserélése(valamiért fordítva nem működött az egyik remote esetén ¯\_(ツ)_/¯)

Contributors to this page: bethlenke .
Page last modified on Saturday 22 of January, 2022 15:43:10 CET by bethlenke.

Upcoming Events

No records to display