Hardware related programming commands
Spire_Jeff
Posts: 1,917
in AMX Hardware
I know that you can get the processor serial number using the get_serial_number() command. Does anyone know if there are any other commands that can gather information on the processor hardware? I am specifically looking for a command that gives me memory free and maybe even the current number of messages in the buffers. I am open to using either Duet or NetLinx to get this info, but I would rather not create a telnet session to the processor to get the data.
Thanks,
Jeff
Thanks,
Jeff
0
Comments
Netlinx Master InformationMANUFACTURER_STRING=AMX Corp.
MANUFACTURER=1
DE_ID_STRING=NI Master
DEVICE_ID=299
VERSION=v3.30.371
FIRMWARE_ID=380
SERIAL_NUMBER=***there was a serial number here***
SOURCE_TYPE=6
SOURCE_STRING=192.168.1.50
One could always telnet into oneself and get it that way too.
If having boxes telnet to themselves is still the only method anyone got any advice performance wise in regards to a persistant connection vs connecting every 30 seconds to get cpu and mem stats?
Thanks in advance.
Here are some other documented commands to pull info off of the master, but I don't know of any that will get the info you're looking for.
--John
Jeff