cost 287 ms
Tcl file content processing

I have a .csv file with below data I need to read the above .csv file from disk, process it and display it's summary as below. How do I convert the ...

2023-05-31 16:59:53   1   54    tcl  
Periodically send command with Tcl

I am writing a Tcl/Tk interface to communicate with a temperature controller over Modbus. I would like to periodically (ie. every 5-10s or so) send a ...

2023-01-28 15:50:14   1   24    tcl / modbus  
Regsubbing simple matches

I'm looking for a regsub example that does the following: Yes, I could use string first to find a position and mash things but I saw in past a regs ...

TCL how protect from override?

I have 2 scripts listing file 1.mac: listing file 2.mac: first macro calls second macro after run file 2.mac, in 1.mac variable $c has value f ...

2023-01-20 08:31:18   1   36    tcl  
Search and Split the found Text

I'm trying to find a place from the input text and set the number after the = as a variable. Unfortunately, what is wrong output With my code, the ma ...

2023-01-13 21:28:52   1   25    tcl  
Parent TCL procedure

let's say you have a TCL procedure ProcA and a TCL script ScrpB. ProcA sources ScrpB. How can I know, from within ScrpB, that ProcA sourced it? Thank ...

2023-01-12 15:35:14   1   34    tcl  
TCL expect output

small script that should return line values but does not the output im trying o save looks li this from normal gatt to address tried pipe'n outp ...

2023-01-08 16:42:34   1   47    tcl / expect  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM