Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Low12VCount


oceanographer Apr 17, 2013 09:35 PM

How do I call a variable from the Status Table (i.e. Low12VCount) into my own data table so I can store the value for each sample cycle? Thanks.


Sam Apr 19, 2013 12:45 AM

Try

Dim Low12V as Long
Low12V = Status.Low12VCount(1,1)

Log in or register to post/reply in the forum.