Advanced Search

Search Results (Searched for: )

  • cakeslob
  • cakeslob
10 Jan 2025 01:52
Replied by cakeslob on topic Axis Modifications

Axis Modifications

Category: AXIS

hmm i never realized thats what it meant, adjust the file dialog box.

I dont know how, but I want to know how. to resize buttons and everything else. or, even replace it with a different file dialog

I found the lib file that it uses
github.com/tcltk/tk/blob/main/library/tkfbox.tcl

github.com/tcltk/tk/blob/main/library/tkfbox.tcl#L446
here is the button
set data(okBtn)     [::tk::AmpWidget ttk::button $f2.ok \
	    -text [mc "&OK"]     -default active];# -pady 2p]
    bind $data(okBtn) <Destroy> [list ::tk::dialog::file::Destroyed $w]
    set data(cancelBtn) [::tk::AmpWidget ttk::button $f2.cancel \
	    -text [mc "&Cancel"] -default normal];# -pady 2p]

but now I dont know how to configure it in the bigfile.tcl
  • PCW
  • PCW's Avatar
10 Jan 2025 01:44
Replied by PCW on topic Mesa modbus and pktUart

Mesa modbus and pktUart

Category: Other User Interfaces

Here's an example working pinout file with a PktUART

 

File Attachment:

File Name: pktexample.zip
File Size:3 KB


You should be able to cut/paste into your actual pinout file

You need both the:
      
        PktUARTTTag   
        PktUARTRTag    

Note that the

PktUTDrvEnPin is active low, if you need active high, use PktUTNDrvEnPin

        IOPortTag & x"00" & PktUARTRTag & PktURDataPin,      -- I/O 30   RX PKTUART PIN
        IOPortTag & x"00" & PktUARTTTag & PktUTDataPin,      -- I/O 31   TX PKTUART PIN
        IOPortTag & x"00" & PktUARTTTag & PktUTDrvEnPin,    -- I/O 32   TX PKTUART PIN



 
Displaying 20326 - 20327 out of 20327 results.
Time to create page: 0.351 seconds
Powered by Kunena Forum