Software:Neuberger PMC-Software

From DOSBoxWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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