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
|
S
earch for
MotionController
AddressFromStringGet
AddressGet
AxisCountGet
AxisCountSet
AxisGet
BackgroundCycleCounterGet
CommandAction
CommandComputeLong
CommandDelay
CommandMoveSCurve
CommandMoveVelocity
CommandWaitLong
Create
CreateFromBoard
CreateFromServer
Custom97ReadCountSet
Custom97ReadDataGet
Custom97ReadPtrSet
Custom97VersionGet
Custom97WaitTimeSet
Custom97WriteCountSet
Custom97WriteDataSet
Custom97WritePtrSet
DigitalInGet
DigitalOutGet
DigitalOutSet
FirmwareAddressGet
FirmwareDevelopmentIDGet
FirmwareDownload
FirmwareOptionGet
FirmwareRevisionGet
FirmwareSubRevisionGet
FirmwareUpload
FirmwareVersionGet
HostAddressGet
InterruptEnableSet
InterruptWake
IOGet
MemoryBlockGet
MemoryBlockSet
MemoryGet
MemorySet
MotionCountGet
MotionCountSet
MpiFirmwareVersionGet
MpiVersionGet
MultiAxisGet
ProcessorTypeGet
ProcessorUsageGet
RecorderBufferHighCountSet
RecorderBufferSizeGet
RecorderBufferSizeSet
RecorderCircularBufferSet
RecorderConfigureToTriggerOnMotion
RecorderCountGet
RecorderCountSet
RecorderDataAddressSet
RecorderDataCountSet
RecorderEnabledGet
RecorderPeriodSet
RecorderRecordCountGet
RecorderRecordDataGet
RecorderRecordDataRetrieve
RecorderRecordDataValueGet
RecorderRecordMaxCountGet
RecorderReset
RecorderStart
RecorderStop
Reset
SampleCounterGet
SampleRateGet
SampleRateSet
SaveToFlash
SequencerCountGet
SequencerCountSet
SequencerEnableSet
SequencerStart
SequencerStateGet
SequencerStop
SerialNumberGet
SyncInterruptEnableSet
SyncInterruptHostProcessFlagSet
SyncInterruptHostProcessStatusBitGet
SyncInterruptHostProcessStatusClear
SyncInterruptHostProcessTimeGet
SyncInterruptPeriodSet
SyncInterruptWait
SynqNetCRCErrorInGet
SynqNetCRCErrorOutGet
SynqNetDeadEventGet
SynqNetFailedNodeMaskGet
SynqNetIdleCableNumberGet
SynqNetIdleCableStatusGet
SynqNetInit
SynqNetIONodeCountGet
SynqNetNetworkTypeGet
SynqNetNodeCountGet
SynqNetNodeFailureEventGet
SynqNetNodeOffsetGet
SynqNetRecoveryEventGet
SynqNetRecoveryModeGet
SynqNetRecoveryModeSet
SynqNetRxFailureEventGet
SynqNetShutdown
SynqNetStateGet
SynqNetTopologyClear
SynqNetTopologySave
SynqNetTopologySavedGet
SynqNetTxFailureEventGet
UserVersionGet
UserVersionSet
void Custom97ReadPtrSet
(
long
index
,
long
firmwareAddress
)
Description:
Custom97ReadPtrSet the firmware address to read.
Parameters:
index
the offset within the read block (start from zero)
firmwareAddress
The firmware address of the data to read
Sample Code:
controller->
Custom97ReadPtrSet
(1, 0x1000180);
// from VM3
See also:
Custom 97 MotionController Firmware
Examples:
custom97.cpp
.
Copyright © 2009 ---.
All Rights Reserved.