; Port is the port number that this network encoder will listen to commands ; from Sage on. Use this when setting up the network encoder in Sage. [System] Port=6969 ; FileName is the name of graph to use. This graph should contain 1 instance ; of a "dump" filter that implements the IFileSink interface. [Graph] FileName=TStoPS.GRF ; Set UseGirder to 1 to use Girder to change channel. ; Event to send to Girder will be string after GirderPrefix + channel number, ; for exampel "Channel1" (without the "" signs). ; The GirderIndividualNumbers controls if the whole channel number is sent in one ; event or if individual events is sent to Girder for each number in the channel. ; set it to 0 for events that looks like this "Channel791" and ; to 1 for "Channel7", "Channel9", "Channel1" with your actual prefix instead ; of channel of course. ; Set GirderInterNumberTimeSpacing to number of milliseconds to wait between the ; individual numbers ; Configure host, port and password to Girder settings [Girder] UseGirder=0 GirderHost=127.0.0.1 GirderPort=1024 GirderPassword= GirderPrefix=Channel GirderIndividualNumbers=1 GirderInterNumberTimeSpacing=10