-CreateHardwareSubSystem <Hardware Sub System Name> LabLynx <LabLynx IP Address> <Command Port Number> <PC IP Address> <Data Port Number> | ||||||||||
This command is used to tell __prod_name what type of acquisition hardware you are using with your system. Once a system is created, it cannot be removed, and the name cannot be changed. __prod_name will start with no hardware systems defined if this command is not used.
Example: -CreateHardwareSubSystem "AcqSystem1" LabLynx 192.168.3.10 26011 192.168.3.100 26090 Default: This command is an action, there is no default value. Usage: This command can only be used when __prod_name is idle. Note: This version of the command has parameters specific to LabLynx creation. |
||||||||||
Arguments | ||||||||||
|
-GetHardwareSubSystemInformation <Hardware Sub System Name> | ||||||||||||
Retrieves property information for the HWSS that was used to create the HWSS.
Example : -GetHardwareSubSystemInformation "AcqSystem1" Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||||||||||
Arguments | ||||||||||||
|
||||||||||||
NetCom Reply | ||||||||||||
|
-GetUltrasonicMicrophoneEnabled <Hardware Sub System Name> | ||||
Retrieves the current enable state of the ultrasonic microphone. If the microphone is not present, this command will return false.
Example : -GetUltrasonicMicrophoneEnabled "AcqSystem1" Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a hardware device has been established. |
||||
Arguments | ||||
|
||||
NetCom Reply | ||||
|
-GetMinMaxInputRange <Hardware Sub System Name> | ||||||
Returns the minimum and maximum input range value that can be used for the hardware sub system.
Example : -GetMinMaxInputRange AcqSystem1 Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||||
Arguments | ||||||
|
||||||
NetCom Reply | ||||||
|
-GetRawDataFile <Hardware Sub System Name> | ||||
Returns the raw data file name and location for data recording.
Example : -GetRawDataFile AcqSystem1 Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. The specified sub system must be a __lynxsx_hardware_name or LabLynx or SAT2 system. |
||||
Arguments | ||||
|
||||
NetCom Reply | ||||
|
-GetSampleFrequency <Hardware Sub System Name> | ||||
Returns the sample frequency of the hardware sub system.
Example : -GetSampleFrequency AcqSystem1 Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. It may be used for any hardware sub system at any time. |
||||
Arguments | ||||
|
||||
NetCom Reply | ||||
|
-GetBatteryRemaining <Hardware Sub System Name> | ||||
Returns the remaining battery charge for the hardware sub system.
Example: -GetBatteryRemaining AcqSystem1 Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. The specified sub system must be a LabLynx system. |
||||
Arguments | ||||
|
||||
NetCom Reply | ||||
|
-GetCoreTemperature <Hardware Sub System Name> | ||||
Returns the core temperature for the hardware sub system.
Example: -GetCoreTemperature AcqSystem1 Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. The specified sub system must be a LabLynx system. |
||||
Arguments | ||||
|
||||
NetCom Reply | ||||
|
-SetUltrasonicMicrophoneEnabled <Hardware Sub System Name> <Enabled> | ||||
Enables or disables the ultrasonic microphone installed on the LabLynx.
Example : -SetUltrasonicMicrophoneEnabled "AcqSystem1" false Default: Enabled defaults to false. Usage: This command should only be used from a NetCom client application after a connection to a hardware device has been established. |
||||
Arguments | ||||
|
||||
NetCom Reply | ||||
|
-SetRawDataFile <Hardware Sub System Name> <File Name> | ||||
This will set the raw data file name and location for data recording. It will also enable raw data output to the file. A raw data file will contain all samples from all A/D channels before any digital filtering is applied to the signal. These files are useful for recording all information for later analysis. This file is recorded in addition to the normal __prod_name data files. __prod_name is able to play back raw data files by creating a raw data file playback hardware subsystem.
Example : -SetRawDataFile AcqSystem1 "RawData.nrd" Default: __prod_name will not use a raw data file unless this command is specified. Usage: This command can be used at any time. The specified sub system must be a __lynxsx_hardware_name or LabLynx or SAT2 system. |
||||
Arguments | ||||
|
-SetTransmittedChannels <Hardware Sub System Name> <Connector1, channels0-63 mask> <Connector2, channels0-63 mask> <Connector3, channels0-63 mask > <Connector4, channels0-63 mask< | ||||
Sets what channels are transmitting out of 256 possible channels
Example : -SetTransmittedChannels AcqSystem1 "00000000FFFFFFFF 00000000FFFFFFFF 0000000000000000 0000000000000000 " Channel 1-32 (connector 1 channels 0-31) are transmitting Channel 33-64 (connector 1 channels 32-63) are ignored Channel 65-96 (connector 2 channels 0-31) are transmitting Channel 67-256 are ignored Default: The default value of all transmitted channels are set to 1. All channels are transmitting. Usage: This Command can be used after the LabLynx Sub System has been created and the LabLynx is connected. The channel masks are the hexadecimal value that sets the logic level high or low for the 256 available channels on the LabLynx. Channels 1-64 correspond to Headstage channels 0-63 connected to connector 1. Channels 65-128 correspond to Headstage channels 0-63 connected to connector 2. Channels 129-192 correspond to Headstage channels 0-63 connected to connector 3. Channels 193-256 correspond to Headstage channels 0-63 connected to connector 4. Transmitted channels concatenate to available CSC lines |
||||
Arguments | ||||
|