Hi! I am using the config tool FB for running different kind of scripts from the /etc/config-tools/ folder.
Are there any list or documentation where I can find the supported commands?
Until now I have tried to use google for finding previous commands and simply guessing when I tried to find the firmware version (./get_coupler_details firmware-revision)
I tried going into the source code without any luck.
See example under for information.
VAR
ConfigToolSerial : WagoAppConfigTool.FbConfigTool;
xSerialExecute : BOOL := TRUE;
xSerialDone : BOOL;
END_VAR
//GET SERIAL NUMBER
ConfigToolSerial(
xExecute := xSerialExecute,
sCallString := './get_coupler_details serial-number',
xDone => xSerialDone,
xBusy => ,
xError => ,
oStatus => ,
sResultString => GVL_DeviceInformation.SerialNumber);
Thanks for checking this out