Nu har jag påbörjat ett litet projekt, inköpt testrigg med lite utrustning, dubbla VXI Mainframes, med DMM, Functionsgenerator, Programmerbara DC m.m. planering att sätta upp detta mha Labview för en komplett generell testrigg.
Conny
http://www.cbrobotics.se
Automat test
Re: Automat test
Nu kopplat upp och testat oscilloscope samt adresserat VXI chassiet och dess instickskort, testat med MAX påbörjat kodning i LabVIEW och ska testa mäta med DMM:en.
Nerre, javisst men det borde vara större..... nej det är bara skräp...
Polmanswe, Japp
Nerre, javisst men det borde vara större..... nej det är bara skräp...
Polmanswe, Japp
Du har inte behörighet att öppna de filer som bifogats till detta inlägg.
Re: Automat test
Lite uppdatering, fick problem att adressera i VXI chassiet, så jag påbörjade styra
" If you are using an IEEE 488.2 function, such as Send or Receive, and you need to use a secondary address, you can use the MakeAddr function to create a "packed" address for you. The packed address consists of two bytes of information: a high byte (secondary address) and a low byte (primary address). You can express this packed address in hexadecimal, where the SAD is a value from 60 hex (96 decimal) to 7E hex (126 decimal) and the PAD is a value from 0 hex (0 decimal) to 1E hex (30 decimal).
For example, using the previous example (the GPIB board is gpib2 at PAD 0, the instrument is at PAD 5 and SAD 4), the packed address would be 0x6405 (high byte = 60 hex + 04 hex, low byte = 05 hex). The board information is a separate input, used in the functions themselves. For example, the Send function has a bus input that corresponds to the boardIndex mentioned above. The bus for gpib2 is 2 (not 0 -- that is the PAD)."
Det blir lite test i helgen...
det var ett tag sedan man höll på med GPIB, men lyckas nu ställa in och läsa ut aktuella värden ifrån Labview, pluggade på lite om GPIB adressering och i VXI chassiet ligger korten på sekundär adress, vilket gör att dessa ligger på en högre adress" If you are using an IEEE 488.2 function, such as Send or Receive, and you need to use a secondary address, you can use the MakeAddr function to create a "packed" address for you. The packed address consists of two bytes of information: a high byte (secondary address) and a low byte (primary address). You can express this packed address in hexadecimal, where the SAD is a value from 60 hex (96 decimal) to 7E hex (126 decimal) and the PAD is a value from 0 hex (0 decimal) to 1E hex (30 decimal).
For example, using the previous example (the GPIB board is gpib2 at PAD 0, the instrument is at PAD 5 and SAD 4), the packed address would be 0x6405 (high byte = 60 hex + 04 hex, low byte = 05 hex). The board information is a separate input, used in the functions themselves. For example, the Send function has a bus input that corresponds to the boardIndex mentioned above. The bus for gpib2 is 2 (not 0 -- that is the PAD)."
Det blir lite test i helgen...
Du har inte behörighet att öppna de filer som bifogats till detta inlägg.
Re: Automat test
Lite mer godis i riggen..
Du har inte behörighet att öppna de filer som bifogats till detta inlägg.