
adccommunitymod (AutomationDirect) asked a question.
SDT0 missing in v2.5.1?
Created Date: April 14,2019
Created By: roenigk
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
I just downloaded the latest version and was creating a new sim project to look at BRX features. The default datetime system (SDT0) structure seems to be missing. Is there an initial configuration step I may have missed? { "data-align ": "none ", "data-size ": "medium ", "data-attachmentid ":122041}
Created Date: April 14,2019
Created by: roenigk
I just downloaded the latest version and was creating a new sim project to look at BRX features. The default datetime system (SDT0) structure seems to be missing. Is there an initial configuration step I may have missed?
{ "data-align ": "none ", "data-size ": "medium ", "data-attachmentid ":122041}
Created Date: April 14,2019
Created by: Mike Nash
It doesn't seem to allow directly accessing bits of the elements in SDT0-7, so no using it directly in a normally open contact (which you selected) but it will work in a relational contact (e.g.= ). V2.3 looks to be the same for this.
Created Date: April 14,2019
Created by: franji1
NC and NO contacts take bits. Structure members cannot be cast (e.g. SDT0.Month:2), if that's what you are wanting to do. What you could do is MOVE the structure member to a V, then use a cast on the V.
Created Date: April 14,2019
Created by: roenigk
Thanks. The relational contact is what I needed.