On my
A570 (vxworks) the HelloWorld script does not work (because the LCDMsg_Create() etc functions aren't present). Note that the camera behaves normally, with no indication of an error. However, this script does work:
dim f,a
private sub Initialize()
SystemEventInit()
f=Fopen_Fut("A/dump.bin","w")
Fwrite_Fut(&a, 4,1,f)
Fclose_Fut(f)
end sub
It may be worth trying on other cameras that seem to ignore scripts.