Difference between revisions of "Documentation/Nightly/Modules/PlusRemote"

From Slicer Wiki
Jump to: navigation, search
Line 35: Line 35:
  
 
*Recording: Start and stop recording
 
*Recording: Start and stop recording
*Update Transform: Update transform matrix; Requires name of transform node to match an existing transform in the PLUS config file
+
*Transform Update: Update transform from what is set in the PLUS config file; Requires name of transform node to match an existing transform in the PLUS config file
 
*Reply: Feedback message from PLUS server
 
*Reply: Feedback message from PLUS server
  

Revision as of 14:20, 5 August 2013

Home < Documentation < Nightly < Modules < PlusRemote


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements


Author: Franklin King (PerkLab, Queen's University)
Contributor: Tamas Ungi (PerkLab, Queen's University)
Contact: Tamas Ungi, <email>ungi@cs.queensu.ca</email>

Cancer Care Ontario  

Module Description

Convenience module for sending commands through OpenIGTLink Remote to PLUS. Requires OpenIGTLink Remote module available in the SlicerIGT extension. See https://www.assembla.com/spaces/plus/wiki/PlusServer_commands for more information about PLUS server commands.

Use Cases

  • Sending Recording and Transform Update commands to PLUS server

Tutorials

N/A

Panels and their use

PlusRemoteScreenshot.png

  • Recording: Start and stop recording
  • Transform Update: Update transform from what is set in the PLUS config file; Requires name of transform node to match an existing transform in the PLUS config file
  • Reply: Feedback message from PLUS server

Similar Modules

N/A

References

N/A

Information for Developers