Steven Spain

Forum Replies Created

Viewing 3 replies – 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Extract only A08 messages from SMAT for certain Pt Type #59355
    Steven Spain
    Participant

      Or, for UNIX/Linux, using perl, from the command line:

      cp message_file.msg some_file

      perl -pi -ne ‘s/MSH/nMSH/g’ some_file

      grep A08 some_file |grep LCS > file.tst

      file.tst should contain newline messages that contain A08 and also LCS . . . might take some tweaking, but it gets around the GUI, or hcismat, esp. if the .msg file is very large.

      Steven . . .

      in reply to: Xlate GUI problem…. #58734
      Steven Spain
      Participant

        Tom, do you experience this for one particular xlate, or any xlate?  Likewise, are the others in your group opening the same xlate your exp. problems with?  Similar situations can result from variant issues.  A thought . . . double check the IB and OB variant configuration against the Xlate to see if message definitions agree.  Also, are you able to “reconfig” the xlate from the gui?

        Steven . . .

        in reply to: Digest Test #55873
        Steven Spain
        Participant

          Digesting . . .

        Viewing 3 replies – 1 through 3 (of 3 total)