Valentyn
Valentyn
> Travis gives credits to organizations developing OSS, unfortunately Pytexit is a personal project and not supported by an Org. I think we'll have to wait for credits renewal. Do...
> I can give you admin access on this repo if it's needed to set up Github Actions Let me see if we even need it. I will have to...
please see pull-request #61
I am getting a similar error reported earlier in this issue but it happens somewhere inside. I don't import `pcaspy` though. ``` Traceback (most recent call last): File "C:\Python37\lib\site-packages\epics\ca.py", line...
> @vstadnytskyi You keep asserting that behavior you see is related to a completely different issue. Please stop doing that. If you are not importing `pcaspy` then the problem you...
> @vstadnytskyi > > > > @vstadnytskyi You keep asserting that behavior you see is related to a completely different issue. Please stop doing that. If you are not importing...
@tacaswell I found something: Everything works if my caproto server creates PV this way: `image = pvproperty(value=arr, dtype = int)` But doesn't work if it is created this way `image...
I think I have resolved the issue. The maximum length of the PV allowed for automonitor is specified in [ca.py](https://github.com/pyepics/pyepics/blob/ad941d5b93a709f1cc9640a2b2828efda970b026/epics/ca.py#L71) and is ``` python AUTOMONITOR_MAXLENGTH = 65536 # 16384 ```
following-up on this issue. Another reason you create this PVImage PVMixin object, is to be able to generate a figure with matplotlib and save it as bitmap on a server...
> @vstadnytskyi I'm not very good at remembering partial issues from almost 2 years ago. ;). @newville Yeah. I know. It has been a while. I didn't realize it has...