06-14-2011 03:52 AM
Hallo,
I´m Using DIAdem 11.0 and I have downloaded RPC III DataPlugin (DIAdem File Filter) which is for read AND write of RPC Files.
There are 2 Bugs in the Data-Plugin I guess and I wanted to know if there are any solutions for it because i need to convert data often.
1.) While using the Export-function it´s not possible to do it with a script, the Time Channel / Time increment Dialog isn´t shown in the script and in the command there isn´t any Keyword or something for that problem. So it´s impossible to convert the files automatically.
2.) To save time i wanted to use the Script anyways and just press Ok whenever the Time_Convert DIalog is coming - The problem with that is: The Dialog disapears after 5-10 Seconds and the script stucks. The Dialog isn´t findable in the tab bar or via alt+Tab and so all you can do is do shut down Diadem via Taskmanager which is very anoying.
I hope there is a solution or will be a better Plugin for it soon. The old one is from 2007 and I can´t believe so far I´m the only one which had has that problem.
Thanks for your time
STG82
06-14-2011 05:01 AM
Try the folowing lines
RPC3ChannelNo = 1
RPC3TimeInc = 1000
RPC3TimeType = 1
CmdNoDialogDisp = TRUE
Call DataFileSave("C:\temp\EXAMPLE.rsp","Gfsrpc3") '... DataFilename,FileExportFilter
Greetings
Andreas