raining010 Posted September 21, 2013 Share Posted September 21, 2013 Hi, I'm testing program, and there is an alert: C1070 Not enough parameters for the given operator: Global_Variables Line 36 - Uncaught error in sequence Global_Variables in my sequence, the content of line 36 is: GLOBAL INT NumberOfFields=24; I don't where I am wrong, thanks Link to comment Share on other sites More sharing options...
AzeoTech Posted September 22, 2013 Share Posted September 22, 2013 That's because you have "INT" in there. DAQFactory has two data types, numeric and string. For numeric types, its just: global NumberOfFields = 24 if it was a string, it'd be: global string NumberOfFields = "24" Link to comment Share on other sites More sharing options...
raining010 Posted September 22, 2013 Author Share Posted September 22, 2013 haha, I add legs to snake. Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.