Bitcoin Forum
May 27, 2024, 12:17:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Paying BTC for Programming simple commands for Agilent 8453 UV-visible Spectroph  (Read 1267 times)
ragingazn628 (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Coin Generator


View Profile WWW
February 08, 2012, 08:30:53 PM
 #1

Hey guys,
So basically I need to program simple commands to the Agilent 8453 UV-visible for my University Chemistry Research. The Agilent 8453 UV-visible Spectrophotometer is currently connected to an old computer running Windows 98 via an HP IB. I want to write a simple command to connect the computer to the Spectrophotometer so the computer will recognize it. It can be in any language. Basic / C is fine as well. Basically we're going to start off small. Just need communication between the PC and the Spectrophotometer. Then we will move on to controlling the temperatures of the solution that we put in to measure. Any help would be greatly appreciated!
Code:
Parameter 
[ on | off ]
Reply
[ on | off ] <CR> <LF and EOI>
Description
This instruction is used to switch remote mode on and off. With REM ON the
temperature control unit is set in a remote mode. In this remote state the
keyboard is disabled for all inputs (only the UP , DOWN , and CLEAR  keys are
accepted). The ENTER  key is only accepted within the remote function context,
that is to change the display for system and main functions and to reset
remote to off. However, the function REMOTE ON, which is selected, can be used
to reset to REMOTE OFF instead of using the REM OFF command, (see also
“Remote Mode” on page 88).
Reply Description
The REM instruction without parameters returns a string which represents the
current state of the temperature control unit: 
on = remote mode
off = normal mode
Manual:
http://www.chem.agilent.com/Library/usermanuals/Public/89090-90003_ebook.pdf
marked
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
February 14, 2012, 09:55:04 PM
 #2


can you give me a bit more as to what you are looking for?

ie. a command line for everything
Code:
 specphoto pel on ; sleep 10 ; specphoto pel off 

or a dos box menu driven interface;

or a gui

what does the port present itself as? a quick doc scan suggests that it is a com port, but I couldn't see what it was or missed the page.

what scripting languages/c-compile environments do you have available to use? e.g., Microsoft VisualC++, VB, MinGW, Cygwin, Windows Scripting Host, jscript, cscript, etc.

I would be against providing a compiled exe to you as you would have no idea what it was capable of. However source, with staged requests would be OK, as you can then follow and keep it going/get someone else to add or check.

also it appears that the following might also be required: Interfacing and Programming Guide for the HP8452A diode-array spectrophotometer

Most importantly a timeframe for each stage.


marked
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!