Hi, I have a couple of questions regarding Geo SCADA VB capabilities. Is it possible * to do a binary file read. Example below in Python, but something like # Get Data out of Binary Filedef readdata(filename,i):'''Read data from a file. Data count is…View more
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi,I am trying to use a table as a queue. Using the automation interface I grab the contents of RecordId 0.xxxxxId = Xobj.Interface.GetValue(1, RecordId);Then once the code completes actions, RecordId 0 is deleted.Xobj.Interface.DeleteRecord(0);The n…View more
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi,I have had to use tables in a Geo SCADA project to display data. Using Registries I can use and display values associated with the current user.Is there any thing I can do similar with tables?So I can display data that is associated with the curre…View more
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi,I get the message "The parameter is incorrect".I cant see what I am doing wrong. '''''''''''''''''''''Display''''''''''''''''''''Sub stdTextDisplaySet objectTable = Server.FindObject("System.xxxx.xxxxx.Tables.StandardText")rowId = 0'rowId = 1'rowI…View more
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi, do we have access to a date / time picker from the mimic or via vbscript? Does a time point have to be used. I need a way for the operator to select a date (no time) and then I need to put that date into a string with no "/" in it. Into this form…View more
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi, I have a number of questions about lists 1. Current1stColDataStr / Current1stColDataInt I am working with a table that some else has created and they have of course used the first column for their purposes. I have to select information from anoth…View more
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi,can I use INSERT INTO table2SELECT * FROM table1WHERE condition; Or is there some other method? Thanks,
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi Guy's, I don't think there is. However, I may stand corrected.Which would be a good thing in this case. With Geo SCADA VB can you convert a string into a long? CLng does not seem to exist. Also, is there another way? Thanks,
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi, what is the maximum number of columns in a data table and where can you find this information? Thanks,
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with:
Hi, is there a way I could add a vertical scroll bar to a text or to do something else that would give the same result? Thanks,
Posted by: DavidSkilbeck in Geo SCADA Expert Forum
Find more articles tagged with: