1. you need create a bat file for scheduler like this EXPORT.BAT
"C:\PDMS12.1\pdms12.1.bat" TTY XXX SYSTEM/XXXXXX $m/M:\FOLDER1\AdminTool\ABC_PDMS_EXPORT.mac
where ABC_PDMS_EXPORT.mac is the content of your export from pdms/e3d and content is
ONERROR GOLABEL /ERROR0
-- $R6
$S- -- Synonym translation OFF
MONIT
/ABC-MDB
DESIGN
export autocolour reset
export file /M:\FOLDER1\AdminTool\ABC-EXP.RVM OVER
-- Set representation
repre centreline off
repre tube on
repre obstr off
repre insu off
repre ppoi off
repre snod off
repre pnod off
repre level pipe 6
repre level nozz 6
repre level stru 6
repre level 6
repre mass 6
export holes on
export autocolour on
--------------------------------- DESIGN--------------------------------------------------------
-- P - Piping is Green (Standard PDMS Colour 5 )
EXPORT /SITE1 colour 5
export finish
-- Switch synonyms back on if an error occurs.
LABEL /ERROR0
handle ANY
-- ALPHA LOG END
RETURN ERROR
endhandle
-- ALPHA LOG END
FINISH
you will get file ABC-EXP.RVM
2. You need to create second task for scheduler with time offset maybe 20 minutes or more ABC-NAVIS-GEN.BAT