Advanced Topics in Labwindows/CVI

دانلود کتاب Advanced Topics in Labwindows/CVI

60000 تومان موجود

کتاب موضوعات پیشرفته در Labwindows/CVI نسخه زبان اصلی

دانلود کتاب موضوعات پیشرفته در Labwindows/CVI بعد از پرداخت مقدور خواهد بود
توضیحات کتاب در بخش جزئیات آمده است و می توانید موارد را مشاهده فرمایید


این کتاب نسخه اصلی می باشد و به زبان فارسی نیست.


امتیاز شما به این کتاب (حداقل 1 و حداکثر 5):

امتیاز کاربران به این کتاب:        تعداد رای دهنده ها: 4


توضیحاتی در مورد کتاب Advanced Topics in Labwindows/CVI

نام کتاب : Advanced Topics in Labwindows/CVI
عنوان ترجمه شده به فارسی : موضوعات پیشرفته در Labwindows/CVI
سری : National Instruments Virtual Instrumentation Series
نویسندگان : ,
ناشر : Prentice Hall
سال نشر : 2001;2002
تعداد صفحات : 466
ISBN (شابک) : 0130892297 , 9780130892294
زبان کتاب : English
فرمت کتاب : pdf
حجم کتاب : 5 مگابایت



بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.


فهرست مطالب :


