I know that the Pakbus/TCP Client Connections can be set via CRBasic, but is it possible to determine what the setting currently is? I am currious if this is possible with CR1000's and CR800's running OS26 or newer.
The setting is called PakBusTCPClients (you can see the field name of datalogger settings by looking at them with a keyboard display). The data table access syntax will let you access the setting; e.g.,
Public TCPClient as String
TCPClient = Settings.PakBusTCPClients
This works in the CURRENT operating system. In OS 29 we reorganized the Status table and the datalogger Settings table to get status info into the status table and settings into settings. In older OSes, you may need to use Status.PakBusTCPClients.
Dana W.
Hi Dana,
Thank you the information, but I am having compile issues on OS26 and OS27.05. I get the "PakBusTCPClients is not a Status Field Name" error. I checked the keypad and do not see the PakBusTCPClients settings so it appears that I will not be able to change these settings through a CRBasic program.
As mentioned, the syntax I provided works in the current operating system, version 29. It was not in the Setting table prior to that.
Dana W.