Post Reply 
emu41p + HP-IL
10-22-2018, 07:20 AM
Post: #5
RE: emu41p + HP-IL
(10-21-2018 07:24 AM)S0N1C Wrote:  But when trying to communicate with device in emu41p by using OUTA - nothing happens, device doesn't react, INA - I'm getting TRANSMIT ERR Sad

Reason is that there is not only your instrument in the loop but also the emu41p internal virtual devices (DISPLAY, HDRIVE1, DOSLINK, SERIAL1) and the external devices (XIL) are at the end of the loop. So your instrument is not at address 1 (the default address used by OUTA/INA) and you must first SELECT it.
The recommended way is to use the FINDID command and the ID of your instrument that is LMI2200-12 according to the manual you provided elsewhere:
"LMI2200" (use the first 7 characters only)
FINDID
SELECT
then you can do the required OUTA/INA sequences.

Quote:Also strange thing, when activating ALPHA and typing command to send(before OUTA)- some symbols become *, some not, and they are in lower register(not sure if it matters), so maybe I'm not actually sending correct commands to device?

This is because emu41p, by default, load the excellent CCD-OSX ROM (a subset of the CCD module) that provides access to the full lowercase characters.
You can either remove the CCD-OSX ROM in the emu41p.ini file, or just disable the lowercase feature by using the USER mode.

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
emu41p + HP-IL - S0N1C - 10-21-2018, 07:24 AM
RE: emu41p + HP-IL - Sylvain Cote - 10-22-2018, 02:14 AM
RE: emu41p + HP-IL - rprosperi - 10-22-2018, 02:49 AM
RE: emu41p + HP-IL - S0N1C - 10-22-2018, 06:28 AM
RE: emu41p + HP-IL - J-F Garnier - 10-22-2018 07:20 AM
RE: emu41p + HP-IL - S0N1C - 10-22-2018, 07:29 PM
RE: emu41p + HP-IL - S0N1C - 10-22-2018, 07:57 PM



User(s) browsing this thread: 1 Guest(s)