ข้ามไปที่เนื้อหาหลัก

บทความ

เล่าประสบการณ์ในการออกแบบและสร้างเครื่องลวกขูดขนหมูอัตโนมัติ

  ในช่วงที่เกิดโรคระบาดโควิด ผมได้ลองออกแบบและสร้างเครื่องลวกและขูดขนหมูอัตโนมัติจากญาติของภรรยาผมซึ่งได้เปิดกิจการเป็นโรงฆ่าสัตว์ ซึ่งยังไม่มีเครื่องจักรใดๆอาศัยแรงงานคนในการทำงาน    โจทย์หลักของผมคือสร้างเครื่องจักรที่สามารถลวกและขูดขนหมูได้ประมาณ 20 ตัวต่อชั่วโมง ผมเริ่มหาข้อมูลจากอินเตอร์เน็ต สืบค้นหนังสือและ Patent เกี่ยวกับเรื่องนี้ทันที ได้เอกสารมาปึกหนึ่งประกอบด้วยองค์ความรู้ต่างๆ เช่น ความร้อนที่ใช้ในการขูดขน ลักษณะของใบที่ใช้ขูดขน มุมของใบขูดขนที่กระทำกับผิวหนังของหมู ลักษณะที่รองรับหมูเพื่อให้หมูหมุนขณะทำการขูดขน       ผมเริ่มนำข้อมูลต่างๆที่ได้มาเข้าสู่กระบวนการออกแบบด้วยวิธี Graphical คือการร่างแบบด้วยมือ ตลอดจนหาข้อมูลของเครื่องขูดขนที่มีขายในท้องตลาดประกอบกันไปด้วย      ผมโทรหาผู้จำหน่ายเครื่องขูดขนหมูในประเทศไทยแทบทุกเจ้าที่ผมหาได้ เพื่อสอบถามราคา และรายละเอียดของเครื่องที่พวกเขามีจำหน่าย โดยครั้งแรกเลยคิดว่าจะซื้อมาขายต่อโดยเอากำไรเล็กๆน้อยๆ แต่เมื่อศึกษาลึกลงไปกลับพบว่า หากเราซื้อมาขายต่อคนที่โดนด่าคงเป็นเราแน่ๆหากเครื่...

Top 3 Free/Trial Nesting Tool 2021

One of the most efficient materials handlings is cutting the workpiece from the sheet material. There is a lot of technology happening today. It is a great opportunity for all of us to have access to these technologies. Today, I'm going to introduce a tool that will make cutting workpieces from sheet metal shape files easy and time-saving.  1.POWERNEST https://powernestlib.com/ Very smart algorithm  2.Deepnest https://deepnest.io/ Multiple results and you can select the result you want. 3.Nest&Cut https://nestandcut.com/ 30 Days free trial with perfect result. EngineerM ConveyorMan June 18 2021 Thailand

How to solve "The Network path was not found Error code: 0x80070035"

If you have problems sharing files on the network Without being able to access the shared files or folders Both the LAN network has been set up successfully Try to fix it in this way.  1.Press Windows key + R to run command " regedit " and then press OK 2.Goto  " HKEY_LOCAL_MACHINE/ SYSTEM/CurrentControlSet/ Services/LanmanWorkstation/Parameters" 3 . Add " AllowInsecureGuestAuth " (DWORD32) or change the value from 0 to 1.

Screw Conveyor Lite VS ScrewCalPro Engineering

 

Make the multiplication table application by Python.

Download Python from :  https://www.python.org/downloads/ Download pycharm community from https://www.jetbrains.com/pycharm/download/#section=windows This is the code of my calculator for any number of  multiplication tables. import tkinter as tk def show_output (): number = int (number_input.get()) output = '' for i in range ( 1 , 26 ): output += str (number) + ' x ' + str (i) output += ' = ' + str (number * i) + ' \n ' output_label.configure( text =output) window = tk.Tk() window.title( 'Multiply list formula' ) window.minsize( width = 360 , height = 440 ) title_label = tk.Label( master =window , text = 'Number' ) title_label.pack( pady = 20 ) number_input = tk.Entry( master =window , width = 22 ) number_input.pack() go_button = tk.Button( master =window , text = 'is' , command =show_output , width = 20 , height = 2 ) go_button.pack( pady = 20 ) output_label = tk.Label( master =window) out...

ตัวอย่างการคำนวณ Screw Conveyor แบบ Horizontal

ตัวอย่างรายงานการคำนวณ Screw Conveyor แบบ Horizontal  รับออกแบบ เขียนแบบ คำนวณ เซ็นแบบ โดย EngineerM ConveyorMan