• Hi, Marcell



    how do I add a hard disk as a storage further, if the of storage has previously been full?


    schematic:
    if MAG0 < 100MB then storage MAG1
    if MAG1 < 100MB then storage MAG2
    if MAG2 < 100MB then storage MAG3
    if MAG3 < 100MB then storage MAG4
    if MAG4 < 100MB then storage MAG5
    if MAG5 < 100MB then storage MAG6
    if MAG6 < 100MB then storage MAG7
    if MAG7 < 100MB then storage MAG8
    if MAG8 < 100MB then storage MAG9


    thank's Marcel

  • From the manual: stop server - put this in dicom.ini - start server. The data folders need to be made manually I think.


    # Configuration of disk(s) to store images
    MAGDeviceThreshhold = 0
    MAGDeviceFullThreshHold = 100
    MAGDevices = 5
    MAGDevice0 = d:\data\
    MAGDevice1 = e:\data\
    MAGDevice2 = f:\data\
    MAGDevice3 = g:\data\
    MAGDevice4 = h:\data\


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!