AN2263 Freescale Semiconductor / Motorola, AN2263 Datasheet - Page 20

no-image

AN2263

Manufacturer Part Number
AN2263
Description
PC Master Software: Creation of Advanced Control Pages
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
AN2263/D
20
PC Master Software: Creation of Advanced Control Pages
The previous part of the sub-routine gets the data for the spectral function
calculation. The next part loads the recorder signals for the signal statistics.
The PC master software ActiveX component function
GetCurrentRecorderData will be used in its variant for the VisualBasic
GetCurrentRecorderData_t that is faster because it uses a typed array instead
of variant array (see the PC Master Software User Manual).
When the data are read successfully, clear the contents of columns E to H
(column E for the time axis and the next three columns for signals) on the sheet
"Data".
Check the bounds of the read data.
Check if the read time base is specified
and fill the X-axis column.
Freescale Semiconductor, Inc.
succ = pcm.GetCurrentRecorderData_t(data,serNames,tbase,msg)
If succ Then
For More Information On This Product,
sht.Range("E:H").ClearContents
serCnt = UBound(data, 1)
valCnt = UBound(data, 2)
If tbase > 0 Then
Else
End If
For i = 0 To valCnt
Next i
Go to: www.freescale.com
sht.Cells(1, 5).Value = "time [sec]"
sht.Cells(1, 5).Value = "index"
tbase = 1
sht.Cells(i + 2, 5).Value = i * tbase
MOTOROLA

Related parts for AN2263