1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | OMS MAXnet |
From: | whitetiger1123 via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 3 Jun 2024 09:12:54 +0900 |
Hello all, We’d like to use OMS MAXnet controller to control motor stage. Currently, we are using MAXnet as RS232 communication by connection MAXnet controller to PC, which is a centos PC server. We trying to add one more MAXnet controller to the PC, what we are using right now. (without the PC’s expansion) I want to do the same RS232 communication, is it possible to connect 2 MAXnet controllers to 1 PC for different serial communication? If possible, can I add 2 different serial communications code to the serial part of MAXnet.cmd? # Serial drvAsynSerialPortConfigure("MAXNET1","/dev/ttyUSB0",0,0,0) drvAsynSerialPortConfigure("MAXNET1","/dev/ttyUSB1",0,0,0) Like this? I’m asking you questions to use MAXnet efficiently, Please give me a lot of advice.. Sincerely, Baeg. |