![]() ![]() ![]() ![]() ![]() ![]() |
||
![]() |
||
![]() ![]() ![]() ![]() This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
![]() |
![]() |
#76 | |
Lifetime Supporting Member
![]() ![]() Join Date: Sep 2021
Location: Mid
Posts: 534
|
Quote:
I'd be interested to see what your code looks like, I've only just been introduced to python. I didn't know powerflex used rs485 through the dsi port. |
|
![]() |
![]() |
#77 | |
Lifetime Supporting Member
|
Quote:
__________________
PLC Boot Camp Training VFD Training HMI Training Electrical License Prep Training Motor Controls Training http://www.KeyAutomationTraining.com |
|
![]() |
![]() |
#78 |
Lifetime Supporting Member
|
Some of my favorite hand tools
https://www.milwaukeetool.com/Produc...-Tools/2488-21 https://www.milwaukeetool.com/Produc...-Tools/2688-21 https://www.alliedelec.com/product/s...rive/72353806/ https://www.automation24.com/cable-t...MaApHIEALw_wcB https://www.amazon.com/Screwdriver-P...dDbGljaz10cnVl https://www.amazon.com/gp/product/B0...?ie=UTF8&psc=1
__________________
PLC Boot Camp Training VFD Training HMI Training Electrical License Prep Training Motor Controls Training http://www.KeyAutomationTraining.com |
![]() |
![]() |
#79 |
Lifetime Supporting Member
|
I like the Knipex universal panel keys also. I have one in every toolbox and Toolbag.
https://www.amazon.com/KNIPEX-00-11-...3840902&sr=8-5 https://www.amazon.com/Tools-00-11-0...3840902&sr=8-6
__________________
PLC Boot Camp Training VFD Training HMI Training Electrical License Prep Training Motor Controls Training http://www.KeyAutomationTraining.com |
![]() |
![]() |
#80 | |
Member
![]() ![]() Join Date: Dec 2005
Location: Indiana
Posts: 516
|
Quote:
Electricians are not mind readers and drawings must be clear & detailed as well. |
|
![]() |
![]() |
#81 |
Lifetime Supporting Member
![]() ![]() Join Date: Sep 2017
Location: Wi
Posts: 64
|
Nobody has mentioned Jokari yet, they are the OEM for most of the strippers that have been posted from Weidmuller, Phoenix, Knipex and others.
These little guys are great for sensor wires and other small gauge wires. https://www.jokari.de/en/PWSPlus-003-2.htm |
![]() |
![]() |
#82 |
Lifetime Supporting Member + Moderator
|
When building enclosures/cabinets this is a must https://www.milwaukeetool.com/Produc...tening/2101-22
And these to go with it https://products.wera.de/en/bits_hol...s_800_4_z.html
__________________
www.PLCCable.com PLC Communication Cables, PLC Trainers, MicroLogix, ControlLogix, Siemens, Allen Bradley and more...OEM and aftermarket supplies... Aftermarket 1784-U2DHP Allen Bradley USB to DH+, new USB to 485 modbus Last edited by geniusintraining; February 3rd, 2022 at 06:45 AM. |
![]() |
![]() |
#83 |
Member
![]() ![]() Join Date: Mar 2015
Location: Iowa
Posts: 11
|
fluke 771 milliamp process clamp meter. Love it you don't have to break the circuit.
|
![]() |
![]() |
#84 |
Member
![]() ![]() Join Date: Sep 2020
Location: Midwest
Posts: 78
|
Checking the rate of stuffs
Code:
//Sets sample rate tonr(tSampleRate); tSampleRate.PRE := 100; if not tSampleRate.DN then tSampleRate.Reset := 0; tSampleRate.TimerEnable := 1; else tSampleRate.Reset := 1; tSampleRate.TimerEnable := 0; rAcceleration[1] := rAcceleration[0]; rVelocityEMA[1] := rVelocityEMA[0]; rVelocity[1] := rVelocity[0]; rPosition[2] := rPosition[1]; rPosition[1] := rPosition[0]; rPosition[0] := LocalIOHere; rVelocity[0] := (rPosition[1]-rPosition[0])*(60*1000)/tSampleRate.PRE; rAcceleration[0] := (rVelocity[1]-rVelocity[0])*(60*1000)/tSampleRate.PRE; rJerk := (rAcceleration[1]-rAcceleration[0])*(60*1000)/tSampleRate.PRE; end_if; //Filter rAlpha := 1; rVelocityEMA[0] := trunc((rAlpha*rVelocity[0]+(1-rAlpha)*rVelocityEMA[1])*100)/100; |
![]() |
![]() |
#85 |
Member
![]() ![]() Join Date: Oct 2013
Location: Alabama
Posts: 137
|
I use the Frontline Netdecoder with a bunch of adaptors ie... Controlnet to USB, DeviceNet to USB, DH+ to USB, rs232 sniffer, rs485 sniffer, ethernet to USB sniffer.
I don't have to use these that often but when you need them, nothing else will do. |
![]() |
![]() |
#86 |
Member
![]() ![]() Join Date: Apr 2021
Location: NW Indiana
Posts: 204
|
I''ll achieve inner peace the moment that DH+, controlnet, and devicenet is gone.
|
![]() |
![]() |
#87 |
Lifetime Supporting Member
|
Convert for Windows
https://joshmadison.com/convert-for-windows/ |
![]() |
![]() |
#88 |
Lifetime Supporting Member + Moderator
|
+1 for Frontline Netdecoder. I have a lot of DF1 over radio that I have to verify. Its the wireshark for serial stuff.
I do wish they had not sold it to Teledyne, Support calls take Sooo long now. I also use it along with Wintech Modbus tools when adding new modbus devices. . |
![]() |
![]() |
#89 | |
Member
|
Quote:
The RMC200 has an alpha-beta-gamma and alpha-beta-gamma-delta filter built in. These far not available on the RMC150 and RMC75. Check this out. https://deltamotion.com/peter/Videos/AlphaBetaGamma.mp4 The alpha-beta-gamma filter is just a simplified form of a steady state Kalman filter. https://www.kalmanfilter.net/alphabeta.html
__________________
"Living is easy with eyes closed, misunderstanding all you see...." Strawberry Fields Forever, John Lennon |
|
![]() |
![]() |
#90 |
Lifetime Supporting Member
|
Mine says PHOENIX contact, but no part number.
__________________
Jeffrey D.Brandt |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
1734-IB8S EDS file | jgebhardt | LIVE PLC Questions And Answers | 23 | August 10th, 2017 11:30 AM |
Learning PLC using software for simulation & emulation (Virtual environment) | TheoPap | LIVE PLC Questions And Answers | 15 | June 9th, 2016 04:03 PM |
Learning PLCs: hardware vs. software background? | Albert LaFrance | LIVE PLC Questions And Answers | 5 | March 2nd, 2013 02:03 AM |
I Need A Plc Hardware And Software | banaran | LIVE PLC Questions And Answers | 7 | December 27th, 2002 11:40 AM |