Post Reply 
HP-IL and EMU71
03-05-2024, 10:16 PM
Post: #21
RE: HP-IL and EMU71
Dear Christoph,

You are completely right: it is a good idea to read all manuals and get a complete understanding of the concepts behind real and virtual HP-IL operations. However, if one is rather new to this kind of interfacing one will meet several obstacles to solve. Furthermore it is quite a search for all the available information scattered over the web. So I am quite happy with the help of all of yours to help me a step forward...
So, thank you for all the nice work on EMU71 and related software and for the manuals, information on documentation and video presentations to study the subject any further. In the meantime I also found the manual on HP-IL operation for the HP71.

Kind regards,
Henk
Find all posts by this user
Quote this message in a reply
03-06-2024, 09:12 AM
Post: #22
RE: HP-IL and EMU71
Dear Sylvain,

That was a typing error in my mail. Sorry for that...
In fact, I programmed a loop
10 FOR I=1 TO 5
20 DISP DEVID$(I)
30 NEXT I
and got your list, except for I=5 I got a blank.

In the meantime, I discovered that the menu of ILPer gives an HP-IL Device Info with the same information, but indeed, DEVID$(5) is not available.
So, the problem has not been solved.

Thanks again for your thinking along...

Kindest regards,
Henk
Find all posts by this user
Quote this message in a reply
03-06-2024, 12:19 PM
Post: #23
RE: HP-IL and EMU71
(03-06-2024 09:12 AM)hesc Wrote:  and got your list, except for I=5 I got a blank.
I have connected my 3468A, DEVAID(5) return -1 and DEVID$(5) returns "HP3468A", so it work on my side.

(03-06-2024 09:12 AM)hesc Wrote:  I discovered that the menu of ILPer gives an HP-IL Device Info with the same information, but indeed, DEVID$(5) is not available.
It is a static list of the devices ILPer it provides and not of the devices in the loop or connected to it.

Sylvain Côté
Find all posts by this user
Quote this message in a reply
03-06-2024, 02:12 PM (This post was last modified: 03-06-2024 02:21 PM by Sylvain Cote.)
Post: #24
RE: HP-IL and EMU71
TCP/IP configuration for all software
[Image: emu71-setup-2.jpg]

RESTORE IO followed by DEVID$(5)
[Image: emu71-setup-1.jpg]

In the HP-IL Scope section you see the low level HP-IL commands/messages send over the loop.
The ILPer Scope only show messages coming from the controller in this configuration.

RESTORE IO
Code:
IFC     RFC     
AAU     RFC     
AAD 01          (the following AAD messages are not seen by the HP-IL scope)

DEVID$(5) and the peripheral reply "HP3468A"+CR
Code:
UNL     RFC     
TAD 05  RFC     
SDI     
DAB 48  DAB 50  DAB 33  DAB 34  DAB 36  DAB 38  DAB 41  NRD     DAB 0D  
UNT     RFC     
UNL     RFC

Here is a more complicated diagnostic setup that insert a ILScope before and after the PIL-Box.
[Image: emu71-setup-3.jpg]

Sylvain Côté
Find all posts by this user
Quote this message in a reply
03-06-2024, 07:36 PM
Post: #25
RE: HP-IL and EMU71
Dear Sylvain,

From your screen dump I could see that the out port of the HP-IL interface setup of ILPer was 60002. I remember that I changed it according to your subscription to that value, but for some reason it had the original value of 60000? Putting it back to 60002 solved the problem: DEVID$(5) returns "HP3468A"! See also my screen dump.
Thank you again for your patience...

Kindest regards,
Henk


Attached File(s)
.pdf  Scherm­afbeelding 2024-03-06 om 20.27.30.pdf (Size: 1.05 MB / Downloads: 11)
Find all posts by this user
Quote this message in a reply
03-06-2024, 08:15 PM
Post: #26
RE: HP-IL and EMU71
Great! I am happy that you figure it out, have fun! Cool

Sylvain Côté
Find all posts by this user
Quote this message in a reply
Post Reply 




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