Skip to content

Commit

Permalink
V4.8.8 on web site
Browse files Browse the repository at this point in the history
Now works correctly with Triton+
  • Loading branch information
johndempster committed Feb 12, 2015
1 parent 38c4638 commit 47da6bd
Show file tree
Hide file tree
Showing 13 changed files with 341 additions and 48 deletions.
Binary file modified HelpSmith Files/WinWCP.chm
Binary file not shown.
Binary file modified HelpSmith Files/WinWCP.hsm
Binary file not shown.
4 changes: 3 additions & 1 deletion MDIForm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@
V4.8.7 05.12.14 ABF2 import now works correctly (update to adcdatafile.pas)
15.12.14 EditProtocolUnit.pas Changes to element parameters no longer lost
when a new element dropped on waveform palette
V4.8.8 11.02.14 Tecella: Now tested and works correctly with Triton+
Export: No. of exportable channels increased to 32.
=======================================================================}

interface
Expand Down Expand Up @@ -840,7 +842,7 @@ procedure TMain.FormShow(Sender: TObject);
Width := Screen.Width - Left - 20 ;
Height := Screen.Height - Top - 50 ;

ProgVersion := 'V4.8.7';
ProgVersion := 'V4.8.8';
Caption := 'WinWCP : Strathclyde Electrophysiology Software ' + ProgVersion ;

{ Get directory which contains WinWCP program }
Expand Down
1 change: 1 addition & 0 deletions RecPlotUnit.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ object RecPlotFrm: TRecPlotFrm
PrinterDisableColor = False
MetafileWidth = 500
MetafileHeight = 400
ShowLineLabels = True
end
object ControlsGrp: TGroupBox
Left = 8
Expand Down
8 changes: 4 additions & 4 deletions RecPlotUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
// can be taken from two different regions of recording sweep.
// 31.08.12 Rising slope variable added
// Incorrect slope scaling on first recording sweep fixed
// Channel[].ADCScale scaling replaced with SESLabIO.ADCUnitsPerBit
// Channel[].ADCScale scaling replaced with SESLabIO.ADCUnitsPerBit
// 10.02.15 plPlot.CreateLine() Label name added to arguments

interface

Expand Down Expand Up @@ -727,7 +728,6 @@ function TRecPlotFrm.RisingSlope(
// -----------------------
var
Y,YPeak10,YPeak90,YHi : Single ;
dRiseTime : Single ;
Invert : Single ;
j,iStart,iEnd : Integer ;
YScale : Single ;
Expand Down Expand Up @@ -879,7 +879,7 @@ procedure TRecPlotFrm.bAddPlotClick(Sender: TObject);
plPlot.MaxPointsPerLine := 100000 ;

// Add`new line to plot
Plot[NumPlots].LineNum := plPlot.CreateLine( clBlue, msOpenSquare,psSolid ) ;
Plot[NumPlots].LineNum := plPlot.CreateLine( clBlue, msOpenSquare,psSolid, '' ) ;

Plot[NumPlots].VarNum := Integer( cbPlotVar.Items.Objects[cbPlotVar.ItemIndex] ) ;
Plot[NumPlots].ChanNum := cbPlotChan.ItemIndex ;
Expand Down Expand Up @@ -1018,7 +1018,7 @@ procedure TRecPlotFrm.bClearPointsClick(Sender: TObject);
Plot[iPlot].PlotNum := plPlot.CreatePlot ;

// Add`new line to plot
Plot[iPlot].LineNum := plPlot.CreateLine( clBlue, msOpenSquare,psSolid ) ;
Plot[iPlot].LineNum := plPlot.CreateLine( clBlue, msOpenSquare,psSolid, '' ) ;

plPlot.YAxisLabel := Plot[iPlot].YLabel ;

Expand Down
Binary file modified WinWCP User Guide.pdf
Binary file not shown.
Binary file modified WinWCP.chm
Binary file not shown.
6 changes: 3 additions & 3 deletions WinWCP/WinWCP.mpr
Original file line number Diff line number Diff line change
Expand Up @@ -375,20 +375,20 @@ Strathclyde Institute for Pharmacy & Biomedical Sciences
WinWCP
{F3528517-60DA-4E1F-B5F0-8D71865A3535}
{603FD984-4C3C-4760-8C92-658972562774}
4.8.7
4.8.8
English
WinWCP
WinWCP Installation
John Dempster
All rights reserved
{8CA4ADC8-8649-46F3-BBCD-2B2408C4BA09}
{C861E2F8-A5A3-4838-8BC5-B6A4392BF923}
John Dempster,
My Company
http://spider.science.strath.ac.uk/sipbs/showPage.php?page=software_ses
http://spider.science.strath.ac.uk/sipbs/showPage.php?page=software_ses
All rights reserved
FALSE
WinWCP V4.8.7 Setup
WinWCP V4.8.8 Setup
TRUE
FALSE

Expand Down
6 changes: 3 additions & 3 deletions WinWCP/WinWCP.mpr.bak
Original file line number Diff line number Diff line change
Expand Up @@ -375,20 +375,20 @@ Strathclyde Institute for Pharmacy & Biomedical Sciences
WinWCP
{F3528517-60DA-4E1F-B5F0-8D71865A3535}
{603FD984-4C3C-4760-8C92-658972562774}
4.8.6
4.8.7
English
WinWCP
WinWCP Installation
John Dempster
All rights reserved
{40B91520-6AC7-498B-A8BC-2ECE437962F2}
{8CA4ADC8-8649-46F3-BBCD-2B2408C4BA09}
John Dempster,
My Company
http://spider.science.strath.ac.uk/sipbs/showPage.php?page=software_ses
http://spider.science.strath.ac.uk/sipbs/showPage.php?page=software_ses
All rights reserved
FALSE
WinWCP V4.8.6 Setup
WinWCP V4.8.7 Setup
TRUE
FALSE

Expand Down
Loading

0 comments on commit 47da6bd

Please sign in to comment.