DAQ6510 instrument libraries #150
b33zwaXer
started this conversation in
Show and tell
Replies: 1 comment
-
As stated in #144, we do currently have plans to add the DAQ6510 language support in a near-term release. We sincerely appreciate you attempting to add this support yourself. We plan to compile a more complete contributing guide in the future to assist with additions like these. Thanks for your interest and contribution! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I decided to start building instrument libraries for the DAQ6510 and have made some good progress even though this is not yet completed. Here is what I have done
The DMM7510 libraries were duplicated and used as reference to build a DAQ6510 library
Using the command listed in the toc.xml for DAQ6510 and DMM7510 a comparison was made using Beyond Compare.
Instrument Libraries:
~/.vscode/extensions/tektronix.tsp-toolkit-1.3.0-darwin-arm64/node_modules/@tektronix/keithley_instrument_libraries/keithley_instrument_libraries/DMM7510
toc.xml files:
~/.vscode/extensions/tektronix.tsp-toolkit-1.3.0-darwin-arm64/node_modules/@tektronix/web-help-documents/DAQ6510/toc.xml
~/.vscode/extensions/tektronix.tsp-toolkit-1.3.0-darwin-arm64/node_modules/@tektronix/web-help-documents/DMM7510/toc.xml
I have started creating the DAQ6510/AllTspCommands/definitions.lua file by doing the following
The DMM7510 libraries were duplicated and used as reference to build a DAQ6510 library
Using the command listed in the toc.xml for DAQ6510 and DMM7510 a comparison was made using Beyond Compare.
Instrument Libraries:
~/.vscode/extensions/tektronix.tsp-toolkit-1.3.0-darwin-arm64/node_modules/@tektronix/keithley_instrument_libraries/keithley_instrument_libraries/DMM7510
toc.xml files:
~/.vscode/extensions/tektronix.tsp-toolkit-1.3.0-darwin-arm64/node_modules/@tektronix/web-help-documents/DAQ6510/toc.xml
~/.vscode/extensions/tektronix.tsp-toolkit-1.3.0-darwin-arm64/node_modules/@tektronix/web-help-documents/DMM7510/toc.xml
I have started creating the DAQ6510/AllTspCommands/definitions.lua file by doing the following
Removed all none DAQ6510 Commands
ACAL
DMM.Digitize
DMM.MEASURE
FAN
LOCALNODE
Revised Target ID to match DAQ6510 help files
Added functions
—buffer.channelmath()
---bufferVar.channels
—buffer.write.format() - prebuilt but not shown in DMM7510/toc.xml
—buffer.write.readigns() - prebuilt but not shown in DMM7510/toc.xml
—-@Class channel and all sub functions
— channel.open() - prebuilt but not shown in DMM7510/toc.xml
— channel.close() - prebuilt but not shown in DMM7510/toc.xml
TODO: Finished classes and functions for
@Class slot[slot].*
@Class scan.*
DAQ6510.zip
Beta Was this translation helpful? Give feedback.
All reactions