1833477 Members
2495 Online
110052 Solutions
New Discussion

CMS data conversion

 
Karel Tillinger
New Member

CMS data conversion

I have an old CMS system HP9000/300 which is used for measuring purposes.Now I need to transfer some correction files (binary arrays) to my PC and back. It is possible to do it with floppy? How can I read HPLIF on PC?Is there some other way to transport the files?Tx, Karel
1 REPLY 1
Andreas Voss
Honored Contributor

Re: CMS data conversion

Hi,

at your HP9000/300 if you have a floppy drive you can copy the LIF files to disk:
lifcp -b /dev/floppy:
then
doscp /dev/floppy:
(you have to determine your floppy device - the above is only a example)

Regards

Andrew