Cover......Page 1
Contents......Page 8
Illustrations......Page 16
Tables......Page 22
What Is LabWindows/CVI?......Page 26
Objectives of This Book......Page 29
What You Need to Run CVI......Page 31
Conventions Used in This Book......Page 32
Acknowledgments......Page 34
Foreword......Page 36
1 Programmatically Creating the Graphical User Interface......Page 38
Introduction......Page 39
main Function......Page 40
CreateGUI Function......Page 42
StartGUICB Function......Page 47
DoneGUICB Function......Page 56
ClearGraphCB Function......Page 58
Summary......Page 59
DeleteGraphPlot Function......Page 61
DiscardPanel Function......Page 62
NewPanel Function......Page 63
PlotY Function......Page 65
SetPanelAttribute Function......Page 67
2 Plotting on Graph Controls......Page 70
Graph Attributes and Cursors......Page 71
Creating Graph Legends......Page 83
Plotting Geometric Patterns on Graph Control......Page 87
Summary......Page 96
CreateMetaFont Function......Page 98
GetAxisScalingMode Function......Page 99
GetGraphCursor Function......Page 100
LGCreateLegendControl Function......Page 101
LGInsertLegendItemForPlot Function......Page 103
PlotArc Function......Page 104
PlotOval Function......Page 107
PlotRectangle Function......Page 108
PlotText Function......Page 109
SetAxisScalingMode Function......Page 110
3 Using DataSocket......Page 112
Communicating Using DataSocket......Page 113
DataSocket Data Files......Page 114
Creating a DataSocket Application......Page 115
Analyzing the Writer Code......Page 117
Analyzing the Reader Code......Page 127
DataSocket Applications......Page 134
DataSocket Server Manager Configurations......Page 136
Server Settings......Page 137
Permissions Groups......Page 138
Predefined Data Items......Page 139
Summary......Page 141
DS_GetAttrValue Function......Page 142
DS_GetDataType Function......Page 145
DS_GetLastMessage Function......Page 146
DS_GetLibraryErrorString Function......Page 148
DS_GetStatus Function......Page 149
DS_Open Function......Page 150
DS_SetAttrValue Function......Page 151
DS_Update Function......Page 153
SetBreakOnLibraryErrors Function......Page 155
SetDir Function......Page 157
4 Table Control......Page 158
Introduction......Page 159
Moving Around in the Table Control......Page 160
Using the System Clipboard......Page 161
Browsing the Table Control Dialog Windows......Page 162
Table Control Project......Page 171
Load Data Function......Page 173
Selecting Columns to Sort......Page 179
Sort Ascending/Descending......Page 180
Search Function......Page 183
Highlighting/Pasting Rows to Clipboard......Page 186
ClipboardPutTableVals Function......Page 188
DeleteTableRows Function......Page 189
FileToArray Function......Page 190
GetNumTableRows Function......Page 193
GetTableCellFromVal Function......Page 194
InsertTableRows Function......Page 196
MakePoint Function......Page 198
MakeRect Function......Page 200
NewCtrlMenuItem Function......Page 201
SetTableCellVal Function......Page 203
SetTableCellRangeVals Function......Page 205
SetTableColumnAttribute Function......Page 206
ShowBuiltInCtrlMenuItem Function......Page 207
SortTableCells Function......Page 209
5 VXI Communication Using VISA......Page 212
Short History......Page 213
VXI Chassis, Modules, and Connectors......Page 214
Controlling the VXI System......Page 215
VXI Address Space and Configuration Registers......Page 218
VXI Device Classes......Page 223
Communicating with Message-Based Devices......Page 224
Resource Manager......Page 226
Basics of Programming with VISA......Page 228
VISA Project......Page 234
Header and main Function......Page 235
Finding System Resources......Page 237
Setting Up Communication with the Function Generator......Page 239
Configuring the Function Generator......Page 242
Library Function Prototypes and Definitions......Page 246
viAssertUtilSignal Function......Page 247
viClose Function......Page 248
viOpen Function......Page 249
viRead Function......Page 252
viSetAttribute Function......Page 253
viStatusDesc Function......Page 254
viWrite Function......Page 255
6 Data Acquisition......Page 256
Introduction......Page 257
Data Acquisition Board Architecture......Page 259
Signal Conditioning......Page 260
Analog Input/Output Parameters......Page 262
Range, Gain, and Code Width......Page 263
DAQ Designer Tool......Page 264
Installing and Setting Up the DAQ Board......Page 265
Using the DAQ Channel Wizard......Page 275
Hardware Configurations......Page 283
Analog Input......Page 285
Analog Output......Page 296
Digital Input/Output......Page 298
Counter Fundamentals......Page 300
Counter Applications......Page 302
Event Counting and Timing......Page 303
Pulse Generation......Page 305
Pulse Measurement......Page 309
Frequency Measurement......Page 310
Summary......Page 311
AOUpdateChannel Function......Page 312
AOGenerateWaveforms Function......Page 313
CounterEventOrTimeConfig Function......Page 315
CounterStop Function......Page 318
DIG_Prt_Config Function......Page 321
GroupByChannel Function......Page 323
nidaqAIDestroyTask Function......Page 325
nidaqAIScanOp Function......Page 327
nidaqAISinglePointOp Function......Page 328
nidaqAIStart Function......Page 329
nidaqAIStop Function......Page 330
PulseWidthOrPeriodMeasConfig Function......Page 331
ReadFromDigitalLine Function......Page 333
ReadFromDigitalPort Function......Page 334
WriteToDigitalLine Function......Page 335
WriteToDigitalPort Function......Page 336
7 Creating and Using Function Panels......Page 338
Purpose of a Function Panel......Page 339
Creating a Function Tree......Page 341
Creating a Function Panel......Page 345
Testing the Function Panel Functions......Page 356
Numeric Control......Page 358
Slide Control......Page 360
Binary Control......Page 361
Ring Control......Page 363
Global Variable......Page 364
Message Control......Page 365
Summary......Page 367
8 Creating Instrument Drivers......Page 368
Introduction......Page 369
Creating an Instrument Driver......Page 371
Initialize Functions......Page 384
Configuration Functions......Page 385
Source File......Page 386
Using the Attribute Editor......Page 387
Attribute Editor Controls......Page 390
Editing High-Level Instrument Driver Functions......Page 393
Adding High-Level Instrument Driver Functions......Page 396
Creating the Instrument Driver Text File......Page 397
Testing the Instrument Driver......Page 399
Summary......Page 400
9 OpenGL......Page 402
Introduction......Page 403
OpenGL Project......Page 404
Header and main Function......Page 407
Load Data File......Page 409
Setting OpenGL Attributes......Page 410
Plotting Data......Page 413
Creating a Color Map......Page 418
Creating a Color Scale......Page 419
Printing the OpenGL Plot......Page 420
Summary......Page 422
OGLConvertCtrl Function......Page 423
OGLDeletePlot Function......Page 424
OGLGetErrorString Function......Page 425
OGLPlot3DUniform Function......Page 426
OGLRefreshGraph Function......Page 428
OGLSetCtrlAttribute Function......Page 429
PlotIntensity Function......Page 430
PrintPanel Function......Page 434
SetWaitCursor Function......Page 435
Bibliography......Page 436
A......Page 438
C......Page 439
D......Page 440
E......Page 442
F......Page 443
G......Page 444
H......Page 445
I......Page 446
L......Page 447
M......Page 449
O......Page 450
P......Page 452
S......Page 453
T......Page 455
V......Page 456
Z......Page 458
The Author......Page 460




پست ها تصادفی