• Home
  • Company Info
    • Industries we serve
  • Products
    • Motion Controllers
    • Software
    • Drives
    • Motors
    • I/O
    • Cables
      • SERCOS Cables
      • SynqNet Cables
  • Support
    • RapidCode
    • RapidSetup
    • Steeplechase VLC
    • DSP to SynqNet Translator
  • Downloads
  • Search
  • Contact Us
Overview | MotionController | Axis | MultiAxis | IO | Examples | Topics | ChangeLog | Search for 
RapidCodeMotion
Abort
AmpEnableSet
EStop
EStopAbort
EStopModify
EStopTimeGet
EStopTimeSet
FeedRateGet
FeedRateSet
InterruptEnableSet
InterruptWake
Map
MotionAttributeMaskGet
MotionAttributeMaskOffSet
MotionAttributeMaskOnGet
MotionAttributeMaskOnSet
MotionAttributeMaskSet
MotionDelayGet
MotionDelaySet
MotionDoneGet
MotionDoneWait
MotionDoneWait
MotionHoldAxisNumberGet
MotionHoldAxisNumberSet
MotionHoldAxisPositionGet
MotionHoldAxisPositionSet
MotionHoldGateGet
MotionHoldGateSet
MotionHoldTimeoutGet
MotionHoldTimeoutSet
MotionHoldTypeGet
MotionHoldTypeSet
MotionHoldUserAddressGet
MotionHoldUserAddressSet
MotionHoldUserMaskGet
MotionHoldUserMaskSet
MotionHoldUserPatternGet
MotionHoldUserPatternSet
MotionIdGet
MotionIdSet
MovePT
MovePVT
NumberGet
Resume
StateGet
StatusBitGet
Stop
StopTimeGet
StopTimeSet
Unmap
void MotionHoldUserAddressSet ( long  address  ) 

Description:
MotionHoldUserAddressSet sets the User Address which will be monitored before the motion hold is released.
Parameters:
address The host address that will be monitored for Motion Hold
Sample Code:
  // hold execution of motion on a dedicated input changing state
   int userAddress = axis.AddressGet(RSIAxisAddressType.RSIAxisAddressTypeDEDICATED_INPUTS);
  axis.MotionHoldUserAddressSet(userAddress);
See also:
MotionHoldUserAddressGet(), MotionHoldTypeSet()
Examples:
MotionHoldMultiAxisHomeSwitch.cs.

Copyright © 2009 ---.
All Rights Reserved.