New mdv discovery - QL Expert (an expert system shell)

Anything QL Software or Programming Related.
RWAP
RWAP Master
Posts: 2839
Joined: Sun Nov 28, 2010 4:51 pm
Location: Stone, United Kingdom
Contact:

Re: New mdv discovery - QL Expert (an expert system shell)

Post by RWAP »

I also appear to have a PDF of the manual
Attachments
QL Expert.pdf
(1.95 MiB) Downloaded 53 times


User avatar
pjw
QL Wafer Drive
Posts: 1316
Joined: Fri Jul 11, 2014 8:44 am
Location: Norway
Contact:

Re: New mdv discovery - QL Expert (an expert system shell)

Post by pjw »

Derek_Stewart wrote: Tue Sep 12, 2023 12:39 pm Hi,

I loaded the qlexpr2_mdv file into QPC2 WIN1 QWA container.

Loaded MDI, which was v1.07 (need to up date)

entered:

CONVERT2_MDI "win1_exper2_mdv" to "mdi1_QLEXPERT_MDI"

MOUNT_MDI 1,"win1_QLEXPERT_MDI"
MDI_USE MDV
LRUN mdv1_boot

started up the QL Expert system in QPC2 in High Colour mode...
Good for you, Derek. Either there was no CONVERT2_MDI in the MDI driver
version I had initially, or it didnt work. Cant remember. I should have reread
the manual when I upgraded, but there were other frustrations at play at
the time. I guess this is the price one pays for the benefits of continuously
evolving/improving software!

Im glad to see that the conversion routines are built into the driver toolkit.
That addresses one of the points I was making. Sorry I missed it!


Per
dont be happy. worry
- ?
Martin_Head
Aurora
Posts: 854
Joined: Tue Dec 17, 2013 1:17 pm

Re: New mdv discovery - QL Expert (an expert system shell)

Post by Martin_Head »

Derek_Stewart wrote: Tue Sep 12, 2023 12:39 pm CONVERT2_MDI "win1_exper2_mdv" to "mdi1_QLEXPERT_MDI"
I take it you meant "win1_QLEXPERT_MDI", Otherwise it looks like your trying to create a MDI file inside an MDI file.

pjw,
The MDIConvert2_bas program is probably way out of date now. It's best to use the built in conversion commands. And just to wind you up a bit more, there are 2 versions of the Qemulator Mdump image files. Qemulator's not bothered by which version it gets, But to convert between image file formats it has to be taken into account. I have not checked, But I don't expect that the MDIConvert2_bas program takes into account the Mdump2 images.


Derek_Stewart
Font of All Knowledge
Posts: 3975
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: New mdv discovery - QL Expert (an expert system shell)

Post by Derek_Stewart »

Martin_Head wrote: Wed Sep 13, 2023 1:45 pm
Derek_Stewart wrote: Tue Sep 12, 2023 12:39 pm CONVERT2_MDI "win1_exper2_mdv" to "mdi1_QLEXPERT_MDI"
I take it you meant "win1_QLEXPERT_MDI", Otherwise it looks like your trying to create a MDI file inside an MDI file.

pjw,
The MDIConvert2_bas program is probably way out of date now. It's best to use the built in conversion commands. And just to wind you up a bit more, there are 2 versions of the Qemulator Mdump image files. Qemulator's not bothered by which version it gets, But to convert between image file formats it has to be taken into account. I have not checked, But I don't expect that the MDIConvert2_bas program takes into account the Mdump2 images.
Yes, I meant:

CONVERT2_MDI "win1_exper2_mdv" to "win1_QLEXPERT_MDI"

Sorry for the typo...

I updated MDI to v1.10 and the converted MDV file to MDI with v1.07 MDI driver works great.

Thank you Martin, for a excellent and compatible piece of code.

I always read the manual...


Regards,

Derek
Martin_Head
Aurora
Posts: 854
Joined: Tue Dec 17, 2013 1:17 pm

Re: New mdv discovery - QL Expert (an expert system shell)

Post by Martin_Head »

Here's a document I made detailing the Microdrive image file formats. I can't remember if I've uploaded this in the past.
Attachments
MDV image file formats.pdf
(78.72 KiB) Downloaded 55 times


martyn_hill
Aurora
Posts: 933
Joined: Sat Oct 25, 2014 9:53 am

Re: New mdv discovery - QL Expert (an expert system shell)

Post by martyn_hill »

Thank you Martin!

That is really good info :-)


User avatar
pjw
QL Wafer Drive
Posts: 1316
Joined: Fri Jul 11, 2014 8:44 am
Location: Norway
Contact:

Re: New mdv discovery - QL Expert (an expert system shell)

Post by pjw »

Martin_Head wrote: Wed Sep 13, 2023 3:43 pm Here's a document I made detailing the Microdrive image file formats. I can't remember if I've uploaded this in the past.
Super, Martin. Thanks!


Per
dont be happy. worry
- ?
User avatar
xelalex
Bent Pin Expansion Port
Posts: 94
Joined: Thu Aug 04, 2011 9:55 am

Re: New mdv discovery - QL Expert (an expert system shell)

Post by xelalex »

Martin_Head wrote: Wed Sep 13, 2023 3:43 pm Here's a document I made detailing the Microdrive image file formats. I can't remember if I've uploaded this in the past.
Thanks a lot! This is great input. With this spec I can finally add support for the additional formats to OqtaDrive, which currently only supports Qlay formatted MDVs. I did Qdump yesterday, and it works, MDI to follow. This will then be in the next release.


User avatar
xelalex
Bent Pin Expansion Port
Posts: 94
Joined: Thu Aug 04, 2011 9:55 am

Re: New mdv discovery - QL Expert (an expert system shell)

Post by xelalex »

xelalex wrote: Thu Sep 14, 2023 8:53 am I did Qdump yesterday, and it works, MDI to follow. This will then be in the next release.
Everything implemented, and a release candidate is available now for trying this out. You can install it from the config tab in the web UI. Just make sure to select "release candidates" in the "Source" drop down. If you want to revert, just run the upgrade again, but choose "official releases".


RWAP
RWAP Master
Posts: 2839
Joined: Sun Nov 28, 2010 4:51 pm
Location: Stone, United Kingdom
Contact:

Re: New mdv discovery - QL Expert (an expert system shell)

Post by RWAP »

Chr$ wrote: Sun Sep 10, 2023 5:38 pm After the usual faffing with an original mdv cartridge I have managed to obtain a working dump of 'QL - Expert' by Compware. This title was not on the wiki, so I added it to the Compware list page for now. From the name alone I thought it was some kind of interactive program teaching you how to be a QL expert, but fortunately I also have the printed manual and it's nothing of the kind. It is in fact an environment for programming, debugging and operation of rule based expert systems.

The printed manual is actually scanned and already online, here: https://sinclairql.speccy.org/archivo/d ... Expert.pdf

The author is Francesco Balena, I assume the same chap who went on to have some success with 'Programming Microsoft Visual Basic 6.0' in 1999. I contacted him just now asking if he'd mind me sharing it.
Just a thought - does Francesco remember who ran Compware - it might be worth trying to track them down so that other Compware titles could be re-released.


Post Reply