技術支援

LinMot到達定位後輸出訊號設定

LinMot可以在到達定位時,輸出一個訊號,且能調整輸出的時機範圍 1.在Parameters>Motion Control SW>Motor Configuration>Monitoring>Status In Target Posion可調整:Position Deviation Set Limit(誤差範圍)Position Deviation Reset Limit(重設範圍)及Wait Time(等待時間) 2.然後選擇需要輸出的output腳位

LinMot調整PID參考數值

LinMot調整PID可參考以下數值: Intergrator Limit及Maximal Current依照精靈設定不需調整 若載重較大時,可再調大P Gain的值,D Gain為P Gain的兩倍 若到定位時會有噪音,且可降低精度時,可調整Noise Deadband Width

LinMot設定內部Encoder輸出

You can set-up the encoder simulation in the motor wizard.  I set up a system, too and it seems to work fine. Have you measured the A and B signal as different signals.Just to check the signal you can take two probes. Probe 1:GND: AMeasuring point: AProbe 2:GND: BMeasuring point: B So that will give you two signal In the end you will need encoder counting device. If the B-signal is in advanced then count positive, if B-signal is lagging count negative.If you do a 4x decoding then every count equals the resolution. As example if resolution is set up to 10microne by 4x decoding every count is 10micron. If you do just 1x decoding every count is 40micron.

LinMot特殊訊號輸出設定(Range Indicator)

選擇Parameters>Motion Control SW>StatusWord>Range Indicator 1(2) 在這邊可以選擇Minuend UPID(減數)和Subtrahend UPID(被減數)的變數值 並設定其範圍 最後指定剛剛設定好的Range Indicator要顯示的IO

特殊訊號輸出設定-Range Indicator:調整目標位置範例

LinMot在輸出的部分有很彈性的功能:Range indicator可供使用 這邊以調整In Taget Position的範圍來做範例: 1.先到Parameters>>Motion Control SW>>State Machine Setup>>StatusWord 有Range indicator 1 和Range indicator 2 Minuend – Subtrahend兩個值相減後,若在Low 和 High 兩個範圍內,即亮燈(output) 2.若要Position的範圍,在Minuend旁邊點UPID選擇Actual Potion 3.然後在Subtrahend選擇Demand Position,也可直接在欄位輸入代號 4.最後調整Low 和 High 要的範圍

特殊訊號輸出設定-Range Indicator_調整目標速度範例

When making the motion from accelerating to the “constant velocity”… can B1100 controller send an “output” signal to Camera(or PC) while the motion is in “constant velocity”?It’s possible to do this with the “range indicator”. If the motor reached a certain speed, the controller can set an output. 1.選擇Motion Control SW>State Machine Setup>StatusWord>Range Indicator選項 第一項選擇需要的功能,到達最高速度為F4D8h 第三第四項可以調整範圍上限及下限 2.在需要輸出output的部分選擇Status Word: Range Indicator 1(或是2)

LinMot PS01相關影片及接線

LinMot PS01高速運轉 https://montrol.com.tw/wp-content/uploads/2011/12/LinMot-PS01高速運轉.mp4結構輕巧簡單 接線時,藍色朝內

ST5驅動器和STM一體型步進馬達如何用VB控制?

STM&ST系列想要使用程式來控制是很容易的只需要兩個大步驟:1.建立通訊  2.傳送字串—————————–1.建立通訊(以VB6為例)—————————–A. 專案>設定使用元件>勾選”Microsoft Comm Control 6.0″ B. 建立一個MS comm物件,並設定所使用”通訊連接Port”(其餘設定預設即可) —————————–2.傳送字串(以VB6為例)—————————–在使用的物件傳送字串,並在字串之後加上&Chr(13),就可控制STM&ST了EX. MSComm1.Output = “FL200000” & Chr(13)