Difference between revisions of "Software:Neuberger PMC-Software"

From DOSBoxWiki
Jump to navigationJump to search
(→‎Description: Link Added)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
PMC is a DOS-based program for building automation purpose developed by [http://www.neuberger.net/index2.htm Neuberger Gebäudeautomation] in Rothenburg/BY/Germany. If there are problems with serial connections under Windows - use DOSBOX and it rocks!
+
PMC is a DOS-based program for building automation purpose developed by [http://www.neuberger.net Neuberger Gebäudeautomation] in Rothenburg/BY/Germany. If there are problems with serial connections under Windows - use DOSBOX and it rocks!
  
 
== Status ==
 
== Status ==
Tested with DosBox 0.70 (under Windows 2000 / XP). The program runs and all functions work. If you have trouble with usb-serial-adapters, use adapters with Prolific chipset. This is, what the developer is testing with.
+
Tested with DosBox 0.70 (under Windows 2000 / XP). The program runs and all functions work. If you have trouble with usb-serial-adapters, use adapters with Prolific chipset and [http://www.prolific.com.tw/eng/downloads.asp?ID=31 latest drivers]. This is, what the developer has used for his tests.
 +
[http://www.dosbox.com/download.php?main=1 Current] should work too.
  
 
== Making it to work ==
 
== Making it to work ==
 +
 +
Sample dosbox.conf for COM1: using the default software installation folder D:\ProGrafNT\PMC:
 +
 +
---- Dosbox.conf start
 +
[sdl]
 +
 +
fullscreen=false
 +
fulldouble=false
 +
fullresolution=original
 +
windowresolution=original
 +
output=surface
 +
autolock=false
 +
sensitivity=100
 +
waitonerror=true
 +
priority=higher,normal
 +
mapperfile=mapper.txt
 +
usescancodes=true
 +
 +
[dosbox]
 +
 +
language=
 +
machine=vga
 +
captures=capture
 +
memsize=16
 +
 +
[render]
 +
 +
frameskip=0
 +
aspect=true
 +
scaler=normal2x
 +
 +
[cpu]
 +
 +
core=normal
 +
cycles=3000
 +
cycleup=500
 +
cycledown=20
 +
 +
[mixer]
 +
 +
nosound=false
 +
rate=22050
 +
blocksize=2048
 +
prebuffer=10
 +
 +
[midi]
 +
 +
mpu401=intelligent
 +
device=default
 +
config=
 +
 +
[sblaster]
 +
 +
sbtype=sb16
 +
sbbase=220
 +
irq=7
 +
dma=1
 +
hdma=5
 +
mixer=true
 +
oplmode=auto
 +
oplrate=22050
 +
 +
[gus]
 +
 +
gus=true
 +
gusrate=22050
 +
gusbase=240
 +
irq1=5
 +
irq2=5
 +
dma1=3
 +
dma2=3
 +
ultradir=C:\ULTRASND
 +
 +
[speaker]
 +
 +
pcspeaker=true
 +
pcrate=22050
 +
tandy=auto
 +
tandyrate=22050
 +
disney=true
 +
 +
[bios]
 +
 +
joysticktype=2axis
 +
 +
'''[serial]
 +
 +
serial1=directserial realport:com1 startbps:19600 parity:n bytesize:8 stopbits:1 irq:4
 +
serial2=dummy
 +
serial3=disabled
 +
serial4=disabled
 +
 +
[dos]
 +
 +
xms=true
 +
ems=true
 +
umb=true
 +
 +
[ipx]
 +
 +
ipx=false
 +
 +
'''[autoexec]
 +
 +
cls
 +
mount a a:\
 +
mount c c:\
 +
mount d d:\
 +
d:
 +
cd \prografnt\pmc
 +
pmc
 +
exit
 +
Dosbox.conf End ----
  
 
== Versions ==
 
== Versions ==
 
* Versions from 2.11.2 to 2.14.5 worked
 
* Versions from 2.11.2 to 2.14.5 worked

Latest revision as of 19:11, 2 October 2010

Description

PMC is a DOS-based program for building automation purpose developed by Neuberger Gebäudeautomation in Rothenburg/BY/Germany. If there are problems with serial connections under Windows - use DOSBOX and it rocks!

Status

Tested with DosBox 0.70 (under Windows 2000 / XP). The program runs and all functions work. If you have trouble with usb-serial-adapters, use adapters with Prolific chipset and latest drivers. This is, what the developer has used for his tests. Current should work too.

Making it to work

Sample dosbox.conf for COM1: using the default software installation folder D:\ProGrafNT\PMC:


Dosbox.conf start

[sdl]

fullscreen=false fulldouble=false fullresolution=original windowresolution=original output=surface autolock=false sensitivity=100 waitonerror=true priority=higher,normal mapperfile=mapper.txt usescancodes=true

[dosbox]

language= machine=vga captures=capture memsize=16

[render]

frameskip=0 aspect=true scaler=normal2x

[cpu]

core=normal cycles=3000 cycleup=500 cycledown=20

[mixer]

nosound=false rate=22050 blocksize=2048 prebuffer=10

[midi]

mpu401=intelligent device=default config=

[sblaster]

sbtype=sb16 sbbase=220 irq=7 dma=1 hdma=5 mixer=true oplmode=auto oplrate=22050

[gus]

gus=true gusrate=22050 gusbase=240 irq1=5 irq2=5 dma1=3 dma2=3 ultradir=C:\ULTRASND

[speaker]

pcspeaker=true pcrate=22050 tandy=auto tandyrate=22050 disney=true

[bios]

joysticktype=2axis

[serial]

serial1=directserial realport:com1 startbps:19600 parity:n bytesize:8 stopbits:1 irq:4 serial2=dummy serial3=disabled serial4=disabled

[dos]

xms=true ems=true umb=true

[ipx]

ipx=false

[autoexec]

cls mount a a:\ mount c c:\ mount d d:\ d: cd \prografnt\pmc pmc exit Dosbox.conf End ----

Versions

  • Versions from 2.11.2 to 2.14.5 worked