Activity for Yet Another BACnet Explorer

  • Lance Tollenaar Lance Tollenaar committed [r633] on Code

    -Added forgotten new files for Global Commander

  • Lance Tollenaar Lance Tollenaar committed [r632] on Code

    Global Commander: Shorten object IDs as Alexander Jaszkowski suggested

  • Lance Tollenaar Lance Tollenaar committed [r631] on Code

    Bug Fix: Compare string representation in Global Commander Advanced Filter, because maybe some values do not implement IComparable/object comparison will fallback to object.Equals(...).

  • Lance Tollenaar Lance Tollenaar committed [r630] on Code

    -Add Advanced Filter to Global Commander, to filter Bacnet objects based on some property's value.

  • Lance Tollenaar Lance Tollenaar committed [r629] on Code

    Amend function for reading multiple properties from multiple objects

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, Following your request, this feature has just been included in the new update. An option has been added to the chart's context menu. It allows you to save all curves (each in a file containing the device ID and the BACnet point name) to a chosen directory. Is it possible to compile the source code, or is a binary file required? Feedback is needed; no comprehensive testing has been performed. Bye.

  • F. Chaxel F. Chaxel committed [r628] on Code

    Saving all graphic curves to CSV files

  • Spraddler Spraddler posted a comment on discussion General Discussion

    Dear Community, is it possible to save plotter data when i forgot f.e. for three days to start COV logging? Data is visible in the plotter display, with timestamp and value. Thanks in advance.

  • Lance Tollenaar Lance Tollenaar committed [r627] on Code

    Add graphic elements for ongoing work

  • Lance Tollenaar Lance Tollenaar committed [r626] on Code

    Bug fixes:

  • Lance Tollenaar Lance Tollenaar committed [r625] on Code

    -"Force send rewrite" check box, as I encountered a situation where I had to resend the same value to the device to fix an error, but previously the command is only sent if the value differs from the current value.

  • Lance Tollenaar Lance Tollenaar committed [r624] on Code

    -Move ShortenObjectId so it can be used by GlobalCommander

  • Lance Tollenaar Lance Tollenaar committed [r623] on Code

    GlobalCommander: Handle null types for returned properties when building type list in PopulatePropertiesForPoint

  • Lance Tollenaar Lance Tollenaar committed [r622] on Code

    Don't make loading of stored object names asynchronous yet. Because if you start the comms before this is finished it will populate the device list with no names. For future work I propose to load the names within the the QueueUserWorkItem, and then set a flag when the load is complete which will trigger the device tree to update device names (and perhaps the address space tree to update its object names if the user is very quick).

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Done. Thanks.

  • F. Chaxel F. Chaxel committed [r621] on Code

    Update BACnet Units (thanks to Eric Miller)

  • Eric Miller Eric Miller modified a comment on discussion General Discussion

    The 14 new BACnetEngineeringUnits values listed in ASHRAE 135-2024 don't appear to have been added through an Addendum to the spec. I checked the 9 addenda released since 135-2020cn and didn't find any containing BACnetEngineeringUnits. For these updates I used the prerelease copy of 135-2024 available at https://ashrae.iwrapper.com/ASHRAE_PREVIEW_ONLY_STANDARDS/STD_135_2024, not a licensed copy of this version of the spec, in case that matters to your acceptance process. The new units added in 135-2024...

  • Eric Miller Eric Miller posted a comment on discussion General Discussion

    The 14 new BACnetEngineeringUnits values listed in ASHRAE 135-2024 don't appear to have been added through an Addendum to the spec. I checked the 9 addenda released since 135-2020cn and didn't find any containing BACnetEngineeringUnits. For these updates I used the prerelease copy of 135-2024 available at https://ashrae.iwrapper.com/ASHRAE_PREVIEW_ONLY_STANDARDS/STD_135_2024, not a licensed copy of this version of the spec, in case that matters to your acceptance process. The new units added in 135-2024...

  • Eric Miller Eric Miller posted a comment on discussion General Discussion

    Hi, I agree with you that values from 47937 through 47967 (volume1..10, volumetric-flow1..10, and site-unit1..10) don't make any sense outside of a vendor-specific context. They are similar to values 105 through 114 (currency1..10). I don't understand why ASHRAE added them rather than asking vendors to use identifiers in the vendor-specific ranges. My additions were intended only to reflect the content of the ASHRAE document. You are right that values 47873 and 254 are very similar, I had not noticed...

  • F. Chaxel F. Chaxel modified a comment on discussion General Discussion

    Hi, Values from 47944 do not have sens. Value 47873 and 254 with the same definition. Where did your file come from ? ... I would say where come the additions ?

  • F. Chaxel F. Chaxel modified a comment on discussion General Discussion

    Hi, Values from 47944 do not have sens. Value 47873 and 254 with the same definition. Where did your file come from ?

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, Values from 47944 do not have sens

  • Eric Miller Eric Miller posted a comment on discussion General Discussion

    I modified Units.csv (attached) to include updates from Addendum 135-2020cn. Is this message the best way to get these changes into YABE, or should I be using SVN?

  • Lance Tollenaar Lance Tollenaar committed [r620] on Code

    Store object name from Global Commander

  • Lance Tollenaar Lance Tollenaar committed [r619] on Code

    -Make GetEditor a bit easier to modify

  • Lance Tollenaar Lance Tollenaar committed [r618] on Code

    Add BacnetDateTimePickerEditor for completeness, maybe this is a waste of time

  • Lance Tollenaar Lance Tollenaar modified a comment on discussion General Discussion

    As of the latest commit 615 I have this working as you say. In addition, most generic values are possibly able to be edited, although a lot of the time the device will return a "Write Access Denied" error. Many specified arrays (e.g. priority array, event time stamps, etc.) remain mom-editable due to their custom implementation in the property grid. Just some more work left to do on the specified editors (i.e. still some bugs at the moment)

  • Lance Tollenaar Lance Tollenaar modified a comment on discussion General Discussion

    As of the latest commit 615 I have this working as you say. In addition, most generic values are possibly able to be edited, although a lot of the time the device will return a "Write Access Denied" error. Many specified arrays (e.g. priority array, event time stamps, etc.) remain mom-editable due to their custom implementation in the property grid.

  • Lance Tollenaar Lance Tollenaar posted a comment on discussion General Discussion

    As of the latest commit 615 I have this working as you say:

  • Lance Tollenaar Lance Tollenaar committed [r617] on Code

    Bugfix: arrays of DateTime handled improperly if tag was BACNET_APPLICATION_TAG_TIME

  • Lance Tollenaar Lance Tollenaar committed [r616] on Code

    Minor optimization

  • Lance Tollenaar Lance Tollenaar committed [r615] on Code

    Bug fix - GridItems are recreated every UpdateGrid(), so shouldn't be used like a literal in this case

  • Lance Tollenaar Lance Tollenaar committed [r614] on Code

    Minor arrow key check for very slight optimisation with frequently used keys

  • Lance Tollenaar Lance Tollenaar committed [r613] on Code

    -When an object is selected from address tree or subscription view, auto select the Present Value in the property grid if it exists.

  • Lance Tollenaar Lance Tollenaar committed [r612] on Code

    Handle arrays in the property grid where each element is a different type, i.e. give each array property descriptor its own type converter.

  • Lance Tollenaar Lance Tollenaar committed [r611] on Code

    -The property grid's vertical scroll stays the same when refreshing/commanding object properties.

  • Lance Tollenaar Lance Tollenaar committed [r610] on Code

    -Tidy up some build settings

  • Lance Tollenaar Lance Tollenaar committed [r609] on Code

    -Better handling of type conversion in the property grid. Arrays now attempt to find a TypeConverter for each element, instead of just blindly calling ToString() on them.

  • Lance Tollenaar Lance Tollenaar committed [r608] on Code

    -DeviceControl better error messages

  • Lance Tollenaar Lance Tollenaar committed [r607] on Code

    Some Global Commander improvements

  • Lance Tollenaar Lance Tollenaar committed [r606] on Code

    Update Siemens vendor-specific properties

  • Lance Tollenaar Lance Tollenaar committed [r605] on Code

    Safer property name comparison

  • Lance Tollenaar Lance Tollenaar committed [r604] on Code

  • Lance Tollenaar Lance Tollenaar committed [r603] on Code

    Handle the case properly where we have property ID numbers turned on (e.g. the ExpandedProperties list will contain "Priority Array", not "87: Priority Array", so we iterate and use case-insensitive string contains).

  • Lance Tollenaar Lance Tollenaar committed [r602] on Code

    Device might have some nulls in its structured view if it is not 100% compliant with ASHRAE standard. We should handle nulls gracefully rather than crashing.

  • Lance Tollenaar Lance Tollenaar committed [r601] on Code

    Uncomment line (line was partially commented out) that prevents StructuredView objects' children from being polled recursively if we are in "List" mode. It is very slow to poll these children unnecessarily.

  • Lance Tollenaar Lance Tollenaar committed [r600] on Code

    OperationInProgress sometimes would not be released if exception was thrown

  • Lance Tollenaar Lance Tollenaar committed [r599] on Code

    Fix threading bug with receiving a segmented response from a fast device, where segments processing would sometimes overlap and cause concurrency errors.

  • F. Chaxel F. Chaxel committed [r598] on Code

    Another simplification with implicit port 47808

  • F. Chaxel F. Chaxel committed [r597] on Code

    Remote BACnet/IP node notation (Id, IP, Port) syntax simplification

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    You can send a proposal if you want, just a modification to Device.GetNiceName method by adding the ObjectId parameter.

  • Christopher Günther Christopher Günther posted a comment on discussion General Discussion

    there isnt any section which definies that Properties cant be context specific.(its true that isn`t very elegant) and not sure but wouldn`t be such a big hassle if Objecttype for example is 1024(max object types)/1025, than use old method but if is context specific other objectnumber than differentiate Properties. if you have nothing against it, when i got some time i will look into it.

  • F. Chaxel F. Chaxel modified a comment on discussion General Discussion

    Hi, It would take a few hours to refactor the code, but the problem lies elsewhere: on BACnet, all standard properties are associated with a unique, non-content-specific identifier, and this appears to be the case for all manufacturers (minus one !) using this technique. Therefore, modifying the code here to circumvent what appears to be misuse by a vendor is questionable (even though Delta is a historical BACet seller). Bye.

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, It would take a few hours to refactor the code, but the problem lies elsewhere: on BACnet, all standard properties are associated with a unique, non-content-specific identifier, and this appears to be the case for all manufacturers (minus one !) using this technique. Therefore, modifying the code here to circumvent what appears to be misuse by a vendor is questionable. Bye.

  • Christopher Günther Christopher Günther posted a comment on discussion General Discussion

    Got a simple question about Vendormapping when using Delta hardware its possible that vendorporperties are context specific. like: for Program 8,1042, (Delta) TimeoutCount for controlloop its something different 8,1042, (Delta) Algorithm so after vendor there should be someting to define objecttype? Vendor ID,Objecttype,Property Id,PropertyName 8,16,1042, (Delta) TimeoutCount (Program) 8,12,1042, (Delta) Algorithm (Loop)

  • Steve Karg Steve Karg committed [r596] on Code

    Fixed MS/TP serial transport in WAIT_FOR_REPLY state to accept any possible reply frame type.

  • Raphael Raphael posted a comment on discussion General Discussion

    Hi, I have a proprietary property, say PROP_850. Essentially something like this: [BaCSharpType(BacnetApplicationTags.BACNET_APPLICATION_TAG_NULL)] public virtual List<BacnetValue> PROP_850 => RealProperty .Select(x => new BacnetValue(BacnetApplicationTags.BACNET_APPLICATION_TAG_TIME, x.Time))) .ToList(); // Where RealProperty is a List<SomeProperty> if my List of SomeProperty has a single item, it displays the Entry correctly, as a Time. However, as soon as there are two or more Times, it won't...

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, Normaly Wheather2_to_Bacnet.exe is available in the AddOn directory with ReadmeWheather2.txt to have information about how to setup it (and Wheather2config.reg). Bye.

  • Louis-Philippe Rose Louis-Philippe Rose posted a comment on discussion General Discussion

    Hi, where can I find the weather server? I only find the Thermostat simulator, but no other server application. Thanks,

  • Yet Another BACnet Explorer Yet Another BACnet Explorer updated /Yabe_v2.1.0.zip

  • Yet Another BACnet Explorer Yet Another BACnet Explorer released /SetupYabe_v2.1.0.exe

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, No need of admin right. Put the file in a user directory. Not working on Windows 10, Win11 is required. Can you add a wireshark capture of the TCP-TLS handshake ? Bye.

  • PJ PJ posted a comment on discussion General Discussion

    It seems the fix for the "Error with BACnet/SC configuration file" message was just to simply open YABE using Run as Admin. Once I did that, I no longer received the error and was able to save the entries. But now I am receiving the following error when starting the session: BACnet/SC Websocket : WebSocketSharp.WebSocketException: An exception has occurred while reading an HTTP request/response. ---> System.IO.IOException: The decryption operation failed, see inner exception. ---> System.ComponentModel.Win32Exception:...

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, In https://sourceforge.net/p/yetanotherbacnetexplorer/code/HEAD/tree/trunk/Yabe/Common%20Files/ one can find a file named BACnetSCConfig.config. But normally when editing the configuration file with Yabe it is OK. So check the path and the name given. BACnet/SC is no more an experimental feature in Yabe but an operational option, so it should work for you. Bye.

  • PJ PJ posted a comment on discussion General Discussion

    Hello. I need some guidance when setting up monitoring of a BACnet/SC network. I am new to BACnet/SC and still trying to grasp the certificate exchange process. I have a signed certificate from the CA and the Hub URI. But I receive the message "Error with BACnet/SC configuration file" when attempting to save. I am not sure what else is required for the setup. I think I am just missing steps or providing incorrect file types but I am not sure what I am doing wrong. At a minimum, I would like to know...

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, It's due to the property grid behavior not sending a data change event if the value is the same. Can very simply be avoided by adding a space character before or after the value. Already discuss here https://sourceforge.net/p/yetanotherbacnetexplorer/discussion/general/thread/449d237605/#bc61 Bye.

  • jonarque jonarque posted a comment on discussion General Discussion

    Hi, YABE is very useful but a scenario was found where it was not behaving as expected (but it is a point of view). There are devices where one property is used as a heartbeat and can detect if the client (a.ka. the master) stops sending write requests. On the other hand, it seems that trying to write the SAME value as the one read with YABE doesn't result in a write request (it looks like it is filtered out by YABE, it was checked with Wireshark). Is it something that can be adapted ? Thank you

  • Linda Linda posted a comment on discussion General Discussion

    Great, thanks! Excellent Yabe and excellent maintainer!

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, In about 3 weeks.

  • Linda Linda posted a comment on discussion General Discussion

    Hi, Chaxel, I don't know why the previous discussion missing. But is it possible to release a formal installation for this issue?

  • F. Chaxel F. Chaxel committed [r595] on Code

    Empty file upload

  • Linda Linda posted a comment on discussion General Discussion

    Set file size to 0 is the command set remote file empty.

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    It maybe preferable to send a empty content to set the remote file empty. But not sure.

  • Linda Linda posted a comment on discussion General Discussion

    When upload file which is 0KB, Yabe pops up "Done" message immediately. But I think it more reasonable for Yabe to pop up "You select an invalid file" or something like that.

  • F. Chaxel F. Chaxel committed [r594] on Code

    File upload buffer size adjustment

  • F. Chaxel F. Chaxel committed [r593] on Code

    Write object id patch

  • F. Chaxel F. Chaxel committed [r592] on Code

    Allows file transfert on mstp up to ... 4Gb !

  • F. Chaxel F. Chaxel committed [r591] on Code

    Allows Usercommand launching external app. working on linux/mono

  • Yet Another BACnet Explorer Yet Another BACnet Explorer released /Yabe_v2.1.0.zip

  • F. Chaxel F. Chaxel committed [r590] on Code

    Allows Plugins working on Linux/mono

  • F. Chaxel F. Chaxel committed [r589] on Code

    Allows Usercommand menu working on linux/mono

  • F. Chaxel F. Chaxel committed [r588] on Code

    One dot

  • F. Chaxel F. Chaxel committed [r587] on Code

    last bin

  • F. Chaxel F. Chaxel committed [r586] on Code

    Fixes GUI bug when first launching Yabe on Linux.

  • F. Chaxel F. Chaxel committed [r585] on Code

    latestBin/Yabe.exe

  • F. Chaxel F. Chaxel committed [r584] on Code

    ... mistake correction

  • F. Chaxel F. Chaxel committed [r583] on Code

    Patch the local broadcast reception problem on Linux/Mono

  • F. Chaxel F. Chaxel committed [r582] on Code

    Allows to choose the IPv6 Broadcast address, by Björn Busch

  • F. Chaxel F. Chaxel posted a comment on discussion General Discussion

    Hi, A capture tool, sending frames to Wireshark for decoding is integrated into Yabe last version : menu option then Mstp capture tool. Try it. Bye.

  • insiia insiia posted a comment on discussion General Discussion

    execuse me, i need help when test yabee mstp , i use serial monitor to check request , frame data like this 55 FF 05 03 01 00 0F 67 01 04 02 73 05 0C 0C 02 3F FF FF 19 4C 29 00 61 51 i try to response, but in log's yabee show : Sending SimpleAckResponse ... Segment sequence out of order UnconfirmedServiceRequest can give me example packet data to response that request? thanks

1 >
MongoDB Logo MongoDB