ice remoting presentation

10
LabVIEW TM and MATLAB TM support @ ICE 6/2012 © NMDG

Upload: nmdg-nv

Post on 24-May-2015

156 views

Category:

Technology


2 download

DESCRIPTION

NMDG developed different examples illustrating that it is possible to interact with NMDG ICE software from within LabVIEW 2011 or MATLAB R2012A, thanks to the ICE Remoting library and the .NET Remoting technology.

TRANSCRIPT

Page 1: ICE Remoting Presentation

LabVIEWTM and MATLABTM support

@ ICE

6/2012

© NMDG

Page 2: ICE Remoting Presentation

© NMDG 2012 2

Summary

Goal: allow engineers to extend the capability of ICE by creating applications in their preferred development environment

Here it is shown that it is possible to interact with ICE from withinLabVIEWTM 2011 and MATLABTM R2012A using .NET remoting

● running on the same machine using an IPC channel (inter-process communication)● running on different machines using a TCP channel (transmission control protocol)● interacting with instruments and other schematics configured in ICE

● control RF and DC sources● control switching matrices● control RF and DC analysers● initiate measurements● retrieve calibrated(*) data from analysers and DUT

● possibly directly controlling additional hardware which is not controlled by ICE

(*) the calibration itself needs to be performed in ICE

LabVIEW and MATLAB are registered trademarks of respectively National Instruments and The MathWorks, Inc

Page 3: ICE Remoting Presentation

© NMDG 2012 3

LabVIEW example #1 – ICE Getting Started – using IPC (I)

Page 4: ICE Remoting Presentation

© NMDG 2012 4

LabVIEW example #1 – ICE Getting Started – using IPC (II)

LabVIEW allows to select the desiredproperty or method of the IRemoteServer

which is returned when opening theconnection at the specified URL

Page 5: ICE Remoting Presentation

© NMDG 2012 5

LabVIEW example #1 – ICE Getting Started – using IPC (III)

Schematic returned by IRemoteServermust be casted to RFSource in orderto access its source-related properties

Page 6: ICE Remoting Presentation

© NMDG 2012 6

LabVIEW example #2 – ZVT8 – using TCP (I)

ICE running on a R&S ZVT8IP address : 192.168.0.121

ICE .NET remoting server “ICE.rem” listening at port 7531 as TCP channel

LabVIEW running on laptopconnected to the same network

Page 7: ICE Remoting Presentation

© NMDG 2012 7

LabVIEW example #2 – ZVT8 – using TCP (II)

Setting the frequency and output levelof the RF source based onthe unique name assigned in ICE

Retrieving the time-domain andfrequency-domain data from the DUT(e.g. “bf” at port 2)

Converting the complex type definedin ICE to the complex type defined inLabVIEW

Page 8: ICE Remoting Presentation

© NMDG 2012 8

MATLAB example – ICE Getting Started – using IPC (TCP also supported)

Page 9: ICE Remoting Presentation

© NMDG 2012 9

Acknowledgements

● NMDG wants to thank National Instruments and The MathWorks for their support

Page 10: ICE Remoting Presentation

© NMDG 2012 10

Contact info

Want to try this capability?Contact us

[email protected]