Questions tagged [ateasy]

8 questions
2
votes
1 answer

Assigning commands to Procedure variable type in ATEasy environment

I am coding in the ATEasy environment which is BASIC programming. Assume I have a variable of Procedure type, named pFunc. And also I have DRV that has the command: MYDRV EXECUTE MYCMD(iCnt,dResult). The function that I want to use "sits" in another…
Raz
  • 489
  • 3
  • 8
  • 17
1
vote
1 answer

DLL file for Modbus protocol in windows 7

I'm looking for a Modbus dll for Windows 7 with his header file. I need it to create a driver for communicating with a MultiMeter via Modbus protocol in ATEasy environment.
0
votes
1 answer

RS 232 issue in ATEasy

I am using ATEasy 7 142g in Windows 7. I have a ZUP power supply module that I am communicating with RS232. The weird thing is, that if I open HyperTerminal and send the device commands and try to receive result - all works fine. BUT when I send the…
Raz
  • 489
  • 3
  • 8
  • 17
0
votes
1 answer

Using Winsock (TCP/IP) functions in ATEASY development enviroment

I am using WsReceive() function of the ATEasy framework and wanted to ask what is the meaning of the values "aioDefault and aioDisableWsReceiveEarlyReturn" of "enMode" parameter?
Raz
  • 489
  • 3
  • 8
  • 17
0
votes
1 answer

Char[] type to String in ATEasy

In the ATEasy software development environment, I have a char[100] which contains a sentence and I want to convert it to String type. How can I do that? Is there a special function for that?
Raz
  • 489
  • 3
  • 8
  • 17
0
votes
1 answer

"Check All" vs "Build/ReBuild All" in GeoTest ATEasy software development environment

I am using ATEasy software development environment to develop automatic tests. The ATEasy version is 6-136b. In one of the projects I use a third party driver that is password protected, so I cannot look at its code. when I want to compile and check…
Raz
  • 489
  • 3
  • 8
  • 17
0
votes
1 answer

GetPrivateProfileString in Geotest ATEasy environment

I am trying to use the function GetPrivateProfileString in order to read from a .ini file, but for some reason, ATEasy does not know this function. What driver/DLL/Something else do I need to import?
Raz
  • 489
  • 3
  • 8
  • 17
0
votes
1 answer

Use of TCP in ATEasy

I want to create a server-side program using ATEasy so that the ATEasy tests will send tests information to LABWINDOWS\CVI which will implement the client side. My question is, does someone have a good tutorial or example on how to use TCP sockets…
Raz
  • 489
  • 3
  • 8
  • 17