I believe 21 means unsigned and your script is looking for integer. Match those up...
Hi all, I have a very simple script that is : / ..... setup ..... / SEND ( DA = IUT_ADDR...
The example you are looking at seems to be the one in scripts\old. These are mostly...
Hi all, I would like to create a script to test atomiRead/Write service ( e.g. ....
In particular, the EPICS describes the objects IN THE SERVER UNDER TEST - not the...
VTS is a crusty and peculiar beast. It was mainly intended as a CLIENT, to send requests...
Greetings, I'm new to BACnet and VTS. Our customer hasn't yet given us access to...
Greetings, I'm new to BACnet and VTS. Our customer hasn't yet given us access to...
Greetings, I'm new to BACnet and VTS. Our customer hasn't yet given us access to...
Thanks... From VTS Zip File, vcredist_x86.exe was failed to installed. Downloaded...
One technique that works pretty well is to follow the installation instructions in...
I am unable to run the VTS_3.6.5 in x64 bit platform with below error: "The program...
Hi John, Thanks a lot for the detailed test scenario. The first scenario : Proper...
Do you have the BBMDs configured so that their BDTs each contain both their own address,...
Hi, Can we test VTS(as a client) with two BBMD's with each BBMD running on different...
Thanks a lot John. I also built from source as per your suggestion :)
3.6.5, released last Friday, replacing 3.6.5 released last December. I see now that...
error 10049 breaks forever
A potenial fix (Using SO_REUSEADDR and showing an explicit error message) has now...
This fix has now been released in VTS 3.6.5
Version 3.6.5 release: update vendorID strings,...
Update images to current UI and best practice
Cleanup: eliminate some unused definitions
Modify IP startup (add SO_REUSEADDR etc) to bet...
Please clarify: you say the error message has "sendto" in it, but appears at STARTUP?...
Yes I built the VTS with the latest commit. The issue is fixed already. sorry I missed...
Do you have the ability to build VTS locally? I think this was fixed by snv commit...
VTS Crashes when we click on the "Event Values" button. on v3.6.2 it was working...
It happens when port 47808 is bind to some other application on the same computer....
error 10049 breaks forever
VTS itself will not act as a BBMD. There is a radio button for this in the Port Configuration...
Hi, Does VTS support BBMD operation. Apart from the ASHRAE standard, are there any...
Eliminate redundant tables of enumeration strin...
VTS as a BACnet server can respond to ReadProperty and WriteProperty. So you could...
Thanks for the response. I had seen the documents you sent, and I can see that it's...
tutorial On Wed, Aug 5, 2015 at 11:19 AM, pete757 pete757@users.sf.net wrote: I haven't...
I haven't been working with BACnet very long, so apologies if this is a bit of a...
Features are added to VTS primarily by the people who need them. Feel free to download...
EPICS Consistency Errors
Show some love to the TD's object editor: add c...
Fix crash in Send Event Notification caused by ...
Add parse and test of MaxSegs value in Expect C...
Modify Expect ANY to allow zero-length data
Fix length calculation bug in BACnetAPDUDecoder...
Make BACnetOctet* argument const
The sugestion below works for me. It sounds like you have something in the VTS packet...
I renamed my .vpk file and it works for me. Thank you!
I'm with the same problem. Did you find any solution? Thanks.
Version 3.6.4 release. VendorIDs up through 797
Eliminate warning on Enable3dControls with curr...
Better display of ConfReq second header byte as...
Plug yet another EPICS parser hole (calendar re...
Tweaks of float and double string output to ens...
Add write-back test option to EPICS generator
changed references of 'long long' to '_int64' s...
Fixed by svn 988 and 989 (which also refactor Match functions for other types)
Device Address Binding Error
Wrong DADR value generated
Fixed by svn 987: generate script using X'12345678' format rather than 12-34-56-...
Bug 322: add Match method to BACnetAddr. Refac...
Bug 322: add Match method to BACnetAddr. Refac...
Bug 320: Change format of DADDR in generated re...
Read latest version from http://vts.sourceforge...
Eliminate duplicate resource IDs, renumbering a...
Device Address Binding Error
I had virtual devices behind the router. So,while testing for manual packets I used...
empty EXPECT statement
Seems like as-designed to me. If you don't care WHETHER you get a response, omit...
I am not quite clear on what you are doing. What you you mean by "it is generated...
Wrong Value Read for Multi-State-Input
Fixed by svn 984. Stored 8 bits, referenced 16, so that first character of device-type...
Fig for Bug321: MI stored only 8 bits for prese...
Wrong Value Read for Multi-State-Input
Wrong DADR value generated
Gussy up EPICS generator: include property-list...
Had = instead of == in ReadFloat. Someday I wi...
Accept special Real and Double values NaN, +inf...
- Fix bug in parsing tag values 15 and above (f...
Correct bug in versioning of the VTS document (...
Add event notification parameters for new event...
Clean up and finish support for max-segments-ac...
Fix crash/exception in DateTime value dialog: C...
A few more tweaks to preserve compatibility wit...
- Added additional BIBBS to EPICS parser and co...
In order to reduce false search hits and simila...
Delete JLib, unused for at least ten years
A few tweaks to preserve compatibility with VC+...
- Ease initial configuration: guide first-timer...
Correct range errors in SendConfEventNotificati...
Corrected Protocol-Object-Types-Supported lengt...
Major reworking of the EPICS parser.
Change address validation to accept 1 to 6 byte...
Fix BACnetDouble::Decode( BACnetAPDUDecoder& de...
VTS scripting is not a full language. It has no looping, and no run-time IF. There...
Hi, I am new to BACnet VTS scripting.Are there any conditional statements in VTS...
Conditional Statements in BACnet VTS script
Allow "Standard Object Types Supported" to acce...
The EPICS format is rather curiously ad-hoc. The first few sections, including Standard...