What language? i have messed around with network tables, specifically for vision actually...They are pretty simple to use...essentially if your robot is deciding if it should do ____ based on a value from a table it would look similar to this
Code:
table visiontable = NetworkTable.getTable("vision")
boolean shouldFire = visiontable.getvalue()
//rest of code
so while grip is powerful, its still in development...