EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: IOC Connecting Problem
From: Florian Feldbauer <[email protected]>
To: Pilkyu Jung <[email protected]>, [email protected]
Date: Thu, 16 Feb 2017 07:44:43 +0100

Hi Pilkyu,

in your screenshot it seems your IOC does not know the commands `drvAsynIPPortConfigure` or `asynSetTraceIOMask`.
There is also an error about setting the DTYP of a record to stream is not possible.

So I guess, the dbd file of your IOC is missing the definitions from asyn and steam.

When creating your IOC, did you include the dbd files of these modules?

The file oscApp/src/Makefile should contain something like

osc_DBD += asyn.dbd drvAsynIPPort.dbd stream.dbd

Also check, if the libraries are correctly included in this file. There should be a line like

osc_LIBS += asyn stream


I hope this helps you!

Best regards,

Florian


On 02/16/2017 07:29 AM, Pilkyu Jung wrote:

Hi all,


First of all, I am trying to connect from a oscilloscope which name is Agilent Technologies DSO-X 3052A (500 MHz 4 GSa/s) to IOC.

As you can see in the manual(http://literature.cdn.keysight.com/litweb/pdf/75019-97073.pdf , http://www.keysight.com/upload/cmc_upload/All/3000_series_prog_guide.pdf),

this oscilloscope support a few ways (e.g. the IO Library, Telnet Sockets, and using Browser Web Control) for sending SCPI.

However, When I connect to IOC, I got a problem. Until now, I just connected only adjust IP address in st.cmd.


Like this,

drvAsynIPPortConfigure("P1",169.254.90.3:5025,0,0,0)


When I connect by telnet, it is done successfully (please check the Screenshot...image file).

I don't know why this device can't be connected to IOC in this case. Definitely I am done with this way before, but now I can't.


Here is my question,


1. Normally, when you connect from device to IOC, what kind of method use?

2. In my case, How can I connect to IOC?


Best Regards,

Pilkyu Jung



-- 
----------------------------------------
| Dr. Florian Feldbauer                |
|                                      |
| Helmholtz-Institut Mainz             |
| Sektion SPECF                        |
| Staudinger Weg 18                    |
| D-55128 Mainz                        |
|                                      |
| Office: 03-149                       |
| Phone:  (+49)6131 / 39-29655         |
----------------------------------------

Replies:
Re: IOC Connecting Problem Pilkyu Jung
References:
IOC Connecting Problem Pilkyu Jung

Navigate by Date:
Prev: IOC Connecting Problem Pilkyu Jung
Next: EDM compiling problems lzf neu
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: IOC Connecting Problem Pilkyu Jung
Next: Re: IOC Connecting Problem Pilkyu Jung
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